mcp-server-tick
v0.1.0
Published
MCP Server for communicating with the Tick API using tick-api. Implements all functions exposed in the Tick API as MCP Tools.
Maintainers
Readme
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 ([email protected])"
}
}
}
}