# JW.org Content Tools

Provide seamless access to JW.org content including NWT Bible Content (verses, study notes), Christian Life and Ministry workbooks, Watchtower articles, and video captions. Automatically handle curre…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add advenimus/jw-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list advenimus/jw-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get advenimus/jw-mcp get_jw_captions

# Call a tool
npx -y @smithery/cli@latest tool call advenimus/jw-mcp get_jw_captions '{}'
```

## Tools (5)

- `get_jw_captions` — Fetches video captions from JW.org by video ID or URL. Accepts either a direct video ID (e.g., "pub-jwbvod25_17_VIDEO")…
- `getWorkbookLinks` — STEP 1: Get JW.org "Our Christian Life and Ministry" (CLM) meeting workbook weeks. When a user asks for CLM workbook co…
- `getWorkbookContent` — STEP 2: Get the actual CLM workbook content after user chooses a week. Use this tool AFTER getWorkbookLinks when user s…
- `getWatchtowerLinks` — STEP 1: Get JW.org Watchtower study articles. When a user asks for current/this week's Watchtower content, use this too…
- `getWatchtowerContent` — STEP 2: Get the actual Watchtower article content after user chooses an article. Use this tool AFTER getWatchtowerLinks…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get advenimus/jw-mcp <tool-name>
```

---

Source: https://github.com/advenimus/jw-mcp
