Saba Bible MCP for Cursor
io.github.jra-zachpennington/saba
Install Saba's open Bible library, search it, and read scripture.
client:Cursor
transport:stdio
runtime:npm
Install Saba Bible MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"saba": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"saba-bible-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs