Skip to content
Grok

extracto mcp for Grok

io.github.massanaroger/extracto-mcp

Turn any URL plus a schema into validated, typed JSON via the Extracto API.

client:Grok transport:stdio runtime:npm

Install extracto mcp 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": {
    "extracto-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "extracto-mcp"
      ],
      "env": {
        "EXTRACTO_API_KEY": "<EXTRACTO_API_KEY>",
        "EXTRACTO_BASE_URL": "<EXTRACTO_BASE_URL>",
        "EXTRACTO_TIMEOUT_MS": "<EXTRACTO_TIMEOUT_MS>"
      }
    }
  }
}

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

extracto mcp in other clients