Skip to content
Asana

AsanaMCP Server

Added to Onei
4 views

Summary

Asana's official remote MCP server — create and update tasks, search projects and portfolios, and analyze team workload.

Features

  • Create, update, and move tasks across projects
  • Search projects, portfolios, and goals
  • Add comments and attachments to work items
  • Analyze team workload and project status
  • Remote OAuth server — no local install or stored API key
  • Verified integration for 20+ MCP clients

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 (the V2 server) lets an agent read and act on your Asana workspace through natural language. It can create and update tasks, move work between projects and sections, add comments and attachments, search across projects and portfolios, pull goal and status data, and analyze how work is distributed across a team.

It is a remote, streamable-HTTP server authenticated over OAuth, so there is no local process to run and no API key sitting in a config file — permissions follow the Asana account that authorizes the connection, and an agent can only see what that user can see.

Asana lists it as a verified MCP integration for Claude, ChatGPT, Cursor, VS Code, and more than 20 other clients. Connecting requires registering an app in the Asana developer console to obtain a client ID and secret, after which a browser flow completes the link.

Related MCP Servers

MCP: Vanta

by Vanta

New

Vanta's official remote MCP server — query controls, tests, vendors, vulnerabilities and policies across SOC 2 and ISO 27001, and remediate failing tests from your agent.

New

Attio's official hosted MCP server — search, read and write your CRM records, lists, notes, tasks, meetings and emails from any MCP client over OAuth.

1 views

MCP: Fireflies.ai

by Fireflies.ai

Featured

Fireflies.ai's official remote MCP server — 19 tools for searching meeting transcripts and summaries, pulling action items and analytics, and cutting soundbites from recorded calls.

5 views

MCP: ClickUp

by ClickUp

Featured

ClickUp's official remote MCP server — around 40 tools across tasks, search, Docs, Chat and time tracking, over OAuth 2.1 with PKCE.

2 views
Browse all MCP servers →