Unichat MCP Server
by amidabuddha
Unichat MCP Server in TypeScript allows sending requests to various AI vendors like OpenAI, MistralAI, and Anthropic using the MCP protocol. It supports both STDIO and SSE transport mechanisms and requires vendor API keys.
Last updated: N/A
What is Unichat MCP Server?
Unichat MCP Server is a server that enables communication with multiple AI vendors (OpenAI, MistralAI, Anthropic, xAI, Google AI or DeepSeek) using the Model Context Protocol (MCP). It provides tools and predefined prompts for interacting with these AI models.
How to use Unichat MCP Server?
The server can be installed via Smithery or manually by configuring the claude_desktop_config.json
file with the server's command and arguments. You need to set the UNICHAT_MODEL
and UNICHAT_API_KEY
environment variables. The server can be run in STDIO or SSE mode using the --stdio
or --sse
arguments respectively.
Key features of Unichat MCP Server
Supports multiple AI vendors
Implements MCP protocol
Provides predefined prompts
Supports STDIO and SSE transport
Includes a
unichat
tool for sending requestsInstallable via Smithery
Use cases of Unichat MCP Server
Code review using the
code_review
promptCode documentation generation using the
document_code
promptCode explanation using the
explain_code
promptCode rework using the
code_rework
prompt
FAQ from Unichat MCP Server
What is the MCP protocol?
What is the MCP protocol?
The Model Context Protocol (MCP) is a standardized way for applications to interact with AI models.
Which AI vendors are supported?
Which AI vendors are supported?
The server supports OpenAI, MistralAI, Anthropic, xAI, Google AI or DeepSeek.
How do I install the server?
How do I install the server?
You can install it via Smithery or manually by configuring the claude_desktop_config.json
file.
How do I specify the AI model to use?
How do I specify the AI model to use?
Set the UNICHAT_MODEL
environment variable to the desired model name.
How do I provide the API key?
How do I provide the API key?
Set the UNICHAT_API_KEY
environment variable to your vendor API key.