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"
}
}
}
}
İlgili Sunucular
mycrab-mcp
instant public HTTPS URLs via Cloudflare Tunnels and custom domains for AI agent
Anki MCP
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.
cross-llm-mcp
A Model Context Protocol (MCP) server that provides access to multiple Large Language Model (LLM) APIs including ChatGPT, Claude, Gemini, and DeepSeek.
AI Tutor
An AI-powered tutor for higher education that supports both Claude and OpenAI models through MCP.
Jotform
An MCP server which brings Jotform to your AI client or LLM
PaKi Curator
MCP server for César Yagüe's Visual Medicine art catalog — 300 contemplative moving art works, 13 collections. Search, browse, get recommendations for spaces.
Divide and Conquer
Breaks down complex tasks into manageable pieces and stores them in structured JSON.
Time MCP Server
Provides current time and timezone conversion capabilities for LLMs, using IANA timezone names.
MCP Inception
Delegate tasks to another MCP client, acting as an agent for your agent.
AppContext MCP
AppContext gives your AI coding agent instant visual insight into what you're developing, so it can fix issues, refine UI, and accelerate your development workflow in real time.