asana
@wwwaldo
关于 asana
use claude as your project manager
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-asana": {
"command": "node",
"args": [
"listWorkspaces.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is asana?
The MCP Asana Integration Server is an MCP (Model Context Protocol) server that provides tools for managing Asana tasks and projects. It is intended for developers who want to control Asana via an MCP-compatible AI agent or client.
How to use asana?
Install Node.js (v14+), clone the repository, run npm install, then copy .env.example to .env and populate ASANA_ACCESS_TOKEN, ASANA_PROJECT_ID, and ASANA_WORKSPACE_ID. Build with npm run build and start the server with npm start. The server uses stdio transport; a simple command-line client (simple-client.sh) is included for testing, and the server can be integrated into MCP by adding a "asana" entry to the MCP configuration with the path to dist/server.js.
Key features of asana
- Create, list, update, and delete Asana tasks
- Create, list, and delete Asana projects
- Configuration via environment variables (access token, default project/workspace IDs)
- Helper scripts to discover Asana workspace and project IDs
- MCP-compatible stdio transport for integration with AI agents
Use cases of asana
- Automate task creation, assignment, and updates from an AI assistant
- Synchronize project lists and statuses through natural language commands
- Quickly delete or archive tasks and projects in bulk via MCP tools
- Integrate Asana project management into an AI-powered workflow
FAQ from asana
What prerequisites are required to run asana?
Node.js v14 or higher, an Asana account with API access, and a valid Asana Personal Access Token.
What environment variables are required?
ASANA_ACCESS_TOKEN is required for API authentication. ASANA_PROJECT_ID and ASANA_WORKSPACE_ID are required for full task and project operations respectively.
What data transport is supported?
Only stdio transport is currently supported. HTTP/SSE transport is not implemented.
What are the known limitations of asana?
Limited error handling for API responses, no pagination support for listing tasks or projects, and no HTTP/SSE transport.
How can I find my Asana workspace and project IDs?
The repository includes helper scripts listWorkspaces.js and listAllProjects.js that output the IDs needed for the environment variables.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
评论