Pyxel MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 260 installs a week from pypi. Last commit 15 Jul 2026.
MCP server for Pyxel, a retro game engine for Python
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add pyxel-mcp -- uvx pyxel-mcp
{
"mcpServers": {
"pyxel-mcp": {
"args": [
"pyxel-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.pyxel-mcp]
command = "uvx"
args = ["pyxel-mcp"]
{
"mcpServers": {
"pyxel-mcp": {
"args": [
"pyxel-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"pyxel-mcp": {
"args": [
"pyxel-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.