Asana MCP Server for Grok
io.github.jtalk22/asana-mcp-server
Change Asana without opening Asana — custom fields, sections, start dates, rich notes, bulk. PAT.
client:Grok
transport:stdio
runtime:npm
Install Asana MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"asana-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<ASANA_MCP_TOOLS>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs