Back to MCP Servers
Server Asana
📇 ☁️ This Model Context Protocol server implementation of Asana allows you to talk to Asana API from MCP Client such as Anthropic's Claude Desktop Application, and many more.
other-tools-and-integrationsapi
By roychri
Installation
npx -y mcp-server-asanaConfiguration
{
"mcpServers": {
"mcp-server-asana": {
"command": "npx",
"args": ["-y", "mcp-server-asana"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes