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.

コメント

「その他」の他のコンテンツ