Asana MCP Server for Cursor
io.github.jtalk22/asana-mcp-server
Change Asana without opening Asana — custom fields, sections, start dates, rich notes, bulk. PAT.
client:Cursor
transport:stdio
runtime:npm
Install Asana MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"asana-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<ASANA_MCP_TOOLS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs