FantasyPremierLeague vs time
Side-by-side comparison to help you pick between these two MCP servers.
FantasyPremierLeague by joreilly | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 593 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Jupyter Notebook | TypeScript |
| Last commit | this month | this month |
FantasyPremierLeague · Summary
Kotlin Multiplatform Fantasy Premier League app with MCP server exposing player/fixture data.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
FantasyPremierLeague · Use cases
- Access Fantasy Premier League data through MCP protocol
- Integrate fantasy sports data into AI assistants
- Build multiplatform fantasy league applications
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
FantasyPremierLeague · Install
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"
]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}