Chat with any OpenAI-compatible API through MCP. Supports Perplexity, Groq, xAI, Ollama, and more.
npx -y any-chat-completions-mcp
```json
{
"mcpServers": {
"any-chat": {
"command": "npx",
"args": ["-y", "any-chat-completions-mcp"],
"env": { "API_BASE_URL": "https://api.groq.com/openai/v1", "API_KEY": "your-key" }
}
}
}
```
chatlist_modelsChat with any OpenAI-compatible API through MCP. Supports Perplexity, Groq, xAI, Ollama, and more.
Language: TypeScript
Category: AI & ML