Holded
@energio-es
关于 Holded
MCP server for Holded — invoicing, accounting, CRM, projects, and team
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"holded": {
"command": "npx",
"args": [
"-y",
"@energio/holded-mcp"
],
"env": {
"HOLDED_API_KEY": "<YOUR_API_KEY>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Holded?
Holded is an MCP server that provides AI assistant access to the Holded business management platform. It enables CRUD operations across invoicing, CRM, projects, accounting, and team modules.
How to use Holded?
Install via npx with a Holded API key. Configure your MCP client (Claude Desktop, Cursor, VS Code, Windsurf, etc.) with the command npx -y @energio/holded-mcp and set the HOLDED_API_KEY environment variable. Optionally, use HOLDED_MODULES to load only specific modules. Run manually with npm start or npm run dev.
Key features of Holded
- Full CRUD for invoices, estimates, purchases, and other documents
- Manage contacts, contact groups, and product variants
- Track project tasks, time tracking, and accounting ledgers
- CRM leads, funnels, events, and bookings management
- Employee management and team time tracking
- Module selection via HOLDED_MODULES environment variable
- Debug mode with HOLDED_DEBUG for troubleshooting
Use cases of Holded
- Automate invoice creation, payment recording, and document sending
- Manage customer contacts, sales funnels, and lead pipelines
- Track project tasks and time entries for team productivity
- Maintain accounting accounts and daily ledger entries
- Control product stock levels across warehouses
FAQ from Holded
What runtime does Holded require?
Node.js >= 20 is required.
How do I get a Holded API key?
Get your API key from the Holded API Settings page at https://app.holded.com/api or go to Configuration (top bar) → API.
Which MCP clients are supported?
Holded works with any MCP‑compatible client. Setup examples are provided for Claude Desktop, Claude Code, Cursor, VS Code, and Windsurf.
Can I use only specific Holded modules?
Yes. Set the HOLDED_MODULES environment variable with a comma‑separated list from: invoicing, crm, projects, accounting, team. If omitted, all modules are enabled.
What transport protocol does Holded use?
Holded communicates via stdio using the Model Context Protocol (MCP).
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论