torrentclaw/torrentclaw-mcp

šŸŽ„ Multimedia Process
0 Views
0 Installs

šŸŽ–ļø šŸ“‡ ā˜ļø - Search and discover movies and TV shows with torrent links, quality scoring, streaming availability, and cast/crew metadata.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "torrentclaw-torrentclaw-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "torrentclaw-torrentclaw-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

torrentclaw-mcp

npm version License: MIT CI Node.js

Model Context Protocol server for TorrentClaw — giving AI assistants the ability to search movies and TV shows, find torrents with magnet links, check streaming availability, and explore cast/crew metadata.

torrentclaw-mcp is developed by TorrentClaw as part of its open-source ecosystem. It wraps the TorrentClaw API into the MCP standard so that any compatible AI assistant (Claude, GPT, etc.) can access the platform's search and discovery features natively.

Quick Start

npx torrentclaw-mcp

No API key required (optional for higher rate limits).

What can it do?

Tools

ToolDescription
search_contentSearch movies/shows with filters (query, type, genre, year, rating, quality, language, audio, HDR, season, episode, sort). Returns torrents, magnet links, and optional streaming info.
autocompleteType-ahead search suggestions (up to 8 results). Use to validate titles before a full search.
get_popularGet popular content ranked by user clicks
get_recentGet recently added content
get_watch_providersStreaming availability by country (Netflix, Disney+, etc.)
get_creditsCast and director for a title
get_torrent_urlGet .torrent file download URL from info hash
track_interactionTrack user interaction with a torrent (magnet click, download, copy)
submit_scan_requestSubmit a torrent for audio/video quality analysis via TrueSpec
get_scan_statusCheck the status of a torrent scan request

Resources

URIDescription
torrentclaw://statsCatalog statistics (content/torrent counts by source)

Prompts

PromptDescription
search_movieSearch for a movie by title and get torrents + streaming
search_showSearch for a TV show by title and get torrents
whats_newDiscover recently added movies and TV shows
where_to_watchFind where to stream, rent, or buy a title

Configuration

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "torrentclaw": {
      "command": "npx",
      "args": ["-y", "torrentclaw-mcp"]
    }
  }
}

Claude Code

Add to .mcp.json or ~/.claude/settings.json:

{
  "mcpServers": {
    "torrentclaw": {
      "command": "npx",
      "args": ["-y", "torrentclaw-mcp"]
    }
  }
}

Environment Variables

VariableDefaultDescription
TORRENTCLAW_API_URLhttps://torrentclaw.comBase URL of the TorrentClaw API
TORRENTCLAW_API_KEY(none)Optional API key for authenticated access (higher rate limits)

Project Structure

.
ā”œā”€ā”€ src/
│   ā”œā”€ā”€ index.ts              # MCP server entry point
│   ā”œā”€ā”€ config.ts             # Configuration & URL validation
│   ā”œā”€ā”€ api-client.ts         # TorrentClaw API client with caching
│   ā”œā”€ā”€ types.ts              # TypeScript interfaces for API responses
│   ā”œā”€ā”€ prompts.ts            # MCP prompt definitions
│   ā”œā”€ā”€ tools/                # MCP tool implementations
│   │   ā”œā”€ā”€ search-content.ts
│   │   ā”œā”€ā”€ autocomplete.ts
│   │   ā”œā”€ā”€ get-popular.ts
│   │   ā”œā”€ā”€ get-recent.ts
│   │   ā”œā”€ā”€ get-watch-providers.ts
│   │   ā”œā”€ā”€ get-credits.ts
│   │   ā”œā”€ā”€ get-torrent-url.ts
│   │   ā”œā”€ā”€ track-interaction.ts
│   │   └── scan-request.ts
│   ā”œā”€ā”€ formatters/           # Output formatting
│   │   ā”œā”€ā”€ content.ts
│   │   ā”œā”€ā”€ providers.ts
│   │   └── credits.ts
│   └── resources/            # MCP resources
│       └── stats.ts
ā”œā”€ā”€ tests/                    # Test suite (vitest)
ā”œā”€ā”€ .github/workflows/        # CI/CD (lint, build, test, release)
ā”œā”€ā”€ lefthook.yml              # Git hooks (commit lint, prettier, tsc)
ā”œā”€ā”€ Makefile                  # Dev workflow (build, test, lint, fmt)
ā”œā”€ā”€ CONTRIBUTING.md           # Contribution guidelines
ā”œā”€ā”€ LICENSE                   # MIT
└── README.md

Development

git clone https://github.com/torrentclaw/torrentclaw-mcp.git
cd torrentclaw-mcp
make install-tools
make hooks
make build && make test

Test with MCP Inspector:

npx @modelcontextprotocol/inspector node build/index.js

About TorrentClaw

TorrentClaw is an open platform focused on improving the quality and reliability of torrent metadata. Our mission is to make torrent search engines more accurate and the torrent ecosystem healthier — by building tools that verify, enrich, and standardize metadata across the network.

torrentclaw-mcp is part of the TorrentClaw open-source ecosystem, alongside TrueSpec (torrent metadata verification).

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT License — see LICENSE for details.

Related MCP Servers

06ketan/slideshot

šŸ“‡ šŸ  šŸŽ 🪟 🐧 - Convert HTML to PDF/PNG/WebP/PPTX slide carousels with 11 themes (LinkedIn, Instagram, pitch decks, infographics). Pixel-perfect Puppeteer rendering, dimension-aware reflow for portrait/landscape, token-efficient JSON mode. npx slideshot-mcp.

šŸŽ„ Multimedia Process0 views
1000ri-jp/atsurae

šŸ ā˜ļø šŸŽ 🪟 🐧 - AI-powered video editing MCP server with 10 tools for timeline editing, 5-layer compositing, semantic operations, and FFmpeg rendering (1920x1080, 30fps H.264+AAC).

šŸŽ„ Multimedia Process0 views
a-y-ibrahim/after-effects-mcp

šŸ“‡ šŸ  šŸŽ 🪟 - Control Adobe After Effects from any MCP client: arbitrary ExtendScript, background rendering, deep comp/layer inspection, and first-class Arabic/RTL & multilingual support (works on AE in any UI language). 47 tools.

šŸŽ„ Multimedia Process0 views
AceDataCloud/MCPSuno

šŸ ā˜ļø - Suno AI music generation, lyrics, covers, and vocal extraction via Ace Data Cloud API.

šŸŽ„ Multimedia Process0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it →
ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.