bible-mcp
Rank #8,758io.github.nirajagarwal/bible-mcp
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
bible-mcp is a Model Context Protocol (MCP) server published by nirajagarwal. It ranks #8,758 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. bible-mcp is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 3, 2026 and most recently updated on Aug 6, 2026.
Ranks ahead of 106,702 of 115,460 servers on MCP Toplist.
Use bible-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http bible-mcp https://bible-mcp-server.fly.dev/mcp[mcp_servers.bible-mcp]
url = "https://bible-mcp-server.fly.dev/mcp"Add to ~/.codex/config.toml.
https://bible-mcp-server.fly.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"bible-mcp": {
"url": "https://bible-mcp-server.fly.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"bible-mcp": {
"type": "http",
"url": "https://bible-mcp-server.fly.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"bible-mcp": {
"serverUrl": "https://bible-mcp-server.fly.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"bible-mcp": {
"url": "https://bible-mcp-server.fly.dev/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nirajagarwal%2Fbible-mcp)<a href="https://mcptoplist.com/server/io.github.nirajagarwal%2Fbible-mcp"><img src="https://mcptoplist.com/badge/io.github.nirajagarwal%2Fbible-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nirajagarwal
Other servers by nirajagarwal
View all nirajagarwal servers →Available versions (3)
| Version | Published |
|---|---|
| 0.11.0 | Aug 6, 2026 |
| 0.10.0 | Aug 4, 2026 |
| 0.9.0 | Aug 3, 2026 |
Frequently asked questions
- Who maintains bible-mcp?
- bible-mcp is maintained by nirajagarwal, which publishes 2 MCP servers (5 total versions) tracked on MCP Toplist.
- Is bible-mcp listed on the Official MCP Registry?
- Yes — bible-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does bible-mcp have?
- MCP Toplist tracks 3 versions of bible-mcp, most recently published on Aug 6, 2026.
- Where can I find the source code for bible-mcp?
- The source code for bible-mcp is hosted at github.com/nirajagarwal/bible-mcp.