Bible MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bible MCPshow me John 3:16"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bible MCP
Free, no-key Model Context Protocol server for the public Bible API. Read scripture across 35+ public-domain translations in 8 languages from any MCP client — Claude, Cursor, and anything else that speaks MCP. Served from Cloudflare's edge. Powers mcp.midvash.com.
No API key, no auth, no signup. Just point your client at the URL.
HTTP Streamable transport (stateless JSON-RPC over
POST).Built on Cloudflare Workers + R2, backed by the same content as api.midvash.com.
Connecting a client
Generate your personal connection URL at mcp.midvash.com and add it to your MCP client. URLs look like:
https://mcp.midvash.com/mcp/{id}?v=nvi,kjv&lang=pt-br,env— comma-separated version slugs to expose (optional; omit for all).lang— comma-separated languages to expose (optional; omit for all).
Example (Claude Desktop / mcp.json):
{
"mcpServers": {
"bible": {
"url": "https://mcp.midvash.com/mcp/{id}?v=nvi,kjv&lang=pt-br,en"
}
}
}Related MCP server: Bible MCP Server
Tools
Tool | Description |
| Fetch a single verse or a verse range. |
| Fetch a full chapter. |
| Fetch a passage from a free-form reference (e.g. "John 3:16-18") — the most natural way to cite scripture. |
| List available Bible versions/translations. |
| List the 66 books, optionally filtered by testament. |
Development
npm install
npm run dev # wrangler dev (local)
npm run typecheck # tsc --noEmitDeployment
Deploys to the Cloudflare Worker midvash-mcp (custom domain
mcp.midvash.com) via GitHub Actions (.github/workflows/deploy.yml) —
every push to main is type-checked and deployed automatically. Requires the
repository secrets CLOUDFLARE_API_TOKEN and CLOUDFLARE_ACCOUNT_ID. Manual
deploy:
npm run deploy # npx wrangler deployLicense
MIT © Midvash
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/midvash/bible-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server