gitwtfhub

wtf is hayday-mcp-server?

mohib1992/hayday-mcp-server — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · generalComplexity · 2/5LicenseSetup · easy

TL;DR

An MCP server that gives an AI assistant live, read-only lookup access to HayDay game data like crops, animals, and profit rankings.

Mindmap

mindmap
  root((HayDay MCP))
    What it does
      Live game data lookup
      Read-only, no automation
      MCP tools for AI clients
    Tech stack
      Node.js
      MCP protocol
      hayday.info API
    Use cases
      Plan profitable crops
      Check level unlocks
      Compare product profit
    Audience
      HayDay players
      AI assistant users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Ask an AI assistant what to plant or craft next for the best profit per hour in HayDay.

REASON 2

Look up what unlocks at a specific player level before deciding whether to level up.

REASON 3

Compare profit and time between two competing products, like wheat versus bread.

REASON 4

Get a quick answer on machine-made products without leaving your AI chat client.

What's in the stack?

JavaScriptNode.jsMCP

How it stacks up

mohib1992/hayday-mcp-server00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencegeneralgeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires Node.js 18 or higher and an MCP-compatible AI client.

MIT license: use, modify, and share freely, including commercially, as long as you keep the copyright notice.

Wtf does this do

hayday-mcp-server is a tool that gives an AI assistant live access to game data from HayDay, the farming mobile game made by Supercell. It uses the MCP protocol, a standard way for AI tools like Claude Desktop, Cursor, and VS Code extensions to call outside data sources, so once connected, your AI assistant can look up crops, animal products, machines, and level unlocks and use that information to help you plan your farm. The README is explicit that this is a read-only lookup tool, not a bot: it never sends inputs to the game and cannot play on your behalf, it just answers questions the way a wiki would. Under the hood, when the AI calls one of the tools, the server fetches fresh data from a community-run site called hayday.info and keeps it in memory for an hour to avoid hitting that site too often. Because the data is fetched live rather than baked into the code, it stays current automatically whenever Supercell updates the game. The server offers about a dozen tools, including searching items by name, getting full details on a specific product, listing all machines, pulling every product tied to a machine, finding what unlocks at a given player level, and ranking items by profit per hour so you can figure out what is worth growing or crafting next. Setup is a simple git clone followed by npm install and running the server with Node, after which it listens for connections from any MCP-compatible AI client using a small JSON config file. The data covers crops, trees, animal products, machine-made goods, level unlocks, and profit figures, but does not include recipe ingredient breakdowns, building upgrade costs, or data about derbies, boats, or the town feature. The project is released under the MIT license and states it is not affiliated with or endorsed by Supercell.

Yoink these prompts

Prompt 1
Set up hayday-mcp-server with Claude Desktop and ask it what the most profitable crop is at level 15.
Prompt 2
Use this MCP server to compare the profit per hour of bread versus corn bread in HayDay.
Prompt 3
Ask my connected AI assistant what items unlock at HayDay level 30 using this server's tools.
Prompt 4
Walk me through configuring hayday-mcp-server in Cursor's MCP settings.

Frequently asked questions

wtf is hayday-mcp-server?

An MCP server that gives an AI assistant live, read-only lookup access to HayDay game data like crops, animals, and profit rankings.

What language is hayday-mcp-server written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js, MCP.

What license does hayday-mcp-server use?

MIT license: use, modify, and share freely, including commercially, as long as you keep the copyright notice.

How hard is hayday-mcp-server to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is hayday-mcp-server for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.