Asana MCP Server
@bnwebdev
About Asana MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"tiny-asana-mcp-server": {
"command": "npx",
"args": [
"tiny-asana-mcp-server"
]
}
}
}Tools
6List all accessible projects
List sections in a project
Get comments on a task
Retrieve details of a specific task
List tasks in a project
List tasks in a section
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments