bible-mcp

axeldeau/bible-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated today
A bible mcp server returning a random bible verse
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bible-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "axeldeau/bible-mcp"
      ]
    }
  }
}

README Excerpt

This repository contains the code for an **MCP (Model Context Protocol) Server** in STDIO mode dedicated to interface with the ACP Agent of your choice. It's currently implemented with a single tool designed to return a single random bible verse (in french 🥖). Follow these steps to get the server running on your local machine.