Share:
About
Create, read, update and delete tasks, projects, sections, and comments across Asana workspaces. Search by assignee, due date, tag or custom field, and post rich-text updates. Ideal for daily-standup agents and cross-tool task automation. Uses a Personal Access Token.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Asana MCP.
- What core functions does the Asana MCP support?
- The Asana MCP enables creating, reading, updating, and deleting tasks, projects, sections, and comments. It also supports searching for tasks by various criteria like assignee and due date.
- How can I authenticate with the Asana MCP?
- Authentication for the Asana MCP uses a Personal Access Token. This token acts as an API key to secure access to your Asana data.
- What are some typical use cases for the Asana MCP?
- Typical uses include automating daily standup updates and cross-tool task management. It's designed to streamline workflows involving Asana workspaces.
- Does the Asana MCP have any known limitations?
- Its capabilities are limited to the Asana API and the specific tools implemented in the MCP server. Users should consult the Asana API documentation for overall service limitations.
- How do I install the Asana MCP in a client application?
- Installation depends on the specific MCP client application you are using. Refer to your client's documentation for instructions on adding a new MCP server via its GitHub repository.
- Is there a cost associated with using the Asana MCP?
- The cost of using the Asana MCP itself depends on the deployment and hosting. The underlying Asana service may have its own pricing tiers.
Install Asana MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"asana": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"asana": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"asana": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-asana"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.