any-chat-completions-mcp
117
This project facilitates the integration of Claude with various OpenAI SDK compatible chat APIs through a Model Context Protocol server. Its standout feature includes the ability to connect multiple AI chat providers using one unified tool.
Overview
- Project Name: Any Chat Completions MCP Server
- Description: Integrates Claude with any OpenAI SDK Compatible Chat Completion API, such as OpenAI, Perplexity, xAI, PyroPrompts, and more.
- Features:
- Implements the Model Context Protocol Server.
- TypeScript-based.
- Supports multiple AI chat providers with one tool,
chat
.
- Development:
- Install dependencies with
npm install
. - Build using
npm run build
. - Auto-rebuild with
npm run watch
.
- Install dependencies with
- Installation:
- Configurable for Claude Desktop and LibreChat with environment-specific settings.
- Install via Smithery with a single
npx
command.
- Debugging:
- Use MCP Inspector for better debugging via browser-based tools.