Toggl 2.0 for Grok
io.github.toggl/toggl-mcp
Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.
client:Grok
transport:stdio
runtime:npm
Install Toggl 2.0 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"toggl-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@togglhq/mcp"
]
}
}
}
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