Skip to main content
Glama

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pixfishx/mcp-epic-free-games'

If you have feedback or need assistance with the MCP directory API, please join our Discord server