cross-llm-mcp
Verified Safeby JamesANZ
Overview
Provides unified access to multiple Large Language Model APIs (ChatGPT, Claude, DeepSeek, Gemini, Grok, Kimi, Perplexity, Mistral) for AI coding environments, enabling intelligent model selection, preferences, and prompt logging.
Installation
npx -y cross-llm-mcpEnvironment Variables
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- DEEPSEEK_API_KEY
- GEMINI_API_KEY
- XAI_API_KEY
- KIMI_API_KEY
- PERPLEXITY_API_KEY
- MISTRAL_API_KEY
Security Notes
The server follows standard practices for handling API keys via environment variables and stores user preferences and prompt logs locally using SQLite in user-specific configuration directories. It relies on the MCP SDK for inter-process communication (stdio) and uses HTTPS for external LLM API calls. No 'eval' or obvious malicious patterns were found. Local storage of prompts and responses means data resides on the user's machine, which is generally secure, but users should be aware of this local data persistence.
Similar Servers
klavis
Develop and deploy AI agents that interact with a wide array of web services (e.g., Gmail, YouTube, LinkedIn, Supabase, Salesforce, Kubernetes) through a standardized Model Context Protocol (MCP), often orchestrated by an intelligent routing layer like Strata.
mcpo
Exposes Model Context Protocol (MCP) tools as OpenAPI-compatible HTTP servers.
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.