Asana MCP Server
A Type 4 OAuth MCP server for the Asana API, enabling AI assistants to manage workspaces, projects, tasks, comments, users, and teams.
README
Asana MCP Server
A Type 4 OAuth MCP server for Asana API, enabling AI assistants to interact with Asana workspaces, projects, tasks, and users.
Features
- Workspaces & Projects: List workspaces and projects
- Tasks: List, get, create, update, and search tasks
- Comments: Add comments to tasks
- Users & Teams: List users and teams
Setup
1. Create an Asana OAuth App
- Go to developers.asana.com and create an app
- Set the redirect URL to your Dedalus deployment URL
- Configure the following scopes:
default
2. Environment Variables
Configure these environment variables:
OAUTH_ENABLED=true
OAUTH_AUTHORIZE_URL=https://app.asana.com/-/oauth_authorize
OAUTH_TOKEN_URL=https://app.asana.com/-/oauth_token
OAUTH_CLIENT_ID=your-client-id
OAUTH_CLIENT_SECRET=your-client-secret
OAUTH_SCOPES_AVAILABLE=default
OAUTH_BASE_URL=https://app.asana.com/api/1.0
DEDALUS_API_KEY=dsk-live-...
DEDALUS_AS_URL=https://as.dedaluslabs.ai
Tools
Workspaces & Projects
- list_workspaces: List all workspaces the user has access to
- list_projects: List projects in a workspace or team
Tasks
- list_tasks: List tasks with optional filters (assignee, project, completed status)
- get_task: Get a specific task by ID
- create_task: Create a new task in a workspace or project
- update_task: Update an existing task
Comments
- add_task_comment: Add a comment/story to a task
Users & Teams
- list_users: List users in a workspace
- list_teams: List teams in a workspace
Usage
from dedalus_mcp import runner
result = await runner.run(
input="Show me all tasks in the Design project",
mcp_servers=["dedalus-labs/asana-mcp"],
)
API Reference
This server uses the Asana REST API v1.0.
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.