MCP Directory
Back

any-chat-completions-mcp

by pyroprompts · JavaScript · ★ 151

MCP Server for using any LLM as a Tool

#mcp#mcp-server

Install

npx -y github:pyroprompts/any-chat-completions-mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "any-chat-completions-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:pyroprompts/any-chat-completions-mcp"
      ]
    }
  }
}

From the README

Integrate Claude with Any OpenAI SDK Compatible Chat Completion API - OpenAI, Perplexity, Groq, xAI, PyroPrompts and more. This implements the Model Context Protocol Server. Learn more: [https://modelcontextprotocol.io](https://modelcontextprotocol.io) This is a TypeScript-based MCP server that implements an implementation into any OpenAI SDK Compatible Chat Completions API. It has one tool, which relays a question to a configured AI Chat Provider. [](https://smithery.ai/server/any-chat-completions-mcp-server) Install dependencies: Build the server: For development with auto-rebuild:…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers