elorus-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@elorus-mcpCreate an invoice for Acme Corp for 5 hours of consulting at €150/hour"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
elorus-mcp
MCP server for the Elorus invoicing and accounting platform. Enables AI assistants to create invoices, manage contacts, and query financial data through natural language.
Setup
Prerequisites
Node.js 20+
An Elorus account with an API key and organization ID
Getting your credentials
API key — open the Elorus web app → User Profile → API key
Organization ID — open the Elorus web app → Settings → Organization → Organization ID
Install
npx elorus-mcpOr clone and build locally:
git clone https://github.com/your-org/elorus-mcp
cd elorus-mcp
npm install && npm run buildRelated MCP server: Billingo MCP Server
Claude Desktop configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"elorus": {
"command": "npx",
"args": ["elorus-mcp"],
"env": {
"ELORUS_API_KEY": "your-api-key",
"ELORUS_ORG_ID": "your-org-id"
}
}
}
}Claude Code configuration
claude mcp add elorus -e ELORUS_API_KEY=your-api-key -e ELORUS_ORG_ID=your-org-id -- npx elorus-mcpAvailable tools (Phase 1)
Contacts
Tool | Description |
| Search/filter contacts with pagination |
| Fetch a contact by ID |
| Create a client, supplier, or both |
Invoices
Tool | Description |
| Filter invoices by status, client, date range |
| Fetch an invoice by ID |
| Create a sales invoice with line items and taxes |
Products
Tool | Description |
| Search the products/services catalog |
| Fetch a product by ID |
| Add a product or service to the catalog |
Example prompts
"Create an invoice for Acme Corp for 5 hours of consulting at €150/hour with 24% VAT"
"What invoices are overdue this month?"
"Look up the contact for Elorus FC and show their details"
"Add a new product called 'Website Design' at €800 with standard VAT"
Notes
All monetary values are strings (e.g.
"1500.00") to avoid floating-point precision issuesUse
list_taxesandlist_document_types(Phase 2) to look up valid IDs for invoice creationElorus does not provide idempotency keys — query before creating to avoid duplicates
Pagination params:
page(default 1) andpage_size(default 20, max 100)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikan/elorus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server