uwg-mcp

uwg-mcp

3.1

If you are the rightful owner of uwg-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.

Underwhelming Gents MCP Server is designed to connect and interact with resources related to a fantasy football league.

Underwhelming Gents MCP Server

An MCP server used to connect and interact with my fantasy football league's resources

  • postgres
  • mongo
  • yahoo fantasy sport api

How to run locally

npm i
npm run build

Open claude_desktop_config.json file

Add

"uwg": {
    "command": "node",
    "args": [
        "<repo location>/dist/index.js"
    ],
    "env": {
        "MONGO_URL": "<REDACTED>"
        ...
    }
}

Troubleshooting

  • I needed to give the exact path of the node version (22) I wanted to run inside the claude desktop config file