马刺球队博客资讯
STDIO连接马刺球队新闻和比赛数据的服务器
连接马刺球队新闻和比赛数据的服务器
This MCP server connects to the Pounding The Rock RSS feed and provides AI assistants with access to the latest Spurs game results and blog posts.
# 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
# Install all required packages pip install -r requirements.txt
# Start the MCP server python pounding_the_rock.py
💡 The server is running successfully when there is no error output. Keep this terminal window open while using the server with Claude.
Mac users:
Windows users:
%APPDATA%\Claude\
claude_desktop_config.json
Copy and paste the following JSON into the configuration file:
{ "mcpServers": { "spurs-blog": { "command": "uv", "args": [ "--directory", "/REPLACE/WITH/FULL/PATH/TO/spurs-blog-mcp-server/", "run", "pounding_the_rock.py" ] } } }
⚠️ Important: Replace
/REPLACE/WITH/FULL/PATH/TO/spurs-blog-mcp-server/
with the actual full path to the server file on your computer.
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. |
Contributions are welcome! Feel free to submit pull requests or open issues if you have suggestions for improvements.
This project is licensed under the MIT License.