LLM Bridge MCP
JSON →A unified interface to various LLM providers like OpenAI, Anthropic, and Google using Pydantic AI.
Install
npx -y @smithery/cli Tools · 1
- 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).
Environment variables
OPENAI_API_KEYANTHROPIC_API_KEYGOOGLE_API_KEYDEEPSEEK_API_KEY
Links
★ 6 GitHub stars