Skip to content
Windsurf

holded mcp for Windsurf

io.github.energio-es/holded-mcp

MCP server for Holded — invoicing, accounting, CRM, projects, and team

client:Windsurf transport:stdio runtime:npm

Install holded mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "holded-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@energio/holded-mcp"
      ],
      "env": {
        "HOLDED_API_KEY": "<HOLDED_API_KEY>",
        "HOLDED_MODULES": "<HOLDED_MODULES>",
        "HOLDED_RATE_LIMIT_PER_SECOND": "<HOLDED_RATE_LIMIT_PER_SECOND>",
        "HOLDED_DEBUG": "<HOLDED_DEBUG>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

holded mcp in other clients