MCP Server to make the Open English Translation of the Bible (OET) easily available to LLMs
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"
]
}
}
}
Run in terminal:
claude mcp add open-english-transla npx -y Freely-Given-org/open-english-translation-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-english-transla": {
"command": "npx",
"args": [
"-y",
"Freely-Given-org/open-english-translation-mcp-server"
]
}
}
}