Asana
Freeby MCP Community
MCP server that gives AI assistants full access to the Asana API — 80 tools, 18 prompt templates, and browsable resources
v1.0.0Added Apr 12, 2026
asanamcpmodel-context-protocolaiclaude
Asana MCP Server
MCP server that gives AI assistants full access to the Asana API — 80 tools, 18 prompt templates, and browsable resources
Installation
npx -y @blzvi/asana-mcp-server
Reviews
Installation
Quick install
npx -y @blzvi/asana-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"asana": {
"command": "npx",
"args": ["-y", "@blzvi/asana-mcp-server"]
}
}
}