epic-gog-free-games-mcp
Reports current free games and upcoming free games from the Epic Games Store, including claim windows and store URLs.
Reports current GOG giveaways (limited-time claim-and-keep) and permanently free/free-to-play titles from the GOG catalog.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@epic-gog-free-games-mcpWhat free games are available on Epic Games Store right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
epic-gog-free-games-mcp
A tiny, read-only Model Context Protocol server that reports free games on the Epic Games Store and GOG.com. No account, no credentials, no local filesystem access, no writes — it only calls public store endpoints.
Built for the lab's obot instance because no maintained, self-hostable Epic/GOG
MCP exists (the commonly-cited pixfishx/mcp-epic-free-games was removed from GitHub and PyPI).
Tools
Tool | What it returns |
| Games free to claim right now on the Epic Games Store (title, normal price, store URL, claim window, image). |
| The next Epic free games (with the date each becomes free). Unrevealed "Mystery Game" slots are returned with a |
| The current GOG giveaway (limited-time claim-and-keep), or |
| Free / free-to-play titles from the GOG catalog (price = 0). These are permanently free / F2P, not giveaways. Demos excluded by default. |
All tools take only optional args (country, limit, excludeDemos, countryCode,
currencyCode). Nothing is required; the server installs and runs unconfigured.
Related MCP server: discord-py-self-mcp
Data sources (all public, unauthenticated)
Epic:
store-site-backend-static.ak.epicgames.com/freeGamesPromotionsGOG giveaway:
www.gog.com/giveaway/api/get(404 = no active giveaway)GOG catalog:
catalog.gog.com/v1/catalog?price=between:0,0
Run it
Requires Node.js 20+ (uses global fetch).
npx github:OnTarget600/epic-gog-free-games-mcp # stdio MCP server
# or, from a clone:
npm install && npm start
npm run selftest # hit the live endpoints, print resultsMCP client config (stdio)
{
"mcpServers": {
"epic-gog-free-games": {
"command": "npx",
"args": ["github:OnTarget600/epic-gog-free-games-mcp#v0.1.0"]
}
}
}Security notes
Read-only. No tool mutates anything; there is no auth and no secret to leak.
Egress only to the three hosts above. No telemetry.
Store review/description text is third-party content — treat tool output as untrusted data, not instructions (standard prompt-injection hygiene).
Pin to a tag/commit (e.g.
#v0.1.0) so a future push can't change behaviour silently.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceAn MCP server that reads public GitHub Projects v2 boards (including item-level data like status and custom fields) without authentication, using official APIs and fallback methods for user-owned projects.531MIT
- Alicense-qualityCmaintenanceRead-only MCP server for Discord that lists guilds, channels, and reads or searches messages using a self-bot account via discord.py-self.MIT
- Alicense-qualityBmaintenanceAn MCP server that exposes your Steam, Epic Games Store, and IGDB game data as tools, enabling game library queries, install status checks, and metadata enrichment.1MIT
- FlicenseAqualityCmaintenanceLocal, read-only MCP server that connects to Discord via REST API, allowing listing guilds, channels, and messages with strict access controls and no write operations.5
Related MCP Connectors
Free, no-key Bible MCP server — 86 translations in 32 languages, from any MCP client.
MCP server exposing live Helldivers 2 galactic war data.
Free remote MCP server for fetching public web pages through a rotating proxy pool.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/OnTarget600/epic-gog-free-games-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server