Package Exports
- mcp_clockify
- mcp_clockify/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (mcp_clockify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Creating a Time Entry in Clockify
I worked on Research project for {Organization} workspace from today 9 AM to 5 PM, and I need to create a time entry for this work session in Clockify.
To add an MCP to your user configuration, run the MCP: Open User Configuration
command, which opens the mcp.json file in your user profile. If the file does not exist, VS Code creates it for you.
{
"servers": {
"mcp_clockify": {
"command": "npx",
"args": ["-y", "mcp_clockify@latest"],
"env": {
"CLOCKIFY_API_KEY": "ZjA3YzA5N2UtZTMwZS00NzM4LTkyZGMtMmQwYTkzYjZkZjli"
}
}
...
}
}