MCP Servers / cloud-service / LLM Bridge MCP

LLM Bridge MCP

JSON →
httpnone6cloud-service

A unified interface to various LLM providers like OpenAI, Anthropic, and Google using Pydantic AI.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: llm-bridge-mcp
Tools
What this server exposes
run_llm
Send a prompt to an LLM and get a response. Parameters: prompt (text prompt), model_name (specific model, default 'openai:gpt-4o-mini'), temperature (randomness 0.0-1.0), max_tokens (max tokens to generate), system_prompt (optional system prompt).
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
envANTHROPIC_API_KEY
envGOOGLE_API_KEY
envDEEPSEEK_API_KEY
Resources
LLM Bridge MCP — MCP Server · libregistry