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
Questrade MCP Server
An unofficial server to integrate with the Questrade API, providing access to trading accounts, market data, and portfolio information.
Healthcare RAG
A healthcare-focused RAG server using Groq API and Chroma for information retrieval from patient records.
Baseball MCP
An MCP server for retrieving Major League Baseball (MLB) game results, schedules, and specific game details using the mlb-statsapi library.
Smart Home Device Control
Control smart home devices and query information by connecting large models to smart home backend APIs.
CYAN ARROW Trading System
A high-performance trading system for Claude Desktop, providing real-time market data via Tiingo and optional Telegram alerts.
UPS MCP Server
An MCP server for accessing UPS shipping and logistics services.
Movie Recommendation
Tracks movies you've watched and provides recommendations based on your preferences.
Adwords MCP
An MCP server that serves ads to developers in clients like Cursor and Claude.
Relay Protocol MCP Server
An MCP server for the Relay Protocol REST API, enabling cross-chain bridging and token swapping operations.
Atris MCP for Audius
Access the Audius music platform via LLMs, with 105 tools covering most of the Audius Protocol API.