Servers
Just Prompt - A lightweight MCP server for LLM providers
@disler
just-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"just-prompt": {
"command": "uv",
"args": [
"sync"
]
}
}
}