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.
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
安装
把 mcp aichat 添加到你的客户端。选择你正在使用的那个。
{
"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 个工具
mcp aichat 向已连接的智能体提供 4 个工具。
- 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
评分
84 / 100
优秀
- 文档22/25
- 维护25/25
- 可信度16/20
- 能力6/15
- 安装体验15/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
版本历史
| 版本 | 发布于 |
|---|---|
| 2026.8.31.0最新 | 2026年8月31日 |
| 2026.8.25.0 | 2026年8月25日 |
| 2026.8.24.0 | 2026年8月24日 |
| 2026.8.23.0 | 2026年8月23日 |
| 2026.8.22.0 | 2026年8月22日 |
| 2026.8.18.2 | 2026年8月18日 |
| 2026.8.18.1 | 2026年8月18日 |
| 2026.8.18.0 | 2026年8月18日 |
| 2026.8.17.0 | 2026年8月17日 |
| 2026.8.16.0 | 2026年8月16日 |
| 2026.8.10.0 | 2026年8月10日 |
| 2026.8.8.0 | 2026年8月8日 |
| 2026.8.4.1 | 2026年8月4日 |
| 2026.8.4.0 | 2026年8月4日 |
| 2026.7.30.0 | 2026年7月30日 |
| 2026.7.28.1 | 2026年7月28日 |
| 2026.7.28.0 | 2026年7月28日 |
| 2026.7.27.1 | 2026年7月27日 |
| 2026.7.27.0 | 2026年7月27日 |
| 2026.7.25.0 | 2026年7月25日 |
| 2026.7.22.0 | 2026年7月22日 |
| 2026.7.20.0 | 2026年7月20日 |
| 2026.7.19.0 | 2026年7月19日 |
| 2026.7.4.0 | 2026年7月4日 |
| 2026.7.2.1 | 2026年7月2日 |
| 2026.7.2.0 | 2026年7月2日 |