MCP service for Claude Desktop
npm install invoix-mcp-gatewaybash
npm install -g invoix-mcp-gateway
`
Configuration
Add to claude_desktop_config.json:
`json
{
"mcpServers": {
"invoix-gateway": {
"command": "invoix-mcp-gateway",
"env": {
"INVOIX_API_KEY": "your-api-key"
}
}
}
}
``