bible app for Claude Desktop
com.thaiapp/bible-app
Read-only Bible for AI: search & read scripture in Thai & English, plus a daily verse.
client:Claude Desktop
transport:streamable-http
tools:5
Install bible app in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"bible-app": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://thaiapp.com/bible-app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs