cross-llm-mcp
JSON →A Model Context Protocol (MCP) server that provides access to multiple Large Language Model (LLM) APIs including ChatGPT, Claude, Gemini, and DeepSeek.
Install
npm install -g cross-llm-mcp Tools · 18
- call-chatgpt OpenAI's ChatGPT API
- call-claude Anthropic's Claude API
- call-deepseek DeepSeek API
- call-gemini Google's Gemini API
- call-grok xAI's Grok API
- call-kimi Moonshot AI's Kimi API
- call-perplexity Perplexity AI API
- call-mistral Mistral AI API
- call-huggingface Hugging Face Inference Router (OpenAI-compatible Hub models)
- call-all-llms Call all LLMs with the same prompt
- call-llm Call a specific provider by name
- get-user-preferences Get current preferences
- set-user-preferences Set default model, cost preference, and tag-based preferences
- get-models-by-tag Find models by tag (coding, business, reasoning, math, creative, general)
- get-prompt-history View prompt history with filters
- get-prompt-stats Get statistics about prompt logs
- delete-prompt-entries Delete log entries by criteria
- clear-prompt-history Clear all prompt logs
Environment variables
OPENAI_API_KEYANTHROPIC_API_KEYDEEPSEEK_API_KEYGEMINI_API_KEYXAI_API_KEYKIMI_API_KEYPERPLEXITY_API_KEYMISTRAL_API_KEYHUGGINGFACE_API_KEYHUGGINGFACE_INFERENCE_BASE_URL
Links
★ 15 GitHub stars