Back to MCP Servers
Fantasy Pl
An MCP server for real-time Fantasy Premier League data and analysis tools.
gaming
By rishijatia
Installation
npx -y fantasy-pl-mcpConfiguration
{
"mcpServers": {
"fantasy-pl-mcp": {
"command": "npx",
"args": ["-y", "fantasy-pl-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes