nicou/tick-mcp-server
3.2
If you are the rightful owner of tick-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Tick MCP Server facilitates communication with the Tick API, allowing users to log hours and manage tasks efficiently using MCP Tools.
Tick MCP Server
MCP Server for communicating with the Tick API using tick-api. Implements all functions exposed in the Tick API as MCP Tools.
Log your hours using an LLM!
Installation
{
"mcpServers": {
"mcp-server-tick": {
"command": "npx",
"args": [
"-y",
"mcp-server-tick"
],
"env": {
"TICK_API_KEY": "",
"TICK_SUBSCRIPTION_ID": "",
"TICK_USER_AGENT": "TickMCPServer (your-email@example.com)"
}
}
}
}