MCP server — lets AI assistants interact with a running Stardew Valley game.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stardewmcp": {
"command": "npx",
"args": [
"-y",
"shylux/StardewMCP"
]
}
}
}
Run in terminal:
claude mcp add stardewmcp npx -y shylux/StardewMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"stardewmcp": {
"command": "npx",
"args": [
"-y",
"shylux/StardewMCP"
]
}
}
}