MCP Server
MCP
io.github.souravpn/toggl-mcp
MCP server for Toggl Track — gives Claude access to your time tracking data
Install
npx -y @souravpn/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@souravpn/toggl-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Toggl Track API token. Get it from https://track.toggl.com/profile — scroll to the bottom and click 'Click to reveal'",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "TOGGL_API_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment