bible mcp for VS Code
io.github.mrfentmen/bible-mcp
Bible in one place: verse references, phrase search, and full KJV chapters. No key required.
client:VS Code
transport:stdio
runtime:npm
Install bible mcp in VS Code
.vscode/mcp.json
{
"servers": {
"bible-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bible-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs