asanaproject-managementtasks

Summary

Asana's official remote MCP server — create and update tasks, search projects, and analyze workload through natural language.

Features

  • Create and update tasks and projects
  • Search projects and portfolios
  • Analyze team workload
  • Remote OAuth server, no local install

Installation

Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.

Any MCP-compatible agent

Most agents (Claude, Cursor, Windsurf, VS Code, and more) read a standard mcpServers configuration.

  1. Open your agent's MCP configuration file.
  2. Merge the snippet below into it.
  3. Restart the agent — the "Asana" tools will be available.
{
  "mcpServers": {
    "asana": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.asana.com/v2/mcp"
      ]
    }
  }
}

Description

Asana's official Model Context Protocol server (V2) lets an agent read and act on your Asana workspace: create and update tasks, search projects and portfolios, analyze team workload, and more, over natural language. It's a remote, streamable-HTTP server authenticated via OAuth — no local process or API key file to manage — and is a verified MCP integration for Claude, ChatGPT, Cursor, VS Code, and 20+ other clients.

Related MCP Servers

Browse all MCP servers →