DevelopmentJavaScript
any-chat-completions-mcp
Chat with models from OpenAI-compatible APIs (Perplexity, Groq, xAI, etc.)
N/A rating (0 reviews)0 installs151 GitHub stars
mcpmcp-server
Chat with models from OpenAI-compatible APIs (Perplexity, Groq, xAI, etc.)
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"any-chat-completions-mcp": {
"args": [
"-y",
"@modelcontextprotocol/server-any-chat-completions-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.