swcollard/sleeper-mcp
3.1
If you are the rightful owner of sleeper-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured summary of a Model Context Protocol (MCP) server implementation for the Sleeper Fantasy Football API using TypeScript.
sleeper-mcp
Typescript MCP Server implementation for Sleeper Fantasy Football API
Running Locally
- Clone repo
npm installfor dependenciesnpm run buildto build typescriptnpm startto start the MCP server on port 3000
Then point your MCP Client at the server and make requests. Note: this server downloads a file to /tmp/nfl.json so it requires read/write access to the directory.