TeamAgent Canvas
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TeamAgent Canvaslist my staff on the canvas team"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@avatargaia/canvas-mcp
stdio 马甲:让只支持 stdio 的 MCP 客户端(Claude Desktop / Cursor / 各类本地 Agent)接入 TeamAgent 的 Canvas MCP(streamable-http)。
纯转调,无状态、不缓存、不改写请求。
用
CANVAS_MCP_URL=https://agent.avatargaia.top/api/mcp/canvas \
CANVAS_MCP_TOKEN=ta_xxxxxxxx \
npx -y @avatargaia/canvas-mcp客户端配置(Claude Desktop claude_desktop_config.json 为例):
{
"mcpServers": {
"teamagent-canvas": {
"command": "npx",
"args": ["-y", "@avatargaia/canvas-mcp"],
"env": {
"CANVAS_MCP_URL": "https://agent.avatargaia.top/api/mcp/canvas",
"CANVAS_MCP_TOKEN": "ta_xxxxxxxx"
}
}
}
}Related MCP server: mcp-server-proxy
环境变量
变量 | 必填 | 说明 |
| 是 |
|
| 否 | 默认官方端点;自建部署时改这里 |
| 否 |
|
行为
stdin/stdout 逐行 JSON-RPC 2.0;通知(无
id)不回包上游 HTTP 错误原样透传成 JSON-RPC error(
401: Missing Authorization header/402: …/429: …),客户端能看见真正原因上游返回 SSE 或 JSON 都能解析(取最后一条
data:)stdin 关闭后等所有在途请求落地再退出
验证记录(2026-09-12)
initialize ✅ serverInfo teamagent-canvas 0.3.0
tools/list ✅ 13 个工具
tools/call ✅ list_my_staff 返回岗位列表
无令牌 ✅ {"error":{"code":-32000,"message":"401: Missing Authorization header"}}
mcporter 接入 ✅ 作为 stdio server 连上并调用成功This server cannot be deployed
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Host your MCP tool over streamable HTTP in one command.
MCP server (stdio): check if URLs are alive (status, redirects, latency) via the AgentForge API
MCP server (stdio): validate JSON against JSON Schema (draft-07 / 2020-12) via the AgentForge API
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceBridges STDIO-based MCP clients with SSE-based MCP servers, allowing applications like Claude Desktop to connect to remote MCP servers that use SSE transport.9-
- AlicenseNot gradedqualityDmaintenanceProxies remote HTTP/HTTPS MCP servers over stdio, allowing stdio-based MCP clients to connect to remote servers via Streamable HTTP or SSE transports.MIT
- FlicenseNot gradedqualityDmaintenanceBridges stdio-based LLM harnesses to OAuth-protected remote MCP servers via Streamable HTTP, handling PKCE browser login and token refresh automatically.6-
- AlicenseNot gradedqualityCmaintenanceActs as a stdio-to-HTTP proxy for the 1C runtime-MCP service, enabling MCP clients like Claude Desktop to interact with 1C tools.MIT