概要
What is Asana MCP Server?
Asana MCP Server is a Model Context Protocol server that enables AI assistants to interact with Asana. It provides tools for managing tasks, projects, and sections through a standardized interface, allowing assistants to perform read and list operations on Asana resources.
How to use Asana MCP Server?
Install globally via npm install -g tiny-asana-mcp-server or run directly with npx tiny-asana-mcp-server. Before starting, set the ASANA_TOKEN environment variable to your Asana Personal Access Token (obtain from Asana Developer Console). Start the server with env ASANA_TOKEN=your_token npx -y tiny-asana-mcp-server, then connect an MCP client to begin using the provided tools.
Key features of Asana MCP Server
- Asana task management through MCP protocol
- List all accessible projects
- Retrieve sections within a project
- Get comments (stories) on a task
- Fetch details of a specific task
- List tasks by project or by section
Use cases of Asana MCP Server
- AI assistant queries all Asana projects for a user
- Assistant retrieves tasks assigned to a team from a specific project
- AI reads comments on a task to summarize discussion
- Assistant lists tasks in a section to track progress
- Developer builds a chat‑based Asana task viewer
FAQ from Asana MCP Server
How do I get an Asana Personal Access Token?
Obtain your token from the Asana Developer Console at https://app.asana.com/0/developer-console.
What tools does the server provide?
Six tools: asana_get_projects, asana_get_sections_by_project, asana_get_task_stories, asana_get_task, asana_get_tasks_by_project, and asana_get_tasks_by_section.
What are the installation options?
Install globally with npm or run on‑the‑fly with npx. Both require Node.js and the ASANA_TOKEN environment variable.
Is this server open source?
Yes, it is licensed under the MIT License. See the LICENSE file for details.
What dependencies does it use?
It uses the Asana Node.js client library, which is licensed under Apache License 2.0.