Back to MCP Servers
Any Chat Completions
Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
other-tools-and-integrationsapiai
By pyroprompts
Installation
npx -y any-chat-completions-mcpConfiguration
{
"mcpServers": {
"any-chat-completions-mcp": {
"command": "npx",
"args": ["-y", "any-chat-completions-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes