pypi mcp-aichatstreamable-httpMITupdated 8d ago
A Model Context Protocol (MCP) server for AI dialogue via the AceDataCloud platform. Supports a wide range of models including GPT-4/5, o-series, DeepSeek, Grok, and GLM.
What can you do with mcp aichat?
MCP AiChat Server
A Model Context Protocol (MCP) server for AI dialogue via the AceDataCloud platform. Supports a wide range of models including GPT-4/5, o-series, DeepSeek, Grok, and GLM.
Features
- Multi-model support: GPT-4.1, GPT-4o, GPT-5, o1, o3, o4-mini, DeepSeek, Grok, GLM, and more
- Multi-turn conversations: Continue conversations using conversation IDs
- Stateful mode: Optional server-side conversation state management
- Reference sources: Include external references for context-aware responses
Installation
pip install mcp-aichat
Configuration
Set your AceDataCloud API token:
export ACEDATACLOUD_API_TOKEN=your_token_here
Get your token from https://platform.acedata.cloud.
Usage
stdio mode (default)
mcp-aichat
HTTP mode
mcp-aichat --transport http --port 8000
Available Tools
| Tool | Description |
|---|---|
aichat_create_conversation |
Create an AI conversation with any supported model |
aichat_create_conversation_v2 |
Create/manage conversations via /aichat2/conversations |
aichat_list_models |
List all available AI models |
aichat_get_usage_guide |
Get API usage guide |
Supported Models
OpenAI
- GPT-5 series: gpt-5.5, gpt-5.4, gpt-5.2, gpt-5.1, gpt-5, gpt-5-mini, gpt-5-nano
- GPT-4.1 series: gpt-4.1, gpt-4.1-mini, gpt-4.1-nano
- GPT-4o series: gpt-4o, gpt-4o-mini, gpt-4o-all, gpt-4o-image
- GPT-4 series: gpt-4, gpt-4-turbo, gpt-4-vision-preview
- o-series: o1, o1-mini, o1-pro, o3, o3-mini, o3-pro, o4-mini
DeepSeek
- deepseek-r1, deepseek-r1-0528, deepseek-v3, deepseek-v3-250324, deepseek-v4-flash, deepseek-v4-pro
xAI
- grok-3
Zhipu AI
- glm-5.1, glm-4.7, glm-4.6, glm-3-turbo
Documentation
License
MIT
Install
Add mcp aichat to your client. Pick the one you use.
{
"servers": {
"mcp-aichat": {
"type": "http",
"url": "https://aichat.mcp.acedata.cloud/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-aichat -- uvx mcp-aichatcodex mcp add mcp-aichat -- uvx mcp-aichatamp mcp add mcp-aichat -- uvx mcp-aichat{
"mcpServers": {
"mcp-aichat": {
"command": "uvx",
"args": [
"mcp-aichat"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-aichat": {
"command": "uvx",
"args": [
"mcp-aichat"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-aichat": {
"command": "uvx",
"args": [
"mcp-aichat"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-aichat": {
"command": "uvx",
"args": [
"mcp-aichat"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-aichat": {
"command": "uvx",
"args": [
"mcp-aichat"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-aichat": {
"type": "local",
"command": "uvx",
"args": [
"mcp-aichat"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-aichat": {
"command": {
"path": "uvx",
"args": [
"mcp-aichat"
]
}
}
}
}Add to your Zed `settings.json`.
uvx mcp-aichatRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
4 tools
mcp aichat exposes 4 tools to a connected agent.
- aichat_create_conversation
- Create an AI conversation with any supported model
- aichat_create_conversation_v2
- Create/manage conversations via `/aichat2/conversations`
- aichat_list_models
- List all available AI models
- aichat_get_usage_guide
- Get API usage guide
Score
84 / 100
Excellent
- Documentation22/25
- Maintenance25/25
- Trust16/20
- Capability6/15
- Install experience15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 0 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 4 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2026.8.31.0Latest | Aug 31, 2026 |
| 2026.8.25.0 | Aug 25, 2026 |
| 2026.8.24.0 | Aug 24, 2026 |
| 2026.8.23.0 | Aug 23, 2026 |
| 2026.8.22.0 | Aug 22, 2026 |
| 2026.8.18.2 | Aug 18, 2026 |
| 2026.8.18.1 | Aug 18, 2026 |
| 2026.8.18.0 | Aug 18, 2026 |
| 2026.8.17.0 | Aug 17, 2026 |
| 2026.8.16.0 | Aug 16, 2026 |
| 2026.8.10.0 | Aug 10, 2026 |
| 2026.8.8.0 | Aug 8, 2026 |
| 2026.8.4.1 | Aug 4, 2026 |
| 2026.8.4.0 | Aug 4, 2026 |
| 2026.7.30.0 | Jul 30, 2026 |
| 2026.7.28.1 | Jul 28, 2026 |
| 2026.7.28.0 | Jul 28, 2026 |
| 2026.7.27.1 | Jul 27, 2026 |
| 2026.7.27.0 | Jul 27, 2026 |
| 2026.7.25.0 | Jul 25, 2026 |
| 2026.7.22.0 | Jul 22, 2026 |
| 2026.7.20.0 | Jul 20, 2026 |
| 2026.7.19.0 | Jul 19, 2026 |
| 2026.7.4.0 | Jul 4, 2026 |
| 2026.7.2.1 | Jul 2, 2026 |
| 2026.7.2.0 | Jul 2, 2026 |