Wisp Panel MCP server for secure game server management through the Wisp Client API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
English Β· FranΓ§ais
Wisp MCP is a source-available Model Context Protocol server for the WISP game panel Client API. It lets MCP-compatible AI clients inspect and manage game servers through the panel instead of giving the AI unrestricted access to the host machine.
It is hosting-provider agnostic. If your hosting company gives you a WISP panel and a Client API token, use that panel URL. No provider-specific code path is required.
Start with the visual guide: https://breezedelegate.github.io/wisp-mcp/
If your game-server panel looks like this, it is likely WISP:

Typical WISP client dashboard. Hosts can white-label WISP, so colors, logo and domain may differ.
If you are unsure, ask your host: βDoes my server use WISP, and can I create a WISP Client API token?β See How to recognize WISP.
Because it targets WISP rather than one game, the same MCP can be used with Rust, Minecraft and other game servers managed by WISP.
For Debian 12 or Ubuntu 24.04+:
The installer asks for:
It creates a dedicated system user, stores credentials outside Git, and runs wisp-mcp doctor before reporting success.
For a deeper read-only API compatibility check, run wisp-mcp compatibility. It verifies the minimal response contract used by the MCP without modifying the game server.
For ChatGPT, install the OpenAI tunnel helper at the same time:
Wisp MCP is not tied to one model vendor. It implements standard MCP transports.
Use OpenAI Secure MCP Tunnel for an always-on private VPS, then add the MCP as a custom app in ChatGPT Developer Mode. See ChatGPT setup.
Claude Code can launch Wisp MCP directly. If Wisp MCP is on a remote VPS, use SSH as the stdio command:
Then verify:
Use one of the standard transports:
/usr/local/bin/wisp-mcp-stdio or an SSH command that launches it remotely;wisp-mcp serve behind authentication and a secure network boundary;.mcpb artifact from the latest release if your client supports bundles.Requirements: Python 3.11+ and a WISP Client API token.
Or inside an existing Python environment:
Required values:
Optional default server:
Write capabilities are opt-in:
Keep WISP_ALLOW_DESTRUCTIVE=false during normal administration. File deletion, backup restore/delete, database deletion/password rotation, force-kill and panel update actions require the separate destructive gate.
For a beginner, copy this into an MCP-capable assistant:
See AI-guided setup and VPS sizing.
Wisp MCP is published in the official MCP Registry as io.github.BreezeDelegate/wisp-mcp.
Releases include:
.mcpb MCP Bundle.Registry publishing is automated from signed GitHub release workflows using OIDC.
For large source files or logs, start with bounded tools to locate the relevant code, but do not optimize away context needed for correctness. If a change depends on global state, distant hooks, shared classes, control flow, or interactions across the file, read the complete file even if it costs more tokens.
find_in_file returns small line-numbered excerpts around literal matches;read_file_chunk returns a bounded character range plus next_offset_chars;file_fingerprint returns SHA-256, byte, character, and line counts without returning content.Regular read_file responses also include a SHA-256 fingerprint. For existing files, use that fingerprint with:
safe_write_file for a deliberate whole-file replacement;replace_in_file for a small exact replacement inside a large file.Both guarded write tools re-read the file before writing and verify the stored content afterward. This is optimistic concurrency rather than an atomic filesystem lock, because the WISP Client API does not expose a compare-and-swap write primitive through this integration.
Listings for servers, directories, backups, databases, and audit logs support bounded pagination so clients do not need to load an unbounded collection at once.
API and MCP tokens are never returned by tools. Remote HTTP fails closed unless authentication is configured. File paths and object IDs are validated, writes are bounded, and changing capabilities are opt-in.
The server also publishes operating instructions to MCP clients: inspect first, back up before risky changes, make the smallest change, then verify status and logs.
Report security issues privately as described in SECURITY.md.
No. The integration targets the standard WISP Client API. Use the panel URL and Client API token provided by whichever host runs your WISP panel.
No. It manages the game-server environment exposed by WISP, so the same integration can be used for different games.
No. The AI app must support Model Context Protocol. Wisp MCP supports the standard stdio and Streamable HTTP deployment patterns, which makes it compatible with common MCP clients without vendor-specific server code.
Only when the relevant capability is enabled. Read-only is the default, and destructive operations have a separate switch.
Wisp MCP is distributed under the PolyForm Noncommercial License 1.0.0. Commercial licensing requires separate permission from the copyright holder.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/wisp-mcp)<a href="https://allmcps.com/mcp/wisp-mcp"><img src="https://allmcps.com/api/badge/wisp-mcp?style=directory" alt="Wisp MCP on AllMCPs" /></a>