OpenAI SDK compatible LLM access
Access any OpenAI-compatible API including OpenAI, Perplexity, Groq, xAI, and more.
{
"mcpServers": {
"chat-completions": {
"mcpServers": {
"any-chat": {
"env": {
"LLM_API_KEY": "YOUR_API_KEY",
"LLM_BASE_URL": "https://api.openai.com/v1"
},
"args": [
"-y",
"any-chat-completions-mcp"
],
"command": "npx"
}
}
}
}
}