Add Asana MCP Server to Cursor
Asana offers a Model Context Protocol (MCP) server, accessible via app integration, which allows AI assistants and other applications to access the Asana Work Graph from beyond the Asana platform. This server provides a way to interact with your Asana workspace through various AI platforms and tools that support MCP.
{
"asana": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.asana.com/sse"
]
}
}