unichat-mcp-server
The unichat-mcp-server is a server that supports multiple chat protocols, facilitating communication between different chat services. Implemented in Python, it offers high extensibility and can integrate with various APIs. Users can enjoy a seamless chat experience, while developers find it easy to customize and add new features.
GitHub Stars
36
User Rating
Not Rated
Favorites
0
Views
25
Forks
8
Issues
1
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
On MacOS:
Development/Unpublished Servers Configuration
```json
"mcpServers": {
"unichat-mcp-server": {
"command": "uv",
"args": [
"--directory",
"{{your source code local directory}}/unichat-mcp-server",
"run",
~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
Supported Models:
> A list of currently supported models to be used as "SELECTED_UNICHAT_MODEL" may be found [here](https://github.com/amidabuddha/unichat/blob/main/unichat/models.py). Please make sure to add the relevant vendor API key as "YOUR_UNICHAT_API_KEY"
Example:
json
"env": {
"UNICHAT_MODEL": "gpt-4o-mini",
"UNICHAT_API_KEY": "YOUR_OPENAI_API_KEY"
}