Sutta MCP
Connects Claude with SuttaCentral to answer Buddhist questions with scriptural citations.
README
Sutta MCP
MCP server kết nối Claude với SuttaCentral — giúp trả lời câu hỏi Phật pháp có trích dẫn nguồn kinh điển.
Tools
| Tool | Mô tả |
|---|---|
search_topic |
Tìm sutta theo chủ đề (vô ngã, chánh niệm, tứ diệu đế...) |
get_sutta |
Lấy toàn văn sutta theo UID |
get_sutta_meta |
Metadata: tên, blurb, độ khó, danh sách bản dịch |
get_parallels |
Parallels giữa các truyền thống (Pali, Hán tạng, Sanskrit) |
Cài đặt
git clone <repo>
cd suttacentral-mcp
npm install
npm run build
Chạy thử (dev mode)
npm run dev
Tích hợp vào Claude.ai (Claude Desktop)
Thêm vào file config của Claude Desktop:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"suttacentral": {
"command": "node",
"args": ["/đường/dẫn/tuyệt/đối/suttacentral-mcp/dist/index.js"]
}
}
}
Sau đó restart Claude Desktop. MCP sẽ xuất hiện trong danh sách tools.
Ví dụ sử dụng
Khi đã kết nối, bạn có thể hỏi Claude:
"Đức Phật dạy gì về vô ngã? Hãy trích dẫn kinh điển."
"Tìm cho tôi các sutta về chánh niệm và giải thích tóm tắt."
"MN 10 có parallels trong Hán tạng không?"
Claude sẽ tự động gọi MCP tools, tra cứu SuttaCentral, rồi trả lời có nguồn cụ thể.
Chủ đề có sẵn
Tiếng Anh: mindfulness, four noble truths, eightfold path, not-self, impermanence,
loving-kindness, dependent origination, aggregates, nibbana, kamma, jhana, triple gem
Tiếng Việt: chánh niệm, tứ diệu đế, bát chánh đạo, vô ngã, vô thường,
từ bi, duyên khởi, ngũ uẩn, niết bàn, nghiệp, thiền, quy y
Mở rộng
Để thêm chủ đề mới, chỉnh TOPIC_INDEX trong src/index.ts.
Đây là prototype — bước tiếp theo là tích hợp Elasticsearch của SuttaCentral để search thực sự.
Lưu ý
SuttaCentral yêu cầu content của họ không được dùng để train AI. MCP này chỉ fetch dữ liệu theo thời gian thực để trả lời người dùng, không cache hay train.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.