Asana MCP Server
@bnwebdev
Asana MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"tiny-asana-mcp-server": {
"command": "npx",
"args": [
"tiny-asana-mcp-server"
]
}
}
}ツール
6List 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.
「その他」の他のコンテンツ
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ghidraMCP
LaurieWiredMCP Server for Ghidra
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
コメント