MCP server that gives AI assistants full access to Asana — 80 tools, 18 prompt templates, browsable resources. One npx command to set up.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"BlZvi/asana-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add asana-mcp-server npx -y BlZvi/asana-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"BlZvi/asana-mcp-server"
]
}
}
}