How to Use the Asana MCP in Claude Code
Manage Asana projects straight from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Asana MCP to Claude Code
Create your Vinkius account to connect Asana to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Claude Code MCP Server Integration
This MCP Server connects your terminal agent directly to your project management database. Claude Code uses `list_workspaces` to locate your company environment and `list_projects` to find the specific board for your current repository. You can script entire project setups without leaving the command line. The agent runs `list_sections` to map out the columns and pulls available labels via `list_tags` before creating anything new.
Headless Task Management
This integration lets you pipe your test failures directly into your bug tracker. Claude Code parses your error logs and fires `create_task` to generate a new ticket with the exact stack trace attached. When a build succeeds, the agent finds the related ticket using `search_tasks`. It then executes `update_task` to move the item into the deployment column and marks it complete.
Terminal-Based Auditing
Review project history without opening a web browser using this server's read capabilities. Your agent pulls the exact state of any ticket by running `get_task` and reads the assigned metadata. To see who changed what, Claude Code triggers `list_stories`. This dumps the complete activity feed and comment history into your terminal output for quick grep searches or log analysis.
Set up Asana MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeasana-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Asana transactions." It will automatically discover and invoke the available Asana tools.
claude mcp add --transport http asana-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Asana MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Asana MCP today
We host it, we monitor it, we maintain it. You just paste one token.