Skip to content
Grok

Webull OpenAPI for Grok

io.github.webull-inc/webull-openapi-mcp

MCP server for Webull OpenAPI: trading and market data access for AI assistants

client:Grok transport:stdio runtime:pypi

Install Webull OpenAPI in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "webull-openapi-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "webull-openapi-mcp"
      ]
    }
  }
}

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

Webull OpenAPI in other clients