Skip to main content
Other Tools and IntegrationsTypeScript

roychri/mcp-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-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/roychri/mcp-server-asana

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-server-asana": {
      "command": "npx",
      "args": [
        "-y",
        "roychri/mcp-server-asana"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
roychri