Back to MCP Servers
🔌

roychri/mcp-server-asana

MITAPI key required

📇 ☁️ 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.

TypeScriptDev Tools

Install

npx -y -y @roychri/mcp-server-asana

Required environment variables

ASANA_ACCESS_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "roychri-mcp-server-asana": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@roychri/mcp-server-asana"
      ],
      "env": {
        "ASANA_ACCESS_TOKEN": "<YOUR_ASANA_ACCESS_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.