Back to search
30
MCP

llms-bridge-mcp

pypi/llms-bridge-mcp

MCP server to bridge LLM calls via Model Context Protocol

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

ollama-mcp-bridge
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
0 tools
llm_bridge_mcp
A simple MCP server that provides a unified interface to various LLM providers using Pydantic AI
0 tools
mcp-client-llm
MCP server for the LLMs
0 tools
llm-mcp-cli
LLM plugin for Model Context Protocol (MCP) integration
0 tools
mcpbind-llm-context
MCP Server Package: llm-context
0 tools
mcpbridge-ai
Universal MCP-to-LLM bridge. Connect any LLM to any MCP server.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "llms-bridge-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}