Tripitaka MCP logo — folded hands over a dhammacakka in pixel art

Tripitaka MCP

บริการพระไตรปิฎกบาลีผ่าน MCP protocol — เผยแผ่เป็นธรรมทาน

The Pāli Canon, accessible to your AI assistant. This MCP server lets Claude — or any MCP-compatible client — search, cite, and compare translations of the Buddha's discourses with segment-level precision. Offered freely as Dhamma Dāna for study, research, and practice.

Install in 1 click → or browse the canon · learn what it does ↓

The Buddha teaching a small group of monastic disciples in a forest clearing, with a stream and snow-capped mountains in the distance

Read

Browse the Pāli canon with English translations side-by-side. No setup needed.

Open the reader →

Connect

Give Claude, Cursor, Codex, or any MCP-compatible AI agent the ability to search and cite.

Install in 1 click →

Study

Curated topic pages — themes, people, places, timeline — with verified canonical citations.

Browse topics →

What it does

The server exposes 11 tools and 3 resources over MCP. Your AI agent can:

Coverage

Full Tipiṭaka in Pāli at parity with SuttaCentral's bilara-data (CC0). English from Bhikkhu Sujato (Sutta) and Bhikkhu Brahmali (Vinaya).

~284KSutta segments
5 nikāyas
~71KVinaya segments
4 sub-collections
~88KAbhidhamma segments
7 books, Pāli only
~444KTotal segments
indexed + embedded

Connect your AI

The hosted server is free and runs at:

https://mcp.tripitaka-mcp.com/mcp   (Streamable HTTP, MCP spec 2025-03-26)
https://mcp.tripitaka-mcp.com/sse   (legacy SSE, for older clients)

Quick install

For clients that support one-click install or simple paste:

Cursor Click to open Cursor → confirm → connected. Requires Cursor with MCP support. Claude.ai (Pro/Team) Opens Settings → Connectors → add URL: mcp.tripitaka-mcp.com/mcp Smithery (all clients) VS Code, Cline, Continue, Zed, Roo — one-click install for any MCP client.

No one-click for Claude Desktop yet — see the manual config below. Also listed on Glama for discovery.

Claude Desktop

You'll need Node.js installed (any recent version). The config below routes Claude Desktop to the remote server through the mcp-remote bridge.

1. Find your absolute npx path — Claude Desktop doesn't read your shell profile, so generic npx won't resolve. Open a terminal and run:

which npx
# example output: /Users/you/.nvm/versions/node/v22.x/bin/npx

2. Open claude_desktop_config.json (~/Library/Application Support/Claude/ on macOS, %APPDATA%\Claude\ on Windows) and add the entry below. Replace YOUR_NPX_PATH with the output from step 1, and YOUR_NODE_BIN_DIR with its parent directory:

{
  "mcpServers": {
    "tripitaka": {
      "command": "YOUR_NPX_PATH",
      "args": ["-y", "mcp-remote", "https://mcp.tripitaka-mcp.com/mcp"],
      "env": {
        "PATH": "YOUR_NODE_BIN_DIR:/usr/local/bin:/usr/bin:/bin"
      }
    }
  }
}

3. Quit Claude Desktop completely (⌘Q / right-click tray → Quit), then reopen. The 🔌 indicator in the bottom-left should show tripitaka connected with 11 tools available.

First connection takes 5–10 seconds while npx downloads mcp-remote on demand — give Claude Desktop a moment after restart before assuming it failed. The repo's annotated example config covers stdio (local install) and both remote transports.

Other MCP clients

The example config in the repo documents the full set of transports.

Try asking

Once connected, ask Claude things like:

Claude will pick the right tool, fetch the canonical Pāli (and English where available), and surface a clickable link to the project's bilingual reader so you can verify the source.

Optional research skill

Drop skills/tipitaka-research.md into ~/.claude/skills/ to activate a multi-step research workflow (clarify → verify coverage → search → drill → cite) tailored to scriptural research.

Resources