open-english-translation-mcp-server

Freely-Given-org/open-english-translation-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
MCP Server to make the Open English Translation of the Bible (OET) easily available to LLMs
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-english-transla": {
      "command": "npx",
      "args": [
        "-y",
        "Freely-Given-org/open-english-translation-mcp-server"
      ]
    }
  }
}