zeit-mcp
v1.0.0
Published
MCP server proxy for Zeit App -- connects Claude Desktop to your Zeit time tracking data
Readme
zeit-mcp
MCP (Model Context Protocol) proxy for Zeit -- connects AI assistants like Claude Desktop to your time tracking data.
Usage
This package is used via npx in your AI assistant's MCP configuration. No manual installation needed.
Claude Desktop
Add to your Claude Desktop config (Settings > Developer > Edit Config):
{
"mcpServers": {
"zeit": {
"command": "npx",
"args": ["-y", "zeit-mcp"],
"env": {
"ZEIT_API_URL": "https://zeit.rafaelalex.de",
"ZEIT_API_KEY": "<YOUR-API-KEY>"
}
}
}
}Getting an API Key
- Log in to Zeit
- Go to Settings > MCP
- Click "Create API Key"
How it works
This is a stdio-to-HTTP proxy: it reads MCP JSON-RPC messages from stdin, forwards them to the Zeit server via HTTPS with Bearer token authentication, and writes responses to stdout.
Requirements
- Node.js >= 18
- A Zeit account with an API key
License
MIT
