Skip to content
Grok

mcp reportia for Grok

io.github.javalenciacai/mcp-reportia

Reportia HTTP API as 66 curated MCP tools (accounting, mappings, SIIGO).

client:Grok transport:stdio runtime:npm

Install mcp reportia 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": {
    "mcp-reportia": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@james.valencia/mcp-reportia"
      ],
      "env": {
        "REPORTIA_BASE_URL": "<REPORTIA_BASE_URL>",
        "REPORTIA_TOKEN": "<REPORTIA_TOKEN>",
        "REPORTIA_COOKIE": "<REPORTIA_COOKIE>",
        "REPORTIA_EMAIL": "<REPORTIA_EMAIL>",
        "REPORTIA_PASSWORD": "<REPORTIA_PASSWORD>",
        "REPORTIA_COMPANY_ID": "<REPORTIA_COMPANY_ID>",
        "REPORTIA_TIMEOUT_MS": "<REPORTIA_TIMEOUT_MS>",
        "REPORTIA_DOWNLOAD_DIR": "<REPORTIA_DOWNLOAD_DIR>",
        "REPORTIA_USER_AGENT": "<REPORTIA_USER_AGENT>",
        "REPORTIA_MAX_DOWNLOAD_BYTES": "<REPORTIA_MAX_DOWNLOAD_BYTES>"
      }
    }
  }
}

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

mcp reportia in other clients