MCP server for the Invovate invoice API — generate PDF, JSON & UBL 2.1 invoices in 11 languages from AI agents (Claude Desktop, Cursor, Windsurf).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"invovate-mcp-server": {
"command": "npx",
"args": [
"-y",
"LightSpeedPlusOne/invovate-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add invovate-mcp-server npx -y LightSpeedPlusOne/invovate-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"invovate-mcp-server": {
"command": "npx",
"args": [
"-y",
"LightSpeedPlusOne/invovate-mcp-server"
]
}
}
}