bible mcp for Claude Desktop
io.github.nirajagarwal/bible-mcp
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
client:Claude Desktop
transport:streamable-http
tools:13
Install bible mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bible-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://bible-mcp-server.fly.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs