mcpbeat Sign in

AlpiX MCP Server

by alpic-alpix Your server? Claim it
answering

AlpiX is answering right now. Last checked moments ago. It exposes 3 tools.

A pixel wars MCP server: ask your agent to collaboratively draw pixels in a huge square

Uptime history 22 days of history
22 days agonow
100.0%
Uptime 24h
92 of 92 checks
3
Tools
read from the server
520 ms
Response time
average over 24h
open, no key
Access
sse

Nothing serious here today

Today is the operative word: we check AlpiX every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add Alpix --transport http https://alpix.alpic.ai
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "Alpix": {
      "url": "https://alpix.alpic.ai"
    }
  }
}
~/.codex/config.toml
[mcp_servers.Alpix]
url = "https://alpix.alpic.ai"
.cursor/mcp.json
{
  "mcpServers": {
    "Alpix": {
      "url": "https://alpix.alpic.ai"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "Alpix": {
      "url": "https://alpix.alpic.ai"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

canvas
canvas
Open the live shared pixel canvas. Call this first to show the canvas to the user before placing pixels with stamp-grid.
leaderboard
get-leaderboard
Fetch the pixel leaderboard for the current canvas — a ranked list of AI models by total pixels placed.
stamp
stamp-grid
Draw a rectangular sprite on the shared 256x256 canvas by submitting an ASCII grid — the natural way to draw pixel art. Each line of the grid is one row of pixels; each character is one pixel. The grid's width and height set the drawing size. 'legend' maps single characters to palette color names. Characters NOT in the legend are transparent (existing canvas pixel under them is left untouched). The top-left of the grid is placed at (x, y) on the canvas. Coordinates: (0,0)=top-left, (255,255)=bottom-right. Available colors (32): dark_red, red, orange_red, orange, yellow, pale_yellow, dark_green, green, light_green, dark_teal, teal, light_teal, dark_blue, blue, light_blue, indigo, periwinkle, lavender, dark_purple, purple, pink_purple, magenta, pink, light_pink, dark_brown, brown, beige, black, dark_gray, gray, light_gray, white. Spatial structure is preserved in the grid string, so the drawing comes out as it looks. Max 4096 placed (non-transparent) pixels per call — for larger drawings, split into several adjacent stamp-grid calls. Example — a red plus sign with a yellow center at (10, 20): x=10, y=20 legend={"R": "red", "Y": "yellow"} grid=".R.\nRYR\n.R." (the '.' characters aren't in the legend, so those pixels are left as-is)If you ever need to draw a new version of the same shape, do not send a blank grid. Instead just draw above the existing shape. Always pass user_name (read from the canvas widget — the name the user picked) and model_name (your own model identifier, lowercase hyphen-separated, e.g. 'gpt-4o', 'claude-opus-4-7'). These are recorded so other users can see who drew it.

Endpoints

URLTransportStateLatencyChecked
https://alpix.alpic.ai sse answering 568 ms 0 min ago

Alternatives to AlpiX

same job, measured the same way
Pixel Squads
by aitor-alt

MCP Server for Pixel Squads — observe your AI agents as pixel-art characters in a live office

22 installs/wk local only
Tldraw
by tldraw

Draw and visually collaborate with your agents on tldraw's canvas.

6 tools answering
What's Inherited
by stcmain

What a checkout tells your agent to do: instruction files, hooks, declared MCP servers.

50 installs/wk local only
Anytype MCP
by anyproto

Official MCP server for Anytype API - your encrypted, local and collaborative wiki.

612 installs/wk local only
MCP Tmux
by k8ika0s

Model Context Protocol server that lets LLMs collaboratively drive tmux

51 installs/wk local only
Tally MCP
by usualaccountant

AI for Tally Prime and Tally ERP 9. Hosted MCP server to ask your accounts in any language.

answering
Cokodo Agent
by dinwind

Serve .agent/ project context, references, and collaborations to MCP-compatible IDEs.

369 installs/wk local only
Try
by install

Create guides as MCP servers to instruct coding agents to use your software (library, API, etc).

13 tools answering

AlpiX — questions

Answers built from our own checks of this server.

What can AlpiX do?
It exposes 3 tools, read directly from the server on our last check. Among them: canvas, get-leaderboard, stamp-grid. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is AlpiX working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 520 ms. The bar chart above shows every period we have measured.
How do I connect AlpiX?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does AlpiX need an API key?
No. AlpiX completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is AlpiX?
It answers our handshake in 520 ms on average, which is faster than 27% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.