MCP Epic Free Games
Provides access to information about free games on the Epic Games Store.
MCP Epic Free Games
A Model Context Protocol (MCP) server that provides access to Epic Games Store free games information.
Installation
pip install mcp-epic-free-games
Usage
Add the following to your MCP client configuration:
{
"mcpServers": {
"epic-free-games": {
"type": "stdio",
"description": "Get free game information from Epic Games Store.",
"command": "uvx",
"args": [
"mcp-epic-free-games"
],
"env": {
"TIME_ZONE": "Asia/Shanghai"
}
}
}
}
Features
This server provides tools to get information about free games on the Epic Games Store.
get_now_free_games
Get information about currently free games.
Returns: Game title, description, cover image, claim URL, and free period dates.
get_upcoming_free_games
Get information about upcoming free games.
Returns: Game title, description, cover image, claim URL, and free period dates.
License
MIT License
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Related Servers
Smithsonian Open Access
An MCP server to interact with the Smithsonian’s Open Access collection.
Asset Price MCP Server
Provides real-time prices for assets like precious metals and cryptocurrencies.
MediaSage
Tracks movies, books, and TV shows to provide intelligent recommendations based on your preferences.
Sitecore MCP server
MCP server for work with Sitecore
Smart-Thinking
An advanced MCP server for multi-dimensional, adaptive, and collaborative reasoning.
OP.GG
Access real-time gaming data across popular titles like League of Legends, TFT, and Valorant, offering champion analytics, esports schedules, meta compositions, and character statistics.
Etsy
A TypeScript-based MCP server for interacting with the Etsy API, featuring a simple notes system.
Weather
Provides real-time weather information for any location.
MCP Weather Server
Provides real-time weather information and forecasts using the OpenWeatherMap API.
MCP Location Services for LLM
Provides geocoding, reverse geocoding, routing, and driving distance calculations for LLMs using pgGeocoder and pgrServer.