PluginBench
MCP Server
Active
MIT

Kelvia MCP Server

io.github.gonnagetapower/kelvia-mcp

What is the Kelvia MCP server?

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

How to install Kelvia

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ],
      "env": {
        "KELVIA_API_TOKEN": "<YOUR_KELVIA_API_TOKEN>",
        "KELVIA_API_URL": "<YOUR_KELVIA_API_URL>",
        "KELVIA_TOOLSETS": "<YOUR_KELVIA_TOOLSETS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ],
      "env": {
        "KELVIA_API_TOKEN": "<YOUR_KELVIA_API_TOKEN>",
        "KELVIA_API_URL": "<YOUR_KELVIA_API_URL>",
        "KELVIA_TOOLSETS": "<YOUR_KELVIA_TOOLSETS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "kelvia-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ],
      "env": {
        "KELVIA_API_TOKEN": "<YOUR_KELVIA_API_TOKEN>",
        "KELVIA_API_URL": "<YOUR_KELVIA_API_URL>",
        "KELVIA_TOOLSETS": "<YOUR_KELVIA_TOOLSETS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "kelvia-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kelvia-mcp"
      ],
      "env": {
        "KELVIA_API_TOKEN": "<YOUR_KELVIA_API_TOKEN>",
        "KELVIA_API_URL": "<YOUR_KELVIA_API_URL>",
        "KELVIA_TOOLSETS": "<YOUR_KELVIA_TOOLSETS>"
      }
    }
  }
}
Claude Code
claude mcp add kelvia-mcp --env KELVIA_API_TOKEN=<YOUR_KELVIA_API_TOKEN> --env KELVIA_API_URL=<YOUR_KELVIA_API_URL> --env KELVIA_TOOLSETS=<YOUR_KELVIA_TOOLSETS> -- npx -y kelvia-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →