Skip to content
Cursor

bible mcp for Cursor

io.github.mrfentmen/bible-mcp

Bible in one place: verse references, phrase search, and full KJV chapters. No key required.

client:Cursor transport:stdio runtime:npm

Install bible mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "bible-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bible-mcp"
      ]
    }
  }
}

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

bible mcp in other clients