MCP Server
Asana MCP MCP Server
by Asana
Create tasks, projects, and portfolios in Asana.
About Asana MCP
Asana MCP server. Search and create tasks, manage projects and portfolios, post comments, and generate status updates with proper permissions.
Tags
tasksprojectspm
How to install Asana MCP
Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.
{
"mcpServers": {
"asana": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-asana"]
}
}
}Example shape only — see the docs for the canonical install command.