MCP Catalogs
HomeFantasyPremierLeague screenshot

FantasyPremierLeague

by joreilly·593·Score 51

Kotlin Multiplatform Fantasy Premier League app with MCP server exposing player/fixture data.

developer-toolsai-llmother
63
Forks
13
Open issues
this month
Last commit
2d ago
Indexed

Overview

A Fantasy Premier League application built with Kotlin and Compose Multiplatform, running on Android, iOS, and Desktop. It includes an MCP server module that exposes player and fixture information through the MCP protocol. The server uses the Kotlin MCP SDK and shares the same multiplatform codebase as the main application.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Access Fantasy Premier League data through MCP protocol
you:Integrate fantasy sports data into AI assistants
you:Build multiplatform fantasy league applications
you:What data does the MCP server provide?
you:Can I use the MCP server with other AI assistants besides Claude Desktop?

When to choose this

Choose this if you need Fantasy Premier League data accessible through MCP and are already using Kotlin in your tech stack.

When NOT to choose this

Don't choose this if you need comprehensive league management features beyond player data access.

Tools this server exposes

2 tools extracted from the README (low confidence)
  • get_player_info

    Retrieve information about Fantasy Premier League players

  • get_fixture_info

    Retrieve information about Premier League fixtures

Note: Tool names and functionality inferred from the README description mentioning 'player/fixture info' but no explicit tool documentation provided

Comparable tools

football-data-mcpsports-api-mcpfantasy-sports-tool

Installation

To use the MCP server, first build it using Gradle:

cd mcp-server
./gradlew shadowJar

Then, integrate it with Claude Desktop by adding this configuration to your Developer Settings:

{
  "mcpServers": {
    "fantasy-premier-league": {
      "command": "java",
      "args": [
        "-jar",
        "/path/to/FantasyPremierLeague/mcp-server/build/libs/serverAll.jar",
        "--stdio"
      ]
    }
  }
}

FAQ

What data does the MCP server provide?
The MCP server exposes player and fixture information for the Fantasy Premier League.
Can I use the MCP server with other AI assistants besides Claude Desktop?
Yes, as long as they support the MCP protocol, you can integrate the server with them.

Compare FantasyPremierLeague with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.