Any Chat Completions

MCP Server

Chat with any OpenAI-compatible API through MCP. Supports Perplexity, Groq, xAI, Ollama, and more.

by Community

★★★★☆ 4.1/5 (55 reviews)
620GitHub stars
8.5kinstalls
Updated 2026-01-15
typescriptbeginneractive

Installation

npx -y any-chat-completions-mcp

Quick Start

```json
{
  "mcpServers": {
    "any-chat": {
      "command": "npx",
      "args": ["-y", "any-chat-completions-mcp"],
      "env": { "API_BASE_URL": "https://api.groq.com/openai/v1", "API_KEY": "your-key" }
    }
  }
}
```

Tools & Capabilities

chat
list_models

Compatibility

Claude Desktop Continue

About Any Chat Completions

Chat with any OpenAI-compatible API through MCP. Supports Perplexity, Groq, xAI, Ollama, and more.

View on GitHub →

Language: TypeScript

Category: AI & ML

← Back to MCP Hub Directory