Back to Apps

Any Chat Completions MCP
Supports UIby pyroprompts
Integrate any OpenAI-compatible Chat Completion API into Claude and other MCP clients.
0 stars
Works in:librechat
Exposes:Tools
What it does
This MCP server allows you to relay questions from your AI assistant to any LLM provider that supports the OpenAI SDK compatible Chat Completion API. It effectively turns Claude into a gateway for other models, allowing you to compare responses or use specific models like Perplexity, Groq, or xAI within your MCP-enabled workflow.
Tools
chat: Relays a prompt to the configured AI Chat Provider and returns the response.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"chat-openai": {
"command": "npx",
"args": [
"@pyroprompts/any-chat-completions-mcp"
],
"env": {
"AI_CHAT_KEY": "YOUR_API_KEY",
"AI_CHAT_NAME": "ProviderName",
"AI_CHAT_MODEL": "model-id",
"AI_CHAT_BASE_URL": "https://api.provider.com/v1"
}
}
}
}
Supported hosts
Claude Desktop, LibreChat
Quick install
npx @pyroprompts/any-chat-completions-mcpInformation
- Pricing
- free
- Published
- 4/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"chat-openai": {
"command": "npx",
"args": ["@pyroprompts/any-chat-completions-mcp"],
"env": {
"AI_CHAT_KEY": "YOUR_API_KEY",
"AI_CHAT_NAME": "ProviderName",
"AI_CHAT_MODEL": "model-id",
"AI_CHAT_BASE_URL": "https://api.provider.com/v1"
}
}
}
}





