Clockify
Manage your Clockify time entries using natural language prompts.
Clockify MCP Server
This MCP Server integrates with AI Tools to manage your time entries in Clockify, so you can register your time entries just sending an prompt to LLM.
Using in Claude Desktop
Installing via Smithery
To install clockify-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @https-eduardo/clockify-mcp-server --client claude
Installing Manually
First, install tsx globally
npm i -g tsx
Then insert the MCP server in 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"
}
}
}
}
Serveurs connexes
Kone.vc
sponsorMonetize your AI agent with contextual product recommendations
MCP Atlassian
Interact with Atlassian products like Confluence and Jira, supporting both Cloud and Server/Data Center deployments.
Resource Hub
Connects to the Resource Hub to centrally configure and manage your MCP servers.
Xero
Interact with the Xero Accounting Software API.
Mente
Connect your AI assistant to your personal knowledge base. Search, save links, create notes and to-dos. AI processes everything automatically.
MCP Zotero
Interact with your Zotero library for managing references and citations.
Blogger Posting
Automate blog posting on Google Blogger using the Blogger API.
Work Memory MCP Server
Manages work memories and shares context between AI tools using a local SQLite database.
Jira
Integrate with Jira's REST API to manage projects, track issues, and perform analytics.
QiQ Social
AI-powered multi-platform content publishing. 25 tools to create posts, run automations, manage RSS feeds, generate hashtags, search images, and publish to Instagram, Facebook, LinkedIn, X, Threads, Telegram, Discord, WordPress, YouTube, TikTok, and more.
Document Translator
An example MCP server for translating documents, designed for deployment on Cloudflare Workers.