Asana MCP Server for Zed
io.github.jtalk22/asana-mcp-server
Change Asana without opening Asana — custom fields, sections, start dates, rich notes, bulk. PAT.
client:Zed
transport:stdio
runtime:npm
Install Asana MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"asana-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jtalk22/asana-mcp"
],
"env": {
"ASANA_PAT": "<ASANA_PAT>",
"ASANA_WORKSPACE_GID": "<ASANA_WORKSPACE_GID>",
"ASANA_MCP_TOOLS": "<ASANA_MCP_TOOLS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs