CursorPool
← 返回 MCP 列表
Asana MCP

Asana MCP

查询与更新任务、项目与里程碑,接入团队协作。

Asana·240 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @asana/mcp-server

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "asana": {
      "command": "npx",
      "args": [
        "-y",
        "@asana/mcp-server"
      ]
    }
  }
}