★ 0 stars
Go
🔌 API Integration
Updated 2d ago
Local, single-user, full-access Clockify MCP server. One API key, one pinned workspace, stdio transport, 156 tools loaded at startup.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"go-clockify": {
"command": "go",
"args": [
"run",
"github.com/apet97/go-clockify@latest"
]
}
}
}
Run in terminal:
claude mcp add go-clockify go run github.com/apet97/go-clockify@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"go-clockify": {
"command": "go",
"args": [
"run",
"github.com/apet97/go-clockify@latest"
]
}
}
}
Topics
clockifygogolangmcpmcp-servermodel-context-protocoltime-tracking