HomeProductivity › Kelvia

Kelvia

Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

Official TypeScript CloudLocal macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-20 License: MIT

Topics: Product Management

Connect

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

Remote (streamable-http)

https://mcp.kelvia.app/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http kelvia-mcp https://mcp.kelvia.app/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "kelvia-mcp": {
      "url": "https://mcp.kelvia.app/mcp"
    }
  }
}

Package (npm 1.0.2)

npx -y kelvia-mcp@1.0.2

Or add to your MCP client config:

{
  "mcpServers": {
    "kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp@1.0.2"
      ],
      "env": {
        "KELVIA_API_TOKEN": "<YOUR_VALUE>",
        "KELVIA_API_URL": "<YOUR_VALUE>",
        "KELVIA_TOOLSETS": "<YOUR_VALUE>"
      }
    }
  }
}
  • KELVIA_API_TOKEN required secret — Kelvia agent key (create one in Kelvia → Profile → Agents)
  • KELVIA_API_URL — Kelvia API base URL
  • KELVIA_TOOLSETS — Comma-separated toolsets to enable: boards, tasks, comments, stages, members, planner, tags. Defaults to all.

Related servers

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

Data from the Official MCP Registry