mcp-server-asana
This MCP server allows users to interact with the Asana API for task and project management.
The MCP Server for Asana provides a seamless interface to communicate with Asana's API, enabling users to manage tasks, projects, and workspaces through various AI tools. It supports both read and write operations, with an optional read-only mode for safe testing. Users can easily list workspaces, search for projects, and perform other Asana-related queries by simply mentioning Asana in their requests.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-asana": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-asana"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions