Asana MCP Server
Rank #19,559io.github.jtalk22/asana-mcp-server
Change Asana without opening Asana — custom fields, sections, start dates, rich notes, bulk. PAT.
Asana MCP Server is a Model Context Protocol (MCP) server published by jtalk22. It ranks #19,559 of 115,591 servers tracked on MCP Toplist. Asana MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 15, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 96,032 of 115,591 servers on MCP Toplist.
Use Asana MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add asana-mcp-server -e "ASANA_PAT=<your ASANA_PAT>" -e "ASANA_WORKSPACE_GID=<your ASANA_WORKSPACE_GID>" -e "ASANA_MCP_TOOLS=<your ASANA_MCP_TOOLS>" -- npx -y @jtalk22/asana-mcpReplace each placeholder with your own value before saving.
[mcp_servers.asana-mcp-server]
command = "npx"
args = ["-y", "@jtalk22/asana-mcp"]
[mcp_servers.asana-mcp-server.env]
ASANA_PAT = "<your ASANA_PAT>"
ASANA_WORKSPACE_GID = "<your ASANA_WORKSPACE_GID>"
ASANA_MCP_TOOLS = "<your ASANA_MCP_TOOLS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<your ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<your ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<your ASANA_MCP_TOOLS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<your ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<your ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<your ASANA_MCP_TOOLS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"asana-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<your ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<your ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<your ASANA_MCP_TOOLS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<your ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<your ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<your ASANA_MCP_TOOLS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<your ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<your ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<your ASANA_MCP_TOOLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.jtalk22%2Fasana-mcp-server)<a href="https://mcptoplist.com/server/io.github.jtalk22%2Fasana-mcp-server"><img src="https://mcptoplist.com/badge/io.github.jtalk22%2Fasana-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jtalk22
Other servers by jtalk22
View all jtalk22 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 15, 2026 |
Frequently asked questions
- Who maintains Asana MCP Server?
- Asana MCP Server is maintained by jtalk22, which publishes 2 MCP servers (16 total versions) tracked on MCP Toplist.
- Is Asana MCP Server listed on the Official MCP Registry?
- Yes — Asana MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Asana MCP Server have?
- MCP Toplist tracks 1 version of Asana MCP Server, most recently published on Aug 15, 2026.
- Where can I find the source code for Asana MCP Server?
- The source code for Asana MCP Server is hosted at github.com/jtalk22/asana-mcp-server.