@coretext-ai/public-asana-mcp-a1b2c3d4-e5f6-4789-a012-123456789012
v1.0.1
Published
MCP server with full asana capabilities (27 endpoints)
Downloads
15
Readme
public-asana-mcp
MCP server with full asana capabilities (27 endpoints)
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 27 tools across 1 integrations:
Asana Tools
- asana_get_current_user: Get the current authenticated user
- asana_get_users: Get multiple users in a workspace or team
- asana_get_workspaces: Get multiple workspaces accessible to the authenticated user
- asana_get_workspace: Get a workspace by ID
- asana_list_projects: Get multiple projects
- asana_create_project: Create a new project in a workspace or team
- asana_get_project: Get a project by ID
- asana_update_project: Update a project
- asana_delete_project: Delete a project
- asana_list_tasks: Get multiple tasks
- asana_create_task: Create a new task
- asana_get_task: Get a task by ID
- asana_update_task: Update a task
- asana_delete_task: Delete a task
- asana_add_task_to_project: Add a task to a project
- asana_set_task_dependencies: Set dependencies for a task
- asana_list_teams: Get teams in a workspace
- asana_get_team: Get a team by ID
- asana_list_portfolios: Get multiple portfolios
- asana_create_portfolio: Create a portfolio
- asana_get_portfolio: Get a portfolio by ID
- asana_add_portfolio_item: Add an item to a portfolio
- asana_get_custom_fields: Get a workspace's custom fields
- asana_create_custom_field: Create a custom field
- asana_create_attachment: Upload an attachment to a task
- asana_get_attachments: Get attachments for an object
- asana_search_tasks: Search tasks in a workspace
Installation
npm install @coretext-ai/public-asana-mcp-a1b2c3d4-e5f6-4789-a012-123456789012Environment Setup
Create a .env file with the following variables:
ASANA_ACCESS_TOKEN=your_asana_access_token_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"public-asana-mcp": {
"command": "npx",
"args": ["@coretext-ai/public-asana-mcp-a1b2c3d4-e5f6-4789-a012-123456789012"],
"env": {
"ASANA_ACCESS_TOKEN": "your_asana_access_token_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Aug 07 2025 22:59:13 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 27
