Skip to content
Cursor

extracto mcp for Cursor

io.github.massanaroger/extracto-mcp

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

client:Cursor transport:stdio runtime:npm

Install extracto mcp 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": {
    "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>"
      }
    }
  }
}

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

extracto mcp in other clients