io.github.energio-es/holded-mcp MCP Server
io.github.energio-es/holded-mcp
What is the io.github.energio-es/holded-mcp MCP server?
MCP server for Holded — invoicing, accounting, CRM, projects, and team
How to install io.github.energio-es/holded-mcp
Copy-paste configuration for popular MCP clients.
HOLDED_API_KEYrequiredYour Holded API key. Get it from https://app.holded.com/api
HOLDED_MODULESComma-separated list of modules to enable (invoicing, crm, projects, accounting, team). All enabled by default.
HOLDED_RATE_LIMIT_PER_SECONDAPI rate limit in requests per second. Default: 10.
HOLDED_DEBUGSet to 'true' to enable debug logging for API requests.
{
"mcpServers": {
"holded-mcp": {
"command": "npx",
"args": [
"-y",
"@energio/holded-mcp"
],
"env": {
"HOLDED_API_KEY": "<YOUR_HOLDED_API_KEY>",
"HOLDED_MODULES": "<YOUR_HOLDED_MODULES>",
"HOLDED_RATE_LIMIT_PER_SECOND": "<YOUR_HOLDED_RATE_LIMIT_PER_SECOND>",
"HOLDED_DEBUG": "<YOUR_HOLDED_DEBUG>"
}
}
}
}{
"mcpServers": {
"holded-mcp": {
"command": "npx",
"args": [
"-y",
"@energio/holded-mcp"
],
"env": {
"HOLDED_API_KEY": "<YOUR_HOLDED_API_KEY>",
"HOLDED_MODULES": "<YOUR_HOLDED_MODULES>",
"HOLDED_RATE_LIMIT_PER_SECOND": "<YOUR_HOLDED_RATE_LIMIT_PER_SECOND>",
"HOLDED_DEBUG": "<YOUR_HOLDED_DEBUG>"
}
}
}
}{
"mcpServers": {
"holded-mcp": {
"command": "npx",
"args": [
"-y",
"@energio/holded-mcp"
],
"env": {
"HOLDED_API_KEY": "<YOUR_HOLDED_API_KEY>",
"HOLDED_MODULES": "<YOUR_HOLDED_MODULES>",
"HOLDED_RATE_LIMIT_PER_SECOND": "<YOUR_HOLDED_RATE_LIMIT_PER_SECOND>",
"HOLDED_DEBUG": "<YOUR_HOLDED_DEBUG>"
}
}
}
}{
"servers": {
"holded-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@energio/holded-mcp"
],
"env": {
"HOLDED_API_KEY": "<YOUR_HOLDED_API_KEY>",
"HOLDED_MODULES": "<YOUR_HOLDED_MODULES>",
"HOLDED_RATE_LIMIT_PER_SECOND": "<YOUR_HOLDED_RATE_LIMIT_PER_SECOND>",
"HOLDED_DEBUG": "<YOUR_HOLDED_DEBUG>"
}
}
}
}claude mcp add holded-mcp --env HOLDED_API_KEY=<YOUR_HOLDED_API_KEY> --env HOLDED_MODULES=<YOUR_HOLDED_MODULES> --env HOLDED_RATE_LIMIT_PER_SECOND=<YOUR_HOLDED_RATE_LIMIT_PER_SECOND> --env HOLDED_DEBUG=<YOUR_HOLDED_DEBUG> -- npx -y @energio/holded-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.