BibleMCP
성경 MCP 서버
AI 어시스턴트가 MyBible 형식의 SQLite 데이터베이스에서 성경 구절, 단락, 장을 가져올 수 있게 해주는 MCP(Model Context Protocol) 서버입니다.
기능
list_bibles — 설치된 모든 성경 번역본 목록 표시
list_books — 번역본의 모든 책 목록 표시
get_passage — 단일 구절 또는 구절 범위 가져오기 (예: 요한복음 3:16, 로마서 8:1-3)
get_chapter — 섹션 제목과 함께 전체 장 가져오기
Related MCP server: SolaGuard MCP Server
설정
의존성 설치
npm install성경 번역본 추가
MyBible .SQLite3 파일을 Bibles/ 디렉토리에 번역본별로 하나의 폴더에 넣으세요:
Bibles/
├── NIV'11/
│ ├── NIV'11.SQLite3
│ └── NIV'11.commentaries.SQLite3
├── KJV/
│ └── KJV.SQLite3
└── ...각 하위 폴더에는 최소한 하나의 *.SQLite3 파일(주 성경 데이터베이스)이 포함되어야 합니다. 주석 데이터베이스(*.commentaries.SQLite3)는 선택 사항입니다. 폴더 이름은 도구 호출에 사용되는 번역 ID가 됩니다.
AI 클라이언트와 함께 구성
MCP 클라이언트 구성에 추가하세요:
{
"mcpServers": {
"bible": {
"command": "node",
"args": ["path/to/BibleMCP/dist/index.js"]
}
}
}개발용:
{
"mcpServers": {
"bible": {
"command": "npx",
"args": ["tsx", "path/to/BibleMCP/src/index.ts"]
}
}
}구성
환경 변수 | 기본값 | 설명 |
|
| 성경 번역본 폴더를 포함하는 디렉토리 경로 |
개발
npm run build # Compile TypeScript to dist/
npm run dev # Run server in dev mode (tsx)
npm test # Run all tests
npm run test:watch # Run tests in watch mode
npm run typecheck # Type-check without compilingMyBible 형식
이 서버는 표준 MyBible SQLite 스키마를 읽습니다:
info 테이블 — 메타데이터(설명, 언어)
books 테이블 — 책 번호, 짧은/긴 이름 (66권, 번호 10–730)
verses 테이블 —
book_number, chapter, verse, text(텍스트에는 HTML 마크업이 포함될 수 있음)stories 테이블 — 섹션 제목 / 페리코프
introductions 테이블 — 책 소개
구절 텍스트는 모든 HTML 마크업이 제거된 깨끗한 일반 텍스트로 반환됩니다.
라이선스
이 서버 코드는 MIT 라이선스에 따라 라이선스가 부여됩니다. LICENSE를 참조하세요.
Bibles/ 디렉토리에 있는 성경 번역 모듈은 이 라이선스의 적용을 받지 않습니다 — 각각의 저작권이 적용되며 이 저장소와 함께 배포되지 않습니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceEnables AI assistants to retrieve Bible passages from multiple translations (ESV, NIV, KJV, NASB, NKJV, NLT, AMP, MSG). Supports querying single or multiple passages and provides both MCP protocol integration and REST API endpoints.17
- AlicenseAqualityDmaintenanceProvides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.MIT
- Alicense-quality-maintenanceProvides structured access to Scripture through the BibleBridge API, enabling semantic search, contextual verse retrieval, and cross-reference analysis. It supports natural language reference normalization and comparative theological exploration across different passages.1
- Flicense-qualityDmaintenanceEnables AI assistants to look up Bible verses, search across translations, and compare different versions locally without API keys.
Related MCP Connectors
AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.
Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.
Explore, query, and inspect SQLite databases with ease. List tables, preview results, and view det…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lindsaysperring/BibleMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server