Skip to content
Cursor

invovate mcp server for Cursor

io.github.lightspeedplusone/invovate-mcp-server

AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.

client:Cursor transport:stdio runtime:npm

Install invovate mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "invovate-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "invovate-mcp-server"
      ],
      "env": {
        "INVOVATE_API_KEY": "<INVOVATE_API_KEY>",
        "INVOVATE_API_BASE": "<INVOVATE_API_BASE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

invovate mcp server in other clients