Back to MCP Servers
Unichat
Send requests to OpenAI, MistralAI, Anthropic, xAI, Google AI or DeepSeek using MCP protocol via tool or predefined prompts. Vendor API key required
other-tools-and-integrationsgoapiai
By amidabuddha
Installation
npx -y unichat-mcp-serverConfiguration
{
"mcpServers": {
"unichat-mcp-server": {
"command": "npx",
"args": ["-y", "unichat-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes