Skip to content
Grok

Saba Bible MCP for Grok

io.github.jra-zachpennington/saba

Install Saba's open Bible library, search it, and read scripture.

client:Grok transport:stdio runtime:npm

Install Saba Bible MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "saba": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "saba-bible-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

Saba Bible MCP in other clients