PluginBench
MCP Server

com.vigotime/planner MCP Server

com.vigotime/planner

What is the com.vigotime/planner MCP server?

Compute real duty rosters from your AI assistant - rule-based vigotime planner, API key or OAuth.

How to install com.vigotime/planner

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "planner": {
      "url": "https://api.vigotime.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "planner": {
      "serverUrl": "https://api.vigotime.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "planner": {
      "type": "http",
      "url": "https://api.vigotime.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "planner": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.vigotime.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http planner https://api.vigotime.com/mcp

Related MCP servers

Free German workforce calculators (bridge days, net working time, staffing/PeBeM) - no auth needed.