Skip to content
Grok

Options Data MCP for Grok

io.github.thelogicaldude/options-data

Options market structure data: gamma exposure, VRP, IV term structure, regime, and strikes

client:Grok transport:stdio runtime:npm

Install Options Data 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": {
    "options-data": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "options-data-mcp"
      ],
      "env": {
        "OPTIONS_DATA_API_KEY": "<OPTIONS_DATA_API_KEY>"
      }
    }
  }
}

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

Options Data MCP in other clients