MCP server

Asana
MCPOfficial Asana MCP v2. The work graph.
Asana’s own Streamable HTTP server. Tasks, projects, portfolios — OAuth, not a personal token in a gist.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"asana": {
"url": "https://mcp.asana.com/v2/mcp"
}
}
}By Asana
Spec
What the server actually exposes.
search_tasks
readTasks in the workspace.
get_project
readA project and its sections.
create_task
writeOpen a task after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
asana-mcp.mcp/tools
Tools
- read
search_tasks
Tasks in the workspace.
- read
get_project
A project and its sections.
- write
create_task
Open a task after you confirm.
Last call
{ "ok": true,
"tool": "search_tasks",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
