时钟化MCP服务器
](https://smithery.ai/server/@https-eduardo/clockify-mcp-server)
此MCP服务器与AI工具集成,用于管理Clockify中的时间条目,因此您只需向LLM发送提示即可注册时间条目。
在Claude桌面中使用
通过Smithery安装
通过以下方式自动安装Claude Desktop的clockify mcp服务器 铁匠铺:
npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claude手动安装
首先,全局安装tsx
npm i -g tsx
然后将MCP服务器插入 claude_desktop_config
{
"mcpServers": {
"clockify-time-entries": {
"command": "tsx",
"args": ["ABSOLUTE_PATH/src/index.ts", "--local"],
"env": {
"CLOCKIFY_API_URL": "https://api.clockify.me/api/v1",
"CLOCKIFY_API_TOKEN": "YOUR_CLOCKIFY_API_TOKEN_HERE"
}
}
}
}