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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论