by joreilly
Fantasy Premier League Kotlin/Compose Multiplatform sample
# Add to your Claude Code skills
git clone https://github.com/joreilly/FantasyPremierLeagueGuides for using mcp servers skills like FantasyPremierLeague.
Last scanned: 5/12/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-12T06:39:13.922Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}FantasyPremierLeague is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by joreilly. Fantasy Premier League Kotlin/Compose Multiplatform sample. It has 595 GitHub stars.
Yes. FantasyPremierLeague passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/joreilly/FantasyPremierLeague" and add it to your Claude Code skills directory (see the Installation section above).
FantasyPremierLeague is primarily written in Jupyter Notebook. It is open-source under joreilly on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh FantasyPremierLeague against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Compose Multiplatform project running on following
Also includes
It also currently makes use of the following Jetpack libraries
Related posts:
MCP Server
The mcp-server module uses the Kotlin MCP SDK to expose an MCP tools endpoint (returning player/fixture info) that
can for example be plugged in to Claude Desktop as shown below. That module uses same KMP shared code.
To integrate the MCP server with Claude Desktop for example you need to firstly run gradle shadowJar task and then select "Edit Config" under Developer Settings and add something
like the following (update with your path)
{
"mcpServers": {
"kotlin-peopleinspace": {
"command": "java",
"args": [
"-jar",
"/Users/john.oreilly/github/FantasyPremierLeague/mcp-server/build/libs/serverAll.jar",
"--stdio"
]
}
}
}