Asana MCP Server
@bnwebdev
About Asana MCP Server
No overview available yet
Basic information
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.
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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!
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments