FantasyPremierLeague
The MCP Server module facilitates communication and data management for the Fantasy Premier League application across multiple platforms.
The MCP Server is built using the Kotlin MCP SDK, enabling seamless integration and data exchange between the Fantasy Premier League application and its backend services. It supports various functionalities such as user authentication, data storage, and real-time updates, ensuring that users have access to the latest information about their fantasy teams. The server is designed to work efficiently across Android, iOS, and Desktop platforms, making it a versatile solution for developers looking to implement a robust backend for their applications. In addition to core functionalities, the MCP Server leverages Kotlin's multiplatform capabilities, allowing developers to write shared code that can be utilized across different platforms. This not only reduces development time but also ensures consistency in the application's behavior and performance. With support for various Jetpack libraries, the server is equipped to handle complex data operations and user interactions, making it an essential component of the Fantasy Premier League ecosystem.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"fantasypremierleague": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fantasypremierleague"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions