MCP.so
登录

Asana MCP Server

@bnwebdev

关于 Asana MCP Server

暂无概览

基本信息

分类

其他

许可证

View license

运行时

node

传输方式

stdio

发布者

bnwebdev

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "tiny-asana-mcp-server": {
      "command": "npx",
      "args": [
        "tiny-asana-mcp-server"
      ]
    }
  }
}

工具

6

List all accessible projects

List sections in a project

Get comments on a task

Retrieve details of a specific task

List tasks in a project

List tasks in a section

概览

What is Asana MCP Server?

Asana MCP Server is a Model Context Protocol server that enables AI assistants to interact with Asana. It provides tools for managing tasks, projects, and sections through a standardized interface, allowing assistants to perform read and list operations on Asana resources.

How to use Asana MCP Server?

Install globally via npm install -g tiny-asana-mcp-server or run directly with npx tiny-asana-mcp-server. Before starting, set the ASANA_TOKEN environment variable to your Asana Personal Access Token (obtain from Asana Developer Console). Start the server with env ASANA_TOKEN=your_token npx -y tiny-asana-mcp-server, then connect an MCP client to begin using the provided tools.

Key features of Asana MCP Server

  • Asana task management through MCP protocol
  • List all accessible projects
  • Retrieve sections within a project
  • Get comments (stories) on a task
  • Fetch details of a specific task
  • List tasks by project or by section

Use cases of Asana MCP Server

  • AI assistant queries all Asana projects for a user
  • Assistant retrieves tasks assigned to a team from a specific project
  • AI reads comments on a task to summarize discussion
  • Assistant lists tasks in a section to track progress
  • Developer builds a chat‑based Asana task viewer

FAQ from Asana MCP Server

How do I get an Asana Personal Access Token?

Obtain your token from the Asana Developer Console at https://app.asana.com/0/developer-console.

What tools does the server provide?

Six tools: asana_get_projects, asana_get_sections_by_project, asana_get_task_stories, asana_get_task, asana_get_tasks_by_project, and asana_get_tasks_by_section.

What are the installation options?

Install globally with npm or run on‑the‑fly with npx. Both require Node.js and the ASANA_TOKEN environment variable.

Is this server open source?

Yes, it is licensed under the MIT License. See the LICENSE file for details.

What dependencies does it use?

It uses the Asana Node.js client library, which is licensed under Apache License 2.0.

评论

其他 分类下的更多 MCP 服务器