Epic Free Games MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add epic-free-games -- uvx mcp-epic-free-games
README.md

Provides access to Epic Games Store free games information.

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.

Tools (2)

get_now_free_gamesGet information about currently free games on the Epic Games Store.
get_upcoming_free_gamesGet information about upcoming free games on the Epic Games Store.

Environment Variables

TIME_ZONEThe time zone used for date calculations, e.g., Asia/Shanghai.

Configuration

claude_desktop_config.json
{"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"}}}}

Try it

What games are currently free on the Epic Games Store?
Can you check if there are any upcoming free games I should look out for?
Give me the details and claim links for the current free Epic Games.
What is the schedule for the next free games on Epic?

Frequently Asked Questions

What are the key features of Epic Free Games?

Retrieves list of currently free games on the Epic Games Store. Provides information on upcoming free game releases. Returns game titles, descriptions, and cover images. Provides direct claim URLs for free games. Includes free period date information.

What can I use Epic Free Games for?

Gamers wanting to stay updated on weekly free game giveaways without visiting the store manually. Automating notifications for new free game releases. Integrating Epic Games Store data into personal dashboards or AI assistants.

How do I install Epic Free Games?

Install Epic Free Games by running: pip install mcp-epic-free-games

What MCP clients work with Epic Free Games?

Epic Free Games works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Epic Free Games docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare