Labsco
pyroprompts logo

any-chat-completions-mcp

โ˜… 153

from pyroprompts

Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredAdvanced setup

any-chat-completions-mcp MCP Server

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

This is a TypeScript-based MCP server that implements an implementation into any OpenAI SDK Compatible Chat Completions API.

It has one tool, chat which relays a question to a configured AI Chat Provider.

<a href="https://glama.ai/mcp/servers/nuksdrfb55"><img width="380" height="200" src="https://glama.ai/mcp/servers/nuksdrfb55/badge" /></a>

smithery badge

Development

Install dependencies:

Copy & paste โ€” that's it
npm install

Build the server:

Copy & paste โ€” that's it
npm run build

For development with auto-rebuild:

Copy & paste โ€” that's it
npm run watch