pyroprompts/any-chat-completions-mcp
MITAPI key requiredChat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more
Install
npx -y argsRequired environment variables
AI_CHAT_KEYSet in your MCP configOPENAI_KEYSet in your MCP configPYROPROMPTS_KEYSet in your MCP configPERPLEXITY_KEYSet in your MCP configclaude_desktop_config.json
{
"mcpServers": {
"pyroprompts-any-chat-completions-mcp": {
"command": "npx",
"args": [
"-y",
"args"
],
"env": {
"AI_CHAT_KEY": "<YOUR_AI_CHAT_KEY>",
"OPENAI_KEY": "<YOUR_OPENAI_KEY>",
"PYROPROMPTS_KEY": "<YOUR_PYROPROMPTS_KEY>",
"PERPLEXITY_KEY": "<YOUR_PERPLEXITY_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More JavaScript MCP servers
eyaltoledano/claude-task-master
📇 ☁️ 🏠 - AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loadi
FastAPI to MCP auto generator
A zero-configuration tool for automatically exposing FastAPI endpoints as MCP tools by ****
PipedreamHQ/pipedream
☁️ 🏠 - Connect with 2,500 APIs with 8,000+ prebuilt tools, and manage servers for your users, in your own app.
Higress MCP Server Hosting
A solution for hosting MCP Servers by extending the API Gateway (based on Envoy) with wasm plugins.