An unofficial Model Context Protocol (MCP) server that provides access to the EARLY app time tracking public API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"early-mcp-server": {
"command": "npx",
"args": [
"-y",
"janfincke/early-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add early-mcp-server npx -y janfincke/early-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"early-mcp-server": {
"command": "npx",
"args": [
"-y",
"janfincke/early-mcp-server"
]
}
}
}