Claude_GPT_MCP
Verified Safeby stefans71
Overview
Provides Claude Code with access to 200+ external LLMs via OpenRouter for second opinions, code reviews, and multi-model comparison.
Installation
node dist/index.jsEnvironment Variables
- OPENROUTER_API_KEY
Security Notes
The server handles API keys responsibly by storing them locally in the user's shell configuration (e.g., ~/.bashrc) and accessing them via environment variables. It does not contain 'eval' or other directly exploitable code patterns. API requests are made directly to OpenRouter without an intermediary server, enhancing privacy. No telemetry is collected.
Similar Servers
claudepro-directory
Provides a community-driven, searchable directory and API for Claude AI configurations (agents, MCP servers, rules, commands, hooks, skills, statuslines) and manages their lifecycle, including content embedding and external service integrations.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
multi_mcp
A multi-model AI orchestration server providing automated code review, security analysis, and general LLM-powered assistance through the Model Context Protocol (MCP).
mcp-devtools-server
This server standardizes development tool patterns to enable AI assistants like Claude Code to generate code more efficiently with fewer errors and better autocorrection capabilities.