sleeper-mcp

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

  1. Clone repo
  2. npm install for dependencies
  3. npm run build to build typescript
  4. npm start to 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.