HomeProductivity › karea-mcp

karea-mcp

Karea task manager - 12 tools covering 69 actions, for Claude Code, Cursor, and other MCP clients.

TypeScript Cloud macOSWindowsLinux
★ 1 stars Last pushed 2026-09-22 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.10.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "karea-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "KAREA_API_KEY": "<YOUR_VALUE>",
        "KAREA_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • KAREA_API_KEY required secret — Your Karea API key. Generate at https://karea.app/dashboard/settings?section=api-keys
  • KAREA_URL — Karea base URL. Defaults to https://karea.app for the hosted service.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry