mite-assistant-mcp

kalpak44/mite-assistant-mcp
★ 0 stars JavaScript AI/LLM Updated today
mite-assistant-mcp is an MCP server for Mite time tracking that enables AI assistants to read, analyze, and manage time entries through natural language. It provides tools for reporting, reviewing daily and weekly bookings, and creating or updating time entries via the Mite API.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mite-assistant-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kalpak44/mite-assistant-mcp"
      ]
    }
  }
}