MCP Server for Project Zomboid mod development
Connect Pz to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP Server for Project Zomboid mod development. The pz mcp server is what makes that connection.
A comprehensive Model Context Protocol (MCP) server for Project Zomboid mod development, providing intelligent script validation, generation, and contextual assistance through AI-enhanced tooling.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Prerequisites — The Prerequisites tool exposed by this serversearch_vanilla — Search vanilla Project Zomboid content with intelligent matchinggenerate_script — Generate balanced Project Zomboid scripts using templates and game datavalidate_script — Validate Project Zomboid script syntax and references with detailed error reportingcheck_references — Validate item, sound, and sprite references against game databaseanalyze_mod — Comprehensive analysis of mod directory including balance, compatibility, and structure validationparse_game_files — Parse and index Project Zomboid game files to populate the databaseFeatures — The Features tool exposed by this serverConfiguration — The Configuration tool exposed by this serverThe server ships on npm as wrangler, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Plenty of database access servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Pz's toolset — Prerequisites, search_vanilla, generate_script and 6 more — is a fair guide to whether it matches your workflow. It is maintained by wink-; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| search_vanilla | Search vanilla Project Zomboid content with intelligent matching. |
| generate_script | Generate balanced Project Zomboid scripts using templates and game data. |
| validate_script | Validate Project Zomboid script syntax and references with detailed error reporting. |
| check_references | Validate item, sound, and sprite references against game database. |
| analyze_mod | Comprehensive analysis of mod directory including balance, compatibility, and structure validation. |
| parse_game_files | Parse and index Project Zomboid game files to populate the database. |
| Features | The Features tool exposed by this server. |
| Configuration | The Configuration tool exposed by this server. |
{
"mcpServers": {
"pz-mcp-server": {
"command": "node",
"args": ["/path/to/pz-mcp-server/dist/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Read-only SQL access to Postgres — let your assistant inspect schemas and answer questions from real data.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Official MongoDB server covering data, schemas and Atlas management — from find queries to spinning up clusters.
Serverless Postgres with database branching — point your assistant at Neon and let it work on disposable copies.