tamil-bible-mcp

tamil-bible-mcp

Provides access to the Tamil Roman Catholic Bible and daily devotional content (daily verse, Mass readings, saint of the day, promise-box verses, daily quiz) as tools for AI assistants.

Category
访问服务器

README

Tamil Bible MCP Server

An MCP (Model Context Protocol) server that exposes the Tamil Roman Catholic Bible — plus daily-devotional content (daily verse, Mass readings, saint of the day, promise-box verses, a daily quiz) — as tools for AI assistants like Claude.

It talks to its client over stdio and to its data store over the network via Supabase (hosted Postgres + REST API). Each user runs their own instance against their own Supabase project — there is no shared public server and no bundled credentials.

Platform support

This server uses the MCP stdio transport, which works with local MCP clients: Claude Desktop, Claude Code, Cursor, Windsurf, and similar tools that spawn a local subprocess. It does not currently support ChatGPT connectors or other platforms that require a remote HTTP/SSE MCP endpoint — that would need a separate hosted deployment and is not implemented here.

Tools

Tool Description
list_books List all 75 books with numbers, English/Tamil names, and chapter counts
get_book_info Detailed info and introduction for one book
get_verse Fetch one verse by book/chapter/verse number
get_chapter Fetch every verse in a chapter
search_verses Keyword search over verse text (Tamil script), optionally scoped to one book
get_daily_verse The daily verse for a given date (defaults to today)
get_mass_readings Catholic daily Mass readings — first/second reading, psalm, gospel
get_daily_saint Saint of the day with a Tamil biography
get_promise_box A promise-box verse, random or filtered by category
list_promise_categories List all promise-box categories
get_daily_quiz The daily quiz question, options, and explanation

Quick start

1. Set up your own Supabase project

You need a Supabase project (the free tier is enough) with the schema this server expects. This repo includes everything needed to stand one up from scratch:

git clone https://github.com/vivekellappan-biit/tamil-bible-mcp.git
cd tamil-bible-mcp
npm install
cp .env.example .env   # then fill in your Supabase project URL + service role key
  1. Create a project at supabase.com.
  2. In the Supabase SQL editor, run supabase/schema.sql to create the tables.
  3. Get the project's Service Role key (Project Settings → API) — not the anon/public key — and put it in .env along with the project URL.
  4. Seed the tables with the bundled Tamil Bible + devotional data:
    node scripts/seed.mjs
    
    This loads data/*.json (≈39k rows: the full Bible text plus daily verses, Mass readings, saints, promise-box entries, and quiz questions) into your project.

The service role key bypasses Row Level Security and has full read/write access to your project — treat it as a secret. Since this server only runs locally over stdio (never over the network), that's a reasonable trust boundary for a personal instance, but don't reuse this key anywhere network-facing.

2. Build

npm run build

3. Register with your MCP client

Claude Code — the fastest way, using the published npm package (no cloning required):

claude mcp add tamil-bible -s user \
  -e SUPABASE_URL=https://your-project.supabase.co \
  -e SUPABASE_SERVICE_KEY=your-service-role-key \
  -- npx -y tamil-bible-mcp

-s user registers it globally for your user account, so it's available in every project, not just the one you run this from. Use -s project instead if you want it committed to a specific repo's .mcp.json for your team, or -s local to keep it private to just the current project. Verify it connected with claude mcp list.

If you're working from a local clone instead (e.g. to modify the server), this repo's .mcp.json already points at the local build:

{
  "mcpServers": {
    "tamil-bible": {
      "type": "stdio",
      "command": "node",
      "args": ["dist/index.js"],
      "env": {}
    }
  }
}

Claude Desktop — add to claude_desktop_config.json, using npx (no cloning required):

{
  "mcpServers": {
    "tamil-bible": {
      "command": "npx",
      "args": ["-y", "tamil-bible-mcp"],
      "env": {
        "SUPABASE_URL": "https://your-project.supabase.co",
        "SUPABASE_SERVICE_KEY": "your-service-role-key"
      }
    }
  }
}

Or, if you're running from a local clone:

{
  "mcpServers": {
    "tamil-bible": {
      "command": "node",
      "args": ["/absolute/path/to/tamil-bible-mcp/dist/index.js"]
    }
  }
}

Configuration

Variable Required Description
SUPABASE_URL Yes Your Supabase project URL
SUPABASE_SERVICE_KEY Yes Your Supabase service role key (bypasses RLS)

Read from .env at the project root, falling back to real environment variables if .env is absent. Environment variables you set explicitly always take precedence over .env. The server exits immediately if either variable is missing.

Development

npm run dev      # tsc --watch
npm run build    # compile + copy books.json + chmod +x
npm start        # node dist/index.js

There's no test suite or linter configured; tsc --strict is the only automated correctness check. See CLAUDE.md for a deeper architecture walkthrough (verse addressing scheme, response conventions, etc.) if you're extending this.

Data & content

The bundled data/*.json files are a full export of the Tamil Roman Catholic Bible translation and associated devotional content (Mass readings, saint biographies, quiz questions) used by this project. Redistribution rights for this specific translation and content have been confirmed by the maintainer. If you plan to redistribute this data further, verify your own rights to do so first.

Contributing

Issues and PRs welcome. Since there's no CI test suite, please make sure npm run build passes cleanly before submitting, and describe how you tested any behavioral change (this is a stdio MCP server, so manual testing means driving it through an MCP client or raw JSON-RPC over stdio).

License

MIT — see LICENSE.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选