npx claudepluginhub verygoodplugins/claude-plugins --plugin togglAdd to your .mcp.json:
{
"mcpServers": {
"toggl": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-toggl"
],
"env": {
"TOGGL_API_TOKEN": "${TOGGL_API_TOKEN}"
}
}
}
}Replace placeholder values for: TOGGL_API_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxTOGGL_API_TOKEN=${TOGGL_API_TOKEN}