Skip to content
Cline

holded mcp for Cline

io.github.energio-es/holded-mcp

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

client:Cline transport:stdio runtime:npm

Install holded mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

holded mcp in other clients