The Unichat MCP Server enables sending requests to multiple AI providers
The Unichat MCP Server is a Python-based implementation (also available in TypeScript) that enables sending requests to multiple AI providers including OpenAI, MistralAI, Anthropic, xAI, Google AI, and DeepSeek using the Model Context Protocol (MCP).
Main Tool The server provides a single tool called "unichat" that handles message requests and returns responses.
Built-in Prompts
Installation Options
npx -y @smithery/cli install unichat-mcp-server --client claude
Environment Setup Configuration requires:
Debugging The MCP Inspector provides enhanced debugging capabilities:
npx @modelcontextprotocol/inspector uv --directory {{your source code local directory}}/unichat-mcp-server run unichat-mcp-server
Build Process Package preparation involves:
uv sync
uv build
uv publish --token {{YOUR_PYPI_API_TOKEN}}