pyroprompts/any-chat-completions-mcp
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
Quick Start
Clone the repository:
git clone https://github.com/pyroprompts/any-chat-completions-mcpClaude Desktop configuration example:
{
"mcpServers": {
"any-chat-completions-mcp": {
"command": "npx",
"args": [
"-y",
"pyroprompts/any-chat-completions-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.