MCP server · operational
Asana MCP
Reads and updates Asana projects and tasks.
Official Asana remote MCP server. Lets agents query workspaces, projects and tasks and create or update work items under the authenticated user permissions.
- endpoint
https://mcp.asana.com/sse- auth
- OAuth 2.1
- try it
- tested example call
curl -sS -X POST https://mcp.asana.com/sse -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}' - capabilities
- tasks.read · tasks.write
- tags
- asana · tasks · projects · pm
- i/o
- JSON-RPC 2.0 (MCP) → JSON-RPC 2.0 (MCP), SSE or JSON
- machine-readable
- /api/public/registry/asana-mcp
Agents can discover Asana MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.