Toggl 2.0 for Zed
io.github.toggl/toggl-mcp
Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.
client:Zed
transport:stdio
runtime:npm
Install Toggl 2.0 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@togglhq/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs