mcp-server-asana

markmhendrickson/mcp-server-asana
★ 0 stars Python 🔌 API Integration Updated today
MCP server for Asana integration providing bidirectional sync, import, export, and metadata management
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-asana": {
      "command": "uvx",
      "args": [
        "mcp-server-asana"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-asana