Back to Home
JamesANZ icon

cross-llm-mcp

Verified Safe

by 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

Run Command
npx -y cross-llm-mcp

Environment 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

Stats

Interest Score24
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars10
Forks6
Last Update2025-12-29

Tags

Multi-LLMAPI GatewayModel SelectionPrompt LoggingCost Optimization