---
title: "Asana"
url: "https://lb.getknit.dev/mcp-servers/asana-mcp-server/"
date: "2026-08-13T12:31:04+00:00"
modified: "2026-08-13T12:57:29+00:00"
type: "mcp_server"
---

# Asana

[MCP Servers](https://lb.getknit.dev/mcp-servers) / [Ticketing](https://lb.getknit.dev/mcp-servers-categories/ticketing-mcp-servers/) / Asana ![Asana](https://storage.googleapis.com/knit-website-media/2026/08/6826fb1c9b87f5d36e05611f_Asana-1.svg)Asana MCP Server
================

Knit's Asana MCP Server gives your AI agents instant, code-free access to every Asana API endpoint-read, write, and automate without OAuth headaches or custom endpoints.

 [See Docs](https://developers.getknit.dev/docs/getting-started-with-knit-mcp-server-for-ides-and-clis) [Set Up Asana MCP Server](https://mcphub.getknit.dev/) 

 

  Building Integrations Together·![4.9 out of 5 stars](https://lb.getknit.dev/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)4.9/5 on G2·![Google](https://lb.getknit.dev/wp-content/themes/knit/assets/images/investor-logos/google-g.png)Google for Startups Accelerator

![prismforce](https://storage.googleapis.com/knit-website-media/2026/08/6a1eebbdaa38eb74c2d39fc9_prismforce-1.svg)![Hackerearth](https://storage.googleapis.com/knit-website-media/2026/08/6a1eeb591e00bd216f61488b_hackerearth-1.svg)![Isotopes AI](https://storage.googleapis.com/knit-website-media/2026/08/691596a13b8cd38e2f3dc822_isotopes_ai_greyscale-1.svg)![Infojobs](https://storage.googleapis.com/knit-website-media/2026/08/68fc54d2ee31fc7f0e2f7ce1_infojobs_bnw-1.svg)![Payoneer](https://storage.googleapis.com/knit-website-media/2026/08/payoneer.png)![Outsolve](https://storage.googleapis.com/knit-website-media/2026/08/683469796fef776e21802928_outsolve-1.svg)![Skuad](https://storage.googleapis.com/knit-website-media/2026/08/68346986ac834ab404bc57d8_Skuad-1.svg)![Payworks](https://storage.googleapis.com/knit-website-media/2026/08/6879e68c044e681ac17de2b8_payworks_logo-1.svg)![Itilite](https://storage.googleapis.com/knit-website-media/2026/08/itilite.svg)![Onsurity](https://storage.googleapis.com/knit-website-media/2026/08/onsurity.svg)![RazorpayX](https://storage.googleapis.com/knit-website-media/2026/08/razorpay.png)![Multiplier](https://storage.googleapis.com/knit-website-media/2026/08/multiplier.svg)![Peoplestrong](https://storage.googleapis.com/knit-website-media/2026/08/68346a01a0576f307fa7b51c_people-strong-1.svg)![Scrut](https://storage.googleapis.com/knit-website-media/2026/08/scrut.svg)![Ceipal](https://storage.googleapis.com/knit-website-media/2026/08/ceipal.svg)

 

  Key Features
------------

All the power of AI-ready tools — serverless hosting, mix-and-match APIs, live updates, semantic search, and built-in auth — in a single, plug-and-play platform.

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/serverless-deployment.svg)

### Serverless by Default

Spin up MCP Servers with zero infrastructure — Knit scales, patches, and monitors everything for you.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/package-tools-across-apps.svg)

### Mix-and-Match Tool Bundles

Deploy only the API tools you need from any app in a single lightweight server — no bloat, no duplication.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/bring-your-own-apis.svg)

### Plug-In Your Own APIs

Expose custom endpoints as AI-ready tools alongside Knit's catalog, unifying proprietary logic and third-party apps in one place.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/semantic-search.svg)

### Semantic Tool Search

Natural-language search surfaces the right tools for each use case, shrinking token costs and boosting LLM accuracy.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/dynamic-tool-loading.svg)

### Hot-Swap Tools at Runtime

Add or remove tools without downtime; your agents see new capabilities instantly — no server restarts required.

 

![](https://lb.getknit.dev/wp-content/themes/knit/assets/images/mcp-features/managed-auth.svg)

### Auth Handled for You

OAuth, SAML, service accounts — Knit manages credentials and refreshes so your team never wrestles with tokens.

 

 

 

  See It In Action
----------------

Watch an agent automate workflows — all with Knit's plug-and-play MCP Servers.

    

 

  Actions Available via Asana MCP Server
--------------------------------------

Every action below is real and already live — not a roadmap item. [Browse the full API reference →](https://developers.getknit.dev/)

 Create Ticket 

The Create Ticket API is used to create a new ticket in the system. It requires several parameters in the request body, including the ticket name, assigned user ID, creator user ID, due date, description, ticket type ID, account ID, project ID, group ID, contact IDs, priority, source, tags, and additional metadata. The request must include headers for content type and authorization. Upon successful creation, the API returns the ticket ID in the response body.

 

 Update Ticket 

The Update Ticket API allows users to update an existing ticket by providing the ticket ID and other relevant details. The request includes headers for content type and authorization, a path parameter for the ticket ID, and a body containing details such as the ticket name, assigned user ID, creator ID, due date, description, ticket type ID, account ID, project ID, group ID, contact IDs, priority, source, tags, status, and additional metadata. The response returns the updated ticket ID.

 

 Get List of All Users in the System 

This API retrieves a list of all users in the system. It supports pagination through the 'cursor' query parameter. The response includes pagination details and a list of users, each with attributes such as ID, name, email ID, phone number, active status, and associated group IDs.

 

 Get List of Accounts or Companies 

This API retrieves a list of all accounts or companies in the system. It supports pagination through the use of a 'cursor' query parameter. The response includes pagination information with 'next' and 'previous' cursors, and a list of accounts, each containing details such as 'id', 'name', 'createdAt', 'website', and 'industry'. No headers, path parameters, or request body are required for this API.

 

 Get List of Tickets 

The Get List of Tickets API retrieves a list of all tickets in the system with optional filters. The API supports filtering by account ID, contact ID, assigned user ID, status, tag, ticket type, creation date range, update date range, and due date range. Pagination is supported through a cursor parameter. The response includes pagination information and a list of tickets, each with details such as ID, creation and update timestamps, name, assigned user, creator, due date, status, description, ticket type, associated account, project, group, contact IDs, priority, source, URL, tags, and custom fields.

 

 Get Account Details 

This API retrieves the details of a particular account or company in the system. It requires the account ID as a path parameter. The response includes the account ID, name, creation date, website, and industry.

 

 Get Comments for a Ticket 

This API retrieves the list of all comments, conversations, or notes along with attachments for a specific ticket. The request requires the 'ticketId' as a query parameter to identify the ticket for which comments are to be fetched. An optional 'cursor' parameter can be used for pagination. The response includes pagination details and an array of comments, each with details such as the comment ID, creation date, body, HTML formatted body, visibility status, author information, and any associated attachments.

 

 Get User Details in the System 

This API retrieves the details of a particular user in the system. It requires a 'userId' as a query parameter to identify the user. The response includes the user's ID, name, email ID, phone number, active status, and the list of group IDs the user is part of.

 

 Get List of Contacts or People 

This API retrieves a list of all contacts or people in the system. It accepts optional query parameters such as 'accountId' to filter contacts by a specific account and 'cursor' for pagination. The response includes pagination details and an array of contact objects, each containing information like contact ID, name, creation date, email address, phone number, and associated account ID.

 

 Get Ticket By ID 

The Get Ticket By ID API retrieves the details of a specific ticket using its ID. The request requires the ticket ID as a path parameter. The response includes comprehensive details about the ticket such as its creation and update timestamps, name, assigned user, creator, due date, status, description, type, associated account, project, group, contact IDs, priority, source, URL, tags, and any custom fields.

 

 Get List of All Tags in the System 

This API retrieves a list of all tags that can be applied to a ticket in the system. It supports pagination through the use of a 'cursor' query parameter. The response includes pagination details and an array of tags, each with an ID and name.

 

 Get List of All Groups or Teams in the System 

This API retrieves a list of all groups or teams in the system. It supports pagination through a 'cursor' query parameter. The response includes pagination information and details of each group, such as the group ID, name, description, whether it is public, and the list of user IDs belonging to the group.

 

 Get Contact or Person Details by ID 

This API retrieves the details of a particular contact or person in the system using their contact ID. The request requires the contact ID as a path parameter. The response includes the contact's ID, name, creation date, email address, phone number, and the account ID to which the contact belongs.

 

 Add Comments for a Ticket 

This API is used to add comments, conversations, or notes along with attachments for a particular ticket. The request body requires a 'ticketId' to specify the ticket for which the comment is being added. Optional fields include 'body' for the comment text, 'isPublic' to indicate if the comment is public, 'author' to specify the author of the comment, 'attachments' for any files to be attached, and 'metadata' for any additional fields. The response returns the 'id' of the newly created comment.

 

 [  Missing an action? 

Our AI Agent builds it instantly.

 Try Now  ](/products/integrations-agent/) 

 

  Knit vs. building a standalone Asana MCP Server
-----------------------------------------------

#### Building it yourself

- A custom MCP server for Asana, hosted and maintained in-house
- Handle Asana's OAuth, rate limits, and pagination yourself
- Re-test and patch every time Asana changes their API
- No tool search — every tool sits in your agent's context at once
- Engineering time spent on plumbing, not your product
- Weeks of dev time before you ship
 
 

#### With Knit

- Asana MCP Server already built, hosted, and maintained
- Knit handles Asana's OAuth, storage, and refresh for you
- Knit absorbs Asana's API changes — nothing breaks on your end
- Semantic tool search keeps agent context lean
- Your team ships your product, not integration plumbing
- Live in minutes, not weeks
 
 

 

 

 

  Other Ticketing MCP Servers
---------------------------

 [ ![Github](https://storage.googleapis.com/knit-website-media/2026/08/6826fccde3705cd7b928e768_Github-1.svg)### GitHub

 ](https://lb.getknit.dev/mcp-servers/github-mcp-server/) [ ![Freshdesk](https://storage.googleapis.com/knit-website-media/2026/08/6826fcc4d396adf6d7a86651_Freshdesk-1.svg)### Freshdesk

 ](https://lb.getknit.dev/mcp-servers/freshdesk-mcp-server/) [ ![Intercom](https://storage.googleapis.com/knit-website-media/2026/08/6826fddf2fc92556aa2c1051_Intercom-1.svg)### Intercom

 ](https://lb.getknit.dev/mcp-servers/intercom-mcp-server/) [ ![Zendesk](https://storage.googleapis.com/knit-website-media/2026/09/zendesk.svg)### Zendesk Ticketing

 ](https://lb.getknit.dev/mcp-servers/zendesk-ticketing-mcp-server/) [ ![Jira](https://storage.googleapis.com/knit-website-media/2026/08/6826fdd6d235859ad9068d3e_Jira-1.svg)### Jira

 ](https://lb.getknit.dev/mcp-servers/jira-mcp-server/) [ ![Zohodesk](https://storage.googleapis.com/knit-website-media/2026/08/682700ecaeb59a4766d50c56_Zohodesk-1.svg)### Zohodesk

 ](https://lb.getknit.dev/mcp-servers/zohodesk-mcp-server/) 

 [See all Ticketing MCP Servers](https://lb.getknit.dev/mcp-servers-categories/ticketing-mcp-servers/)

 

  Enterprise-grade security
-------------------------

 ![SOC 2 certified](/wp-content/themes/knit/assets/images/security-logos/soc2.svg) ![GDPR compliant](/wp-content/themes/knit/assets/images/security-logos/gdpr.svg) ![ISO 27001 certified](/wp-content/themes/knit/assets/images/security-logos/iso.png) 

[Visit our Security Center](https://compliance.getknit.dev/) [Review the DPA](/dpa)

 

  Customer Stories
----------------

See how leading technology firms are scaling their operations

![Multiplier](https://storage.googleapis.com/knit-website-media/2026/08/multiplier.svg)[Case Study ](https://lb.getknit.dev/case-studies/multiplier-closes-enterprise-deals-by-shipping-a-workday-integration-in-one-week-through-knit/)

> Amazing Product With Exceptional Support from the team. By using Knit we managed to speed up our development by orders of magnitude.

HHuynh H

Developer, Multiplier







![Scrut](https://storage.googleapis.com/knit-website-media/2026/08/scrut.svg)[Case Study ](https://lb.getknit.dev/case-studies/how-scrut-automation-automates-grc-automation-with-knits-unified-hris-api/)

> A brilliant tool to let you seamlessly integrate with many different systems. It is very easy to integrate with and customer support is next level.

JJayesh

Co-Founder, Scrut







![Onsurity](https://storage.googleapis.com/knit-website-media/2026/08/onsurity.svg)

> Seamless integration experience. Well-documented, self-explanatory APIs, and excellent service and support.

PPoorvi

Product Manager, Onsurity







![RazorpayX](https://storage.googleapis.com/knit-website-media/2026/08/razorpay.png)[Case Study ](https://lb.getknit.dev/case-studies/razorpayx-payroll-unlocks-multi-entity-pay-runs-with-knits-unified-hrms-api/)

> Easy to integrate. Knit's dashboard is intuitive for setting up and testing integrations, and the sandbox is extremely useful during development.

AAditya

Product Lead, RazorpayXPayroll







![Payoneer](https://storage.googleapis.com/knit-website-media/2026/08/payoneer.png)[Case Study ](https://lb.getknit.dev/case-studies/payoneer-workforce-management-launches-a-global-hris-to-netsuite-bridge-for-clients-using-knits-unified-api/)

> Knit shipped a brand-new Timesheet API in a week and handed us a ready-to-use NetSuite sandbox. That velocity is priceless when you're running payroll in 40+ countries.

RRohit Singh

GM, Payoneer Workforce Management









 

  \#1 in Ease of Integrations
---------------------------

![4.9 out of 5 stars](/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)

4.9 out of 5 stars on G2

![G2 Leader, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-leader.svg)![G2 Fastest Implementation, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-fastest-implementation.svg)![G2 High Performer, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-high-performer.svg)![G2 Best Est. ROI, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-best-roi.svg)

 

   FAQCommon questions about the Asana MCP Server
-------------------------------------------

  Does Knit have an MCP Server for Asana out of the box?Yes — the Asana MCP Server is live and already built, not a roadmap item. It exposes Asana's real actions as AI-ready tools your agent can call directly.

   Does the Asana MCP Server support both reading and writing data?Yes. Its actions cover both reads and writes, so your agent can pull data from Asana and push updates back to it, not just query it.

   How does authentication work for the Asana MCP Server?Knit manages Asana's OAuth, credential storage, and refresh for you — there's no auth to configure yourself before your agent can start calling tools.

   What happens if Asana changes their API?Knit absorbs it. We maintain and update the Asana connector on our end, so the MCP Server keeps working without you tracking Asana's changelog.

   Do you store Asana data or customer PII?No. Knit acts as a stateless passthrough — data is processed on our application server and returned directly to your agent, without being stored on Knit's servers.

   What is the pricing model, and is there a free trial?You choose the model that fits your business — pricing based on integrated accounts, or based on API call volume. Every plan includes a 30-day free trial before billing starts.

   Can I use this as an LLM tool for function calling?Yes — this MCP server exposes Asana's actions as tools your AI agent can call directly, the same underlying capability previously offered as a standalone LLM Tool integration. MCP is the protocol; the tool-calling access is the same.

   Does this work with Claude, GPT, and other LLMs?Yes — any MCP-compatible client or agent framework can connect to this server and call its exposed actions, regardless of which underlying LLM is driving the agent.

  

[See all FAQs](/faq)

 

    From the blog
-------------

  [![Ticketing API Integration: Use Cases, Examples, Advantages and Best Practices](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-yellow-scaled-640x400.png)](https://lb.getknit.dev/blog/ticketing-api-integration-all-you-need-to-know/)### [Ticketing API Integration: Use Cases, Examples, Advantages and Best Practices](https://lb.getknit.dev/blog/ticketing-api-integration-all-you-need-to-know/)

Learn the key concepts associated with Ticketing APIs and get started on your first Ticketing API integration.

   [![Zendesk Ticketing API: Auth, Endpoints & Rate Limits](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-red-scaled-640x400.png)](https://lb.getknit.dev/blog/zendesk-ticketing-api/)### [Zendesk Ticketing API: Auth, Endpoints &amp; Rate Limits](https://lb.getknit.dev/blog/zendesk-ticketing-api/)

How the Zendesk Ticketing API works: token and OAuth auth, ticket and user endpoints, rate limits, pagination, and Knit's unified API.

   [![Get Ticket Data from Freshdesk API using Python](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-red-scaled-640x400.png)](https://lb.getknit.dev/blog/get-ticket-data-from-freshdesk-api-using-python/)### [Get Ticket Data from Freshdesk API using Python](https://lb.getknit.dev/blog/get-ticket-data-from-freshdesk-api-using-python/)

Learn how to retrieve ticket data from the Freshdesk API with step-by-step instructions, endpoints, code examples, common pitfalls, and FAQs for seamless integration.

  

 

  Put Integrations on Autopilot. Talk to Experts.
-----------------------------------------------

Knit is loved by customers across the globe due to our seamless product and white glove support. You'll love us too!

 [Talk to a Human](/book-demo)
