The reputation layer for AI skills, tools & agents

bartolli/mcp-llm-bridge

Score: 38.1 Rank #3159 Archived

MCP implementation that enables communication between MCP servers and OpenAI-compatible LLMs

Overview

bartolli/mcp-llm-bridge is a Python MCP server licensed under MIT. MCP implementation that enables communication between MCP servers and OpenAI-compatible LLMs

Ranked #3159 out of 25632 indexed tools.

Ecosystem

Python MIT

Signal Breakdown

Stars 335
Freshness 11mo ago
Issue Health 71%
Contributors 2
Dependents 0
Forks 42
Description Good
License MIT

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 353 days ago — a recent commit would boost your freshness score

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for bartolli/mcp-llm-bridge
[![AgentRank](https://agentrank-ai.com/api/badge/tool/bartolli--mcp-llm-bridge)](https://agentrank-ai.com/tool/bartolli--mcp-llm-bridge)
<a href="https://agentrank-ai.com/tool/bartolli--mcp-llm-bridge"><img src="https://agentrank-ai.com/api/badge/tool/bartolli--mcp-llm-bridge" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

From the README

# MCP LLM Bridge

A bridge connecting Model Context Protocol (MCP) servers to OpenAI-compatible LLMs. Primary support for OpenAI API, with additional compatibility for local endpoints that implement the OpenAI API specification.

The implementation provides a bidirectional protocol translation layer between MCP and OpenAI's function-calling interface. It converts MCP tool specifications into OpenAI function schemas and handles the mapping of function invocations back to MCP tool executions. This enables any OpenAI-compatible language model to leverage MCP-compliant tools through a standardized interface, whether using cloud-based models or local implementations like Ollama.

Read more about MCP by Anthropic here:

- [Resources](https://modelcontextprotocol.io/docs/concepts/resources)
- [Prompts](https://modelcontextprotocol.io/docs/concepts/prompts)
- [Tools](https://modelcontextprotocol.io/docs/concepts/tools)
- [Sampling](https://modelcontextprotocol.io/docs/concepts/sampling)

Demo:
Read full README on GitHub →
Are you the maintainer? Claim this listing