llm-providers-mcp

danielsimonjr/llm-providers-mcp
★ 0 stars JavaScript AI/LLM Updated today
Local MCP servers wrapping OpenAI and Gemini for Claude Code. Every line auditable, no telemetry.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "llm-providers-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "danielsimonjr/llm-providers-mcp"
      ]
    }
  }
}

README Excerpt

Local MCP servers that let Claude Code delegate work to OpenAI and Google Gemini through each provider's own official Agent SDK. No third-party plugin, no telemetry, no postinstall scripts. Every line is yours to audit. Built against the MCP TypeScript SDK and the official provider SDKs (`@openai/agents`, `@google/genai`).

Tools (6)

gemini_multimodal_querygemini_quick_querygemini_reasoning_queryopenai_agent_runopenai_quick_queryopenai_reasoning_query