MCP.so
登录
P

Pico8 Mcp

@smartfrog

关于 Pico8 Mcp

MCP server that lets LLM agents play real PICO-8 carts in deterministic lockstep: press buttons, step frames, inspect screenshots, read Lua globals, peek memory, reset/replay, and watch live in a browser.

基本信息

分类

其他

传输方式

stdio

发布者

smartfrog

提交者

Frédéric DE MATOS

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "pico8": {
      "command": "node",
      "args": [
        "/path/to/pico8-mcp/dist/index.js"
      ],
      "env": {
        "PICO8_BIN": "/path/to/pico8"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Pico8 Mcp?

Pico8 Mcp is an MCP server that enables LLM agents to play real PICO-8 cartridges in deterministic lockstep. It allows agents to press buttons, step frames, inspect screenshots, read Lua globals, peek memory, reset or replay, and watch the action live in a browser.

How to use Pico8 Mcp?

Run the server and connect an MCP-compatible LLM client. The server exposes tools that let the agent press buttons, advance frames, capture screenshots, read and write Lua globals, inspect raw memory, reset the cart, replay sequences, and serve a live browser view.

Key features of Pico8 Mcp

  • Deterministic lockstep with real PICO-8 carts
  • Press buttons and step individual frames
  • Inspect screenshots and read Lua globals
  • Peek and poke memory addresses
  • Reset and replay game sessions
  • Watch live gameplay in a browser

Use cases of Pico8 Mcp

  • LLM agent plays a PICO-8 game autonomously
  • Debugging game logic by inspecting state frame by frame
  • Automated testing of PICO-8 cartridges
  • Exploring PICO-8 internals and memory layout
  • Creating agentic workflows that interact with retro games

FAQ from Pico8 Mcp

What does Pico8 Mcp do?

It lets LLM agents play real PICO-8 cartridges in deterministic lockstep, providing low-level control over the game state.

What capabilities does Pico8 Mcp provide?

It supports pressing buttons, stepping frames, inspecting screenshots, reading Lua globals, peeking memory, resetting/replaying, and streaming live video to a browser.

Who is Pico8 Mcp for?

It is designed for LLM agents that need to interact with PICO-8 games programmatically.

评论

其他 分类下的更多 MCP 服务器