Skip to main content
Glama
amphineko

prowlarr-mcp

by amphineko

prowlarr-mcp

一个用于 Prowlarr 的 MCP 服务器。

设置

cd prowlarr-mcp
uv sync
cp .env.example .env

.env 中设置 PROWLARR_API_KEY。API 密钥可在 Prowlarr 的“设置 → 常规 → 安全”下获取。

配置:

变量

默认值

描述

PROWLARR_URL

http://localhost:9696

Prowlarr 基础 URL,包括任何 URL 基础路径

PROWLARR_API_KEY

必填

Prowlarr API 密钥

PROWLARR_TIMEOUT_SECONDS

60

HTTP 超时时间,大于 0 且最多 300 秒

PROWLARR_MAX_RESULTS

100

limit 接受的硬性上限

Related MCP server: qBittorrent MCP Server

运行

uv run prowlarr-mcp

示例 Codex/OpenCode 风格的 stdio 配置:

{
  "command": "uv",
  "args": [
    "--directory",
    "/path/to/prowlarr-mcp",
    "run",
    "prowlarr-mcp"
  ]
}

工具

search_releases 接受:

  • query:文本查询;空字符串请求最近的发布。

  • search_typesearchtvsearchmoviemusicbook

  • indexer_ids:可选的 Prowlarr 索引器 ID。

  • categories:可选的 Newznab 类别 ID。

  • limit:结果数量,默认 20,受配置上限限制。

  • offset:非负的结果偏移量。

响应有意比 Prowlarr 的完整 ReleaseResource 更小, 但保留了 indexer_idguid,以备未来提交下载工作流时使用。 Prowlarr 可能对多个索引器单独应用 limit,因此 MCP 服务器 也会在合并的响应上强制执行该限制。truncated 表示 MCP 服务器 丢弃了收到的部分响应;它不是 has_more 分页指示符, 也无法证明 Prowlarr 是否还有更多结果。

路线图

  • v0.1: 通过已配置的 Prowlarr 索引器搜索发布。

  • 发现可用的索引器和搜索类别。

  • 将选定的发布提交到已配置的下载客户端。

  • 检查 Prowlarr 健康状态、索引器状态和搜索历史。

使用 MCP 客户端进行测试

仓库包含一个通用的 stdio 客户端,用于启动服务器并调用一个工具:

uv run src/prowlarr_mcp/scripts/mcp_client.py \
  --command "uv run prowlarr-mcp" \
  --method "search_releases" \
  --arguments '{"query": "yani neko"}'

当服务器命令必须从其他目录运行时,使用 --cwd; 并使用 --timeout 覆盖默认的 60 秒工具调用超时。该脚本 将结构化工具输出打印为 JSON,并在输入无效、连接失败或 MCP 工具错误时以非零状态退出。

开发

uv run ruff format --check .
uv run ruff check .
uv run pyrefly check
uv run python -m unittest discover -s tests
Install Server
F
license - not found
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Enables privacy-respecting web searches through SearXNG metasearch engine with customizable parameters like language, time range, categories, and engines. Supports safe search levels, pagination control, and basic authentication for secure search operations.
    1
    2
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables interaction with qBittorrent through its Web API to search for torrents using search plugins and manage downloads. Supports torrent searching, downloading via URLs/magnet links, and torrent management operations like pause, resume, and delete.
    7
    3
  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables privacy-focused web searches through the Presearch API and web content scraping. Supports multi-language search, configurable safe search, result caching, and multiple export formats (JSON, CSV, Markdown).
    4

View all related MCP servers

Related MCP Connectors

  • Search public open-source code, documentation, metadata, vulnerabilities, changelogs, and examples.

  • Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.

  • Search GBIF species taxonomy, occurrence records, datasets, and publishers.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/amphineko/prowlarr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server