MCP.so
登录

asana

@wwwaldo

关于 asana

use claude as your project manager

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

wwwaldo

提交者

waldo lin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-asana": {
      "command": "node",
      "args": [
        "listWorkspaces.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is asana?

The MCP Asana Integration Server is an MCP (Model Context Protocol) server that provides tools for managing Asana tasks and projects. It is intended for developers who want to control Asana via an MCP-compatible AI agent or client.

How to use asana?

Install Node.js (v14+), clone the repository, run npm install, then copy .env.example to .env and populate ASANA_ACCESS_TOKEN, ASANA_PROJECT_ID, and ASANA_WORKSPACE_ID. Build with npm run build and start the server with npm start. The server uses stdio transport; a simple command-line client (simple-client.sh) is included for testing, and the server can be integrated into MCP by adding a "asana" entry to the MCP configuration with the path to dist/server.js.

Key features of asana

  • Create, list, update, and delete Asana tasks
  • Create, list, and delete Asana projects
  • Configuration via environment variables (access token, default project/workspace IDs)
  • Helper scripts to discover Asana workspace and project IDs
  • MCP-compatible stdio transport for integration with AI agents

Use cases of asana

  • Automate task creation, assignment, and updates from an AI assistant
  • Synchronize project lists and statuses through natural language commands
  • Quickly delete or archive tasks and projects in bulk via MCP tools
  • Integrate Asana project management into an AI-powered workflow

FAQ from asana

What prerequisites are required to run asana?

Node.js v14 or higher, an Asana account with API access, and a valid Asana Personal Access Token.

What environment variables are required?

ASANA_ACCESS_TOKEN is required for API authentication. ASANA_PROJECT_ID and ASANA_WORKSPACE_ID are required for full task and project operations respectively.

What data transport is supported?

Only stdio transport is currently supported. HTTP/SSE transport is not implemented.

What are the known limitations of asana?

Limited error handling for API responses, no pagination support for listing tasks or projects, and no HTTP/SSE transport.

How can I find my Asana workspace and project IDs?

The repository includes helper scripts listWorkspaces.js and listAllProjects.js that output the IDs needed for the environment variables.

评论

其他 分类下的更多 MCP 服务器