Asana

@roychri/mcp-server-asana

MCP Server for Asana

0 downloads
v1.7.0

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @roychri/mcp-server-asana

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @roychri/mcp-server-asana

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

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

CuCursor

Add to ~/.cursor/mcp.json

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

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

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

About

MCP Server for Asana

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
1.7.0
License
MIT
Category
ai
MCP Version
1.0
Published
12/4/2024
Updated
1/8/2026