just-prompt

disler/just-prompt
★ 719 stars Python 🤖 AI/LLM Updated 1mo ago
just-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "just-prompt": {
      "command": "uvx",
      "args": [
        "just-prompt"
      ]
    }
  }
}

Or install with pip: pip install just-prompt