FantasyPremierLeague
by joreilly·★ 593·Score 51
Kotlin Multiplatform Fantasy Premier League app with MCP server exposing player/fixture data.
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:
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_infoRetrieve information about Fantasy Premier League players
get_fixture_infoRetrieve 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
Installation
To use the MCP server, first build it using Gradle:
cd mcp-server
./gradlew shadowJarThen, 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
Last updated · Auto-generated from public README + GitHub signals.