MCP server for time tracking API. Connects Claude Code (or any MCP client) to your Timely account for reading and creating time entries, projcts, tasks, and users.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"timely-mcp-server": {
"command": "npx",
"args": [
"-y",
"rollecode/timely-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add timely-mcp-server npx -y rollecode/timely-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"timely-mcp-server": {
"command": "npx",
"args": [
"-y",
"rollecode/timely-mcp-server"
]
}
}
}
📋 Copy