Loading MCP server directory, please wait...
MCP server for AI dialogue using various LLM models via AceDataCloud
npx @getmcp/cli add io.github.AceDataCloud/mcp-aichatRequires Python 3.10+. Community-contributed server. Review source before installing.
ACEDATACLOUD_API_TOKENAPI token from Ace Data Cloud (https://platform.acedata.cloud)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.AceDataCloud/mcp-aichat": {
"command": "uvx",
"args": [
"mcp-aichat"
],
"env": {
"ACEDATACLOUD_API_TOKEN": ""
}
}
}
}