Skip to main content
Glama

asana-mcp

An MCP server for Asana that reaches every workspace, over the classic API with a personal access token. Shared by the family's apps (Excephalon, Highdeas).

Asana's hosted MCP server binds each OAuth grant to a single workspace chosen at sign-in, and refuses personal access tokens. This server has neither limit: one PAT spans all workspaces, and it is a plain string in a file, copyable between machines like any other runtime state.

Use

Create a personal access token at https://app.asana.com/0/developer-console and save it, alone, in a file. Then register the server with any MCP client as a stdio command:

python asana_mcp.py --serve --pat-file /path/to/pat.txt

No dependencies beyond the Python standard library.

Related MCP server: asana-mcp

Tools

list_workspaces, list_projects, list_project_tasks, list_my_tasks, get_task, search (typeahead - works on every Asana plan, unlike full task search), create_task, complete_task. Asana's own error words pass through whole, marked as errors - a swallowed reason sends whoever asked off to fix the wrong thing.

Develop

python -m pytest tests/
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • A MCP server built for developers enabling Git based project management with project and personal…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cmloegcmluin-org/asana-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server