@duytnb79/asana-mcp
Related Servers
Alternatives to @duytnb79/asana-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceA local MCP server that lets you interact with Asana using a personal access token, providing tools to list projects and tasks, search tasks, create and update tasks, and add comments via the Asana REST API.819 npmMIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server for Asana that accesses every workspace using a personal access token, enabling task and project management through integrated tools like list, create, and complete tasks.-
- AlicenseBqualityAmaintenanceA local-first Asana MCP server that provides controlled writes, schema operations, diagnostics, and one-call briefs over the REST API using a Personal Access Token.7534 npmMIT
- FlicenseNot gradedqualityCmaintenanceAn MCP (Multi-Agent Conversation Protocol) server that enables interacting with the Asana API through natural language commands for task management, project organization, and team collaboration.-
- AlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that connects AI assistants to the Asana API for task, project, and workspace management.33MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the Asana API, auto-generated using AG2's MCP builder.-
TDQS
Scored across 8 tools
Each tool targets a distinct resource and action: single task retrieval, task listing, project listing, section listing, commenting, creating, updating, and searching. Even list_tasks and search_tasks are clearly differentiated by scope (project vs. workspace).
All tool names follow a consistent verb_noun snake_case pattern (e.g., get_task, list_projects, add_comment, create_task). No mixed conventions or vague verbs.
With 8 tools, the set is well-scoped for an Asana integration, covering tasks, projects, sections, and comments without unnecessary bloat. Each tool serves a clear purpose.
The core task lifecycle is covered with get, list, create, update, and search, but missing a delete_task operation leaves a notable gap. Sections and projects are only listable, but that may be acceptable for the server's scope.