amidabuddha/unichat-mcp-server
Send requests to OpenAI, MistralAI, Anthropic, xAI, Google AI or DeepSeek using MCP protocol via tool or predefined prompts. Vendor API key required
Quick Start
Clone the repository:
git clone https://github.com/amidabuddha/unichat-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"unichat-mcp-server": {
"command": "npx",
"args": [
"-y",
"amidabuddha/unichat-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.