此 MCP 服务器可连接到 Pounding The Rock 的 RSS 源,让 AI 助手能够访问最新的圣安东尼奥马刺队比赛结果和博客文章,为球迷和相关人员提供及时的信息支持。
本 MCP 服务器能帮助您获取圣安东尼奥马刺队的最新资讯,下面为您介绍使用前的安装和配置步骤。
# 使用 Git 克隆
git clone https://github.com/yourusername/spurs-blog-mcp-server.git
cd spurs-blog-mcp-server
# 或下载 ZIP 文件并解压
# 安装所有必需的包
pip install -r requirements.txt
# 启动 MCP 服务器
python pounding_the_rock.py
💡 使用建议:服务器成功运行时,没有错误输出。在使用 Claude 的过程中,请保持此终端窗口打开。
Mac 用户:
Windows 用户:
%APPDATA%\Claude\
。claude_desktop_config.json
。将以下 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/
替换为您计算机上实际的完整路径。
重新启动 Claude 桌面应用程序以应用更改。
此项目根据 MIT License 发布。