Skip to content
Grok

invovate mcp server for Grok

io.github.lightspeedplusone/invovate-mcp-server

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

client:Grok transport:stdio runtime:npm

Install invovate mcp server in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

invovate mcp server in other clients