TeamAgent Canvas
Provides a stdio-compatible proxy to TeamAgent's Canvas MCP, forwarding JSON-RPC requests to the upstream Canvas MCP, including tools such as listing staff positions.
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 连上并调用成功拿 Key(自助,30 秒)
外部 / 本地 Agent 无需 TeamAgent 账号:
curl -X POST https://agent.avatargaia.top/api/dev/register \
-H "Content-Type: application/json" \
-d '{"name":"my-agent","email":"you@example.com"}'
# → 返回 dk_ Key(只显示一次)+ 20 credits + 接入信息开发者入口(控制台 / 计费 / 错误码):https://agent.avatargaia.top/developers
机器可读自描述(Agent 自发现首选):
GET https://agent.avatargaia.top/api/dev
收录
官方 MCP Registry:
io.github.AvatarGaia/canvas-mcp接入文档:https://agent.avatargaia.top/mcp/canvas.html | LLM 索引:/llms.txt
This server cannot be deployed
Maintenance
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.4 npm-
- 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