How to Use the Bible API MCP in Windsurf
Search, compare, and pull scripture directly into your code workspace with Cascade and the Bible API.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Bible API MCP to Windsurf
Create your Vinkius account to connect Bible API to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Compare translations instantly using Cascade and this MCP Server
Cascade can chain several steps together when you ask to check a verse. It queries multiple versions at once using `list_bibles` to find active IDs, then grabs the text with `get_bible_verse`. You don't have to prompt it for every single translation you want to see. The agent handles the back-and-forth automatically. It parses the results, aligns the text side-by-side in your editor, and highlights the phrasing differences without you lifting a finger.
Auto-generate context-aware notes and commentary
Let your agent build study guides or reference materials right inside your project directories. By combining `list_bible_books` and `get_bible_chapter`, Cascade pulls down entire blocks of text and structures them into clean markdown files. It reads your local workspace context to see what theological or historical topics you are working on, runs targeted searches via `search_bible_text`, and inserts relevant scriptures directly into your open files.
Verify scripture references across your codebase
Stop manually double-checking whether your app's hardcoded verses are accurate. Cascade scans your files for scripture citations, calls `get_bible_details` to verify the source metadata, and fixes any typos in your text strings. If a citation is broken, this MCP Server lets Cascade look up the correct reference. It replaces the broken string and runs your test suite to make sure nothing broke in the process.
Set up Bible API MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Bible API MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Bible API payment history." If connected, Cascade will call the Bible API tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"bible-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Bible API. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Bible API MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Bible API MCP today
We host it, we monitor it, we maintain it. You just paste one token.