You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comprehensive Model Context Protocol (MCP) Server for integrating with Sleeper Fantasy Football. This server enables AI assistants like Claude to perform advanced fantasy football analysis and provide strategic recommendations.
4
9
10
+
## 📦 Installation
11
+
12
+
```bash
13
+
# Install globally (recommended)
14
+
npm install -g sleeper-mcp
15
+
16
+
# Or use with npx (no installation needed)
17
+
npx sleeper-mcp
18
+
```
19
+
5
20
## 🎯 What Can This Server Do?
6
21
7
22
### 📊 League Management
@@ -24,14 +39,56 @@ A comprehensive Model Context Protocol (MCP) Server for integrating with Sleeper
0 commit comments