Server data from the Official MCP Registry
An MCP server that provides Fantasy Premier League analysis and strategy tools.
An MCP server that provides Fantasy Premier League analysis and strategy tools.
Valid MCP server (3 strong, 2 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-nguyenanhducs-fpl-mcp-server": {
"args": [
"fpl-mcp-server"
],
"command": "uvx"
}
}
}From the project's GitHub README.
A comprehensive Model Context Protocol (MCP) server for Fantasy Premier League analysis and strategy. This server provides AI assistants with powerful tools, resources, and prompts to help you dominate your FPL mini-leagues with data-driven insights.
This MCP server provides comprehensive FPL analysis capabilities through:
The fastest way to get started - no installation required:
{
"mcpServers": {
"fpl": {
"command": "uvx",
"args": ["fpl-mcp-server"],
"type": "stdio"
}
}
}
Use the official Docker image from GitHub Container Registry:
{
"mcpServers": {
"fpl": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/nguyenanhducs/fpl-mcp-server:latest"
],
"type": "stdio"
}
}
}
For detailed installation instructions and more options, see Installation Guide.
Once configured, you can interact with the FPL MCP server through Claude Desktop using natural language.
For detailed guidance, see:
This server uses the official Fantasy Premier League API, see here for more details.
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.