Token导航 LogoToken导航TokenDH.com
Spurs Blog MCP Server logo
AI代理stdio官方级别未说明来源级核验

Spurs Blog MCP Server

MCP Server

该MCP服务器连接到Pounding The Rock的RSS订阅,为AI助手提供最新的Spurs比赛结果和博客文章。

工具数

3

提示词数

0

GitHub Stars

2

资源数

0
PythonClaudeAI代理Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

akshay23

提供方

akshay23

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

pip install -r requirements.txt

详细介绍

📋 概述

此MCP服务器连接到 冲击岩石 RSS提要,并为AI助手提供访问马刺队最新比赛结果和博客文章的权限。

🛠️ 安装指南

先决条件

  • 🐍 您的计算机上安装了Python 3.13或更高版本
  • 💻 基本熟悉命令行操作

分步安装

1️⃣ Get the code

# Clone with Git
git clone https://github.com/yourusername/spurs-blog-mcp-server.git
cd spurs-blog-mcp-server

# Or download the ZIP and extract it

2️⃣ Install dependencies

# Install all required packages
pip install -r requirements.txt

3️⃣ Launch the server

# Start the MCP server
python pounding_the_rock.py
💡 当没有错误输出时,服务器正在成功运行。与Claude一起使用服务器时,请保持此终端窗口打开。

🔄 连接到Claude for Desktop

设置Claude桌面

1️⃣ Install Claude for Desktop

2️⃣ Open the configuration file

mac用户:

  1. 点击屏幕顶部的Claude菜单
  2. 选择“设置…”
  3. 点击左侧边栏中的“开发人员”
  4. 点击“编辑配置”

windows用户:

  1. 打开文件资源管理器
  2. 引导到 %APPDATA%\Claude\
  3. 创建或编辑文件 claude_desktop_config.json

3️⃣ Add the server configuration

将以下JSON复制并粘贴到配置文件中:

{
  "mcpServers": {
    "spurs-blog": {
      "command": "uv",
      "args": [
        "--directory",
        "/REPLACE/WITH/FULL/PATH/TO/spurs-blog-mcp-server/",
        "run",
        "pounding_the_rock.py"
      ]
    }
  }
}
⚠️ 重要:替换 /REPLACE/WITH/FULL/PATH/TO/spurs-blog-mcp-server/ 使用计算机上服务器文件的实际完整路径。

4️⃣ Finalize setup

  1. 保存配置文件
  2. 重新启动桌面版的Claude
  3. 验证连接:寻找🔨 聊天界面右下角的锤子图标,表示可用工具

🧰 可用工具

Tool Description

get_player_info(player_name) Get latest stats for a specific Spurs player.

get_recent_results Get latest scores and results.

search_articles Search for keywords in the latest posts.

💬 查询示例

Basic Queries

  • “告诉我马刺队在昨晚的比赛中表现如何”
  • “你能告诉我斯蒂芬·卡塞尔在这几场比赛中的表现吗?”
  • “马刺队在即将到来的休赛期有哪些关键的关注点?”

👥 贡献

欢迎投稿!如果您有改进建议,请随时提交拉取请求或未决问题。

开发人员资源

Building MCP with LLMs

MCP Documentation

📄 许可证

该项目根据 MIT许可证.

![License: MIT](LICENSE)

目录标签

目录标签

PythonClaudeAI代理RSS订阅本地部署体育数据AI助手博客聚合

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

3

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdionone部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP