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.
「その他」の他のコンテンツ
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
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.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 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,
コメント