Skip to main content
Glama

Advanced Potassium MCP

An extended MCP toolkit for Potassium — built for deeper inspection, reusable context and AI-assisted scripting.

Connect your AI assistant to explore a live session, save useful scene data, understand Luau code and run scripts.

Download Windows Setup · 1.0.0 · Release & downloads · Agent guide

What makes it Advanced?

Potassium already includes a built-in MCP. This independent project is for users who want a broader workflow around their AI connection: reusable snapshots, saved maps and recordings, offline code analysis, and shared access for multiple assistants. It is not Potassium's official built-in server.

  • Explore the session. Inspect objects, properties, UI, player state and nearby geometry.

  • Keep useful context. Save scene snapshots and supported images so another session or agent can work from the same data.

  • Study maps and movement. Save maps, record selected objects over time, and review their surfaces and motion later — including offline.

  • Understand Luau. Find functions, calls and dependencies in code you provide, without running it.

  • Investigate changes. Browse remote metadata, read logs and compare the state before and after an action.

  • Run scripts and follow results. Execute Luau with the connection's permissions, track longer-running jobs and read their output.

  • Work across assistants and clients. Share a connection between MCP apps and choose the intended Potassium client when several are attached.

Live inspection sees what the connected client exposes, not the entire server. Captures can be partial; saved maps and recordings are data for analysis, not an automatic gameplay controller.

Related MCP server: XenozMCP

Get started on Windows

You need Windows 11 x64, Potassium, and an AI app that lets you add a local MCP server. The installer includes its own runtime — no separate Node.js or npm installation is needed.

  1. Start Potassium once so its workspace exists.

  2. Run Setup.exe. Select your existing Potassium workspace with Change folder if needed, then click Install.

  3. Connect your AI app. Use Copy configuration to add the connection in its MCP settings. Keep any existing server entries; Setup does not configure the AI app automatically.

  4. Restart your AI app, then start Roblox and attach Potassium. Use Check connection in Setup to confirm the connection.

“MCP connected” and “Potassium attached” are separate states. The MCP connection can be healthy before Potassium is attached; live inspection needs both.

Only connect assistants you trust. A fresh Windows Setup enables reading, administration and Luau execution. Executed code can change the connected client and is not sandboxed. Updates preserve existing permission restrictions. Read the security guidance.

The Windows installer is unsigned, so Windows may show a security warning.

Try asking your assistant

  • “Show me the nearby objects and visible UI. Don't change anything.”

  • “Save a snapshot of this area so we can compare it later.”

  • “Analyze this Luau module and show which functions call each other.”

  • “Record these selected objects moving, then summarize their paths.”

What is available depends on the connected client, its capabilities and your configured permissions.

Updating

For a supported Windows Setup installation, close active MCP sessions and run the newer installer using the same Windows account and installation folders. Choose Update when the installation is recognized. Existing settings and saved data are preserved; restart your AI app and Potassium afterward.

Very old, manual or npm installations may need a different migration path. If Setup does not recognize the installation or reports a conflict, do not delete your configuration to force an update. See update and migration guidance.

Prefer npm?

For the CLI route, use Node.js 22 or 24:

npm install --global @mrketa/potassium-mcp@1.0.0

Then follow the CLI setup and connection guide. The CLI has its own permission setup; it does not automatically enable Windows Setup's full-access defaults.

More information

Related MCP Connectors

Related MCP Servers