Hi, I wrote [mcp-chat](https://github.com/Flux159/mcp-chat) in order to quickly test & iterate with prompts for my kubernetes mcp server. Thought the utility would be helpful for other MCP server developers so decided to add it here
Gives your agent direct access to up-to date Fantasy Premier League (FPL) data.
## Description
## Server Details
- Server: `fantasy-pl-mcp-server`
- Provides tools to analyze Fantasy PL players and fixtures
- Provides customized advice to FPL managers based on latest API information
## Motivation and Context
I wanted to be able to ask Claude for advice on my Fantasy Premier League team, analyze players, fixtures and get transfer suggestions but it never had the upto date data and specific Fantasy relevant data (like points scored, price, etc) so I created an MCP server to give Claude direct access via the FPL API.
This MCP server lets Claude users:
- Give Claude direct access to live Fantasy Premier League data
- Use Claude as an FPL AI Assistant
- Ask for personalized advice on their FPL teams
- Get recommendations on players
- Get recommendations on fixtures and teams
## How Has This Been Tested?
Tested with Claude Desktop after doing an installation via pip. I was able to run tools and conduct analysis. I verified that the analysis makes sense. I also have some basic testing in my project code.
I also tested it out on common questions from the Fantasy PL community and it seems to be well received (see screenshots for reference)
## Breaking Changes
No
## Types of changes
<!-- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Documentation update
## Checklist
<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
- [x] I have read the [MCP Protocol Documentation](https://modelcontextprotocol.io)
- [x] My changes follows MCP security best practices
- [x] I have updated the server's README accordingly
- [x] I have tested this with an LLM client
- [x] My code follows the repository's style guidelines
- [x] New and existing tests pass locally
- [x] I have added appropriate error handling
- [x] I have documented all environment variables and configuration options
## Additional context
Fantasy Premier League (FPL) is a massively popular game with over 9 million players worldwide, making it the largest fantasy sports platform in the world. The passionate community includes dedicated followers who analyze every match, player statistic, and team selection, creating a thriving ecosystem of blogs, podcasts, and tools to gain a competitive edge in their mini-leagues and overall rankings.



QGIS MCP connects QGIS to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control QGIS. This integration enables prompt assisted project creation, layer loading, code execution and more.