播客查询助手

by Otto-J

6 stars
324 downloads
Not rated
GitHub

About

播客查询助手是一个基于 MCP(Model Context Protocol)的服务器,通过接入中文播客榜数据来查询、推荐播客及其节目,并支持查看 RSS 更新。它面向需要快速检索和发现中文播客内容的用户与 AI 智能体,运行环境为 Node 18+ 或 Bun。

Details

Author
Otto-J
GitHub stars
6
Downloads
324
Categories
Other

- 基于中文播客榜查询播客与节目
- 支持播客推荐
- 查看 RSS 更新与节目列表
- 兼容 MCP 协议,可直接集成到支持的客户端

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name 播客查询助手
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

在支持 MCP 的客户端中,使用命令 npx -y @web.worker/podcast-xyzrank-mcp 即可接入。调试时可用 npx @modelcontextprotocol/inspector bun run src/index.ts

getXyzRankData

获取并推荐今天的小宇宙播客排行榜

getRSSPodcast

通过 RSS 解析播客节目

getWebWorkerPodcast

获取前端程序员都爱听的 Web Worker 播客节目

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u64ad\u5ba2\u67e5\u8be2\u52a9\u624b": {
            "xyzRank": {
                "command": "npx",
                "args": [
                    "-y",
                    "@web.worker/podcast-xyzrank-mcp@latest"
                ]
            }
        }
    }
}

McpServers

{
    "xyzRank": {
        "command": "npx",
        "args": [
            "-y",
            "@web.worker/podcast-xyzrank-mcp@latest"
        ]
    }
}

web.worker MCP Monorepo

一个基于 MCP(Model Context Protocol)的多包仓库,提供两类服务:

- @web.worker/podcast-xyzrank-mcp:基于中文播客榜获取/推荐播客与节目
- @web.worker/uniapp-ext-market-mcp:检索 DCloud 插件市场的每日更新、搜索与详情

快速开始

- 运行环境:Node 18+ 或 Bun(建议与仓库 packageManager 一致)
- 调试(任一包):npx @modelcontextprotocol/inspector bun run src/index.ts
- 构建(任一包):bun run build

包结构

- packages/podcast-xyzrank-mcp

- 功能:查询/推荐播客、查看 RSS 更新与节目
- MCP 客户端接入:npx -y @web.worker/podcast-xyzrank-mcp
- 调试:npx @modelcontextprotocol/inspector bun run src/index.ts

- packages/ext-plugin-mcp
- 功能:获取插件市场“今天/昨天”更新、关键词搜索、按 id 拉取详情(转 Markdown)
- MCP 客户端接入:npx -y @web.worker/uniapp-ext-market-mcp
- 调试:npx @modelcontextprotocol/inspector bun run src/index.ts

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.