toggl mcp for Windsurf
io.github.souravpn/toggl-mcp
MCP server for Toggl Track — gives Claude access to your time tracking data
client:Windsurf
transport:stdio
runtime:npm
Install toggl mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"toggl-mcp": {
"command": "npx",
"args": [
"-y",
"@souravpn/toggl-mcp"
],
"env": {
"TOGGL_API_TOKEN": "<TOGGL_API_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs