MCP Server
MCP
Asana MCP Server
Change Asana without opening Asana — custom fields, sections, start dates, rich notes, bulk. PAT.
Install
npx -y @jtalk22/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@jtalk22/asana-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Asana Personal Access Token (create at https://app.asana.com/0/my-apps). Optional when stored via `asana-mcp --setup` (macOS Keychain or ~/.asana-mcp.json).",
"format": "string",
"isSecret": true,
"name": "ASANA_PAT"
},
{
"description": "Workspace GID. Optional — auto-detected when the token sees exactly one workspace.",
"format": "string",
"name": "ASANA_WORKSPACE_GID"
},
{
"description": "Tool surface filter: all | read | write | comma-list of tool names.",
"format": "string",
"name": "ASANA_MCP_TOOLS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment