Bible MCP Server

Active

A Model Context Protocol server that exposes Bible content from bible-api.com for Large Language Models like Claude.

Updated 8/8/2025
Key Features

What makes this MCP server special

Access Bible verses and chapters as resources
Tools for retrieving verses by reference and getting random verses
Support for multiple translations
Prompt templates for Bible study
True random verse generation from any book in the Bible
Testament filtering (OT/NT) for random verses
Comprehensive error handling

Requirements

uvx
Server Information

Status

Active

Version

1.0.0

License

MIT

Author

https://github.com/Trevato

Installation Guide
Get started with this MCP server in minutes

1. Install the Package

https://github.com/trevato/bible-mcp?tab=readme-ov-file#installation

2. Configuration

{
  "mcpServers": {
    "Bible MCP": {
      "command": "uvx",
      "args": [
        "bible-mcp"
      ]
    }
  }
}

3. Usage Example

-