Home › Productivity › Kelvia
Kelvia
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
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 [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"kelvia-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"KELVIA_API_TOKEN": "<YOUR_VALUE>",
"KELVIA_API_URL": "<YOUR_VALUE>",
"KELVIA_TOOLSETS": "<YOUR_VALUE>"
}
}
}
}
KELVIA_API_TOKENrequired secret — Kelvia agent key (create one in Kelvia → Profile → Agents)KELVIA_API_URL— Kelvia API base URLKELVIA_TOOLSETS— Comma-separated toolsets to enable: boards, tasks, comments, stages, members, planner, tags. Defaults to all.
Related servers
saga-mcp
Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard
pm-copilot
Triangulates HelpScout support tickets and ProductLift feature requests to generate prioritized product plans. Scores themes by…
mcp-server-polarion
MCP server for Polarion ALM — read and write documents and work items
procore-mcp-server
MCP server exposing the full Procore REST API (2,636 endpoints) for construction project management. Includes 7 discovery and execution…
Epoch
Epoch time estimation MCP server for PERT, COCOMO, Monte Carlo, calibration, cost, and risk.
Trello-Desktop-MCP
Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry