mcp-stardewvalley

missymessa/mcp-stardewvalley

3.1

If you are the rightful owner of mcp-stardewvalley and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

MCP context server for Stardew Valley provides a structured protocol for managing and interacting with game data and features.

MCP Server for Stardew Valley

Lightweight MCP server to provide searchable, LLM-friendly context for Stardew Valley: wiki pages, SMAPI docs, and local game schema. See docs/PRD_MCP_StardewValley.md and docs/Actionable_Checklist_MCP_StardewValley.md for design and plans.

Prerequisites

  • .NET SDK 8.0+ (dotnet CLI)
  • Optional: GitHub CLI (gh) for repo creation

Quick start (local)

  1. Restore and build
dotnet restore
dotnet build
  1. Run the API (from repo root)
dotnet run --project src\McpServer.Api
  1. Run tests
dotnet test test\McpServer.Core.Tests\McpServer.Core.Tests.csproj

Contribution

  • Run tests locally and open a PR for review.
  • See CONTRIBUTING.md for more details.

Where to find design docs

  • PRD: docs/PRD_MCP_StardewValley.md
  • Checklist: docs/Actionable_Checklist_MCP_StardewValley.md