PixelCheck
Rank #5,063io.github.xcodethink/pixelcheck
Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.
PixelCheck is a Model Context Protocol (MCP) server published by xcodethink. It ranks #5,063 of 132,113 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. PixelCheck is listed across 3 registries — Official MCP, PulseMCP and Glama, with 9 tracked versions. It was first listed on Apr 12, 2026 and most recently updated on Aug 4, 2026.
Ranks ahead of 127,050 of 132,113 servers on MCP Toplist.
Use PixelCheck
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add pixelcheck -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- npx -y -p pixelcheck pixelcheck-mcp pixelcheckReplace each placeholder with your own value before saving.
[mcp_servers.pixelcheck]
command = "npx"
args = ["-y", "-p", "pixelcheck", "pixelcheck-mcp", "pixelcheck"]
[mcp_servers.pixelcheck.env]
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelcheck": {
"command": "npx",
"args": [
"-y",
"-p",
"pixelcheck",
"pixelcheck-mcp",
"pixelcheck"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelcheck": {
"command": "npx",
"args": [
"-y",
"-p",
"pixelcheck",
"pixelcheck-mcp",
"pixelcheck"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"pixelcheck": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"-p",
"pixelcheck",
"pixelcheck-mcp",
"pixelcheck"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelcheck": {
"command": "npx",
"args": [
"-y",
"-p",
"pixelcheck",
"pixelcheck-mcp",
"pixelcheck"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"pixelcheck": {
"command": "npx",
"args": [
"-y",
"-p",
"pixelcheck",
"pixelcheck-mcp",
"pixelcheck"
],
"env": {
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.xcodethink%2Fpixelcheck)<a href="https://mcptoplist.com/server/io.github.xcodethink%2Fpixelcheck"><img src="https://mcptoplist.com/badge/io.github.xcodethink%2Fpixelcheck.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
xcodethink
Other servers by xcodethink
View all xcodethink servers →Available versions (9)
| Version | Published |
|---|---|
| 2.1.0 | Aug 4, 2026 |
| 2.0.0 | Aug 4, 2026 |
| 1.4.4 | Jul 29, 2026 |
| 1.4.3 | Jul 27, 2026 |
| 1.4.2 | Jul 27, 2026 |
| 1.4.1 | Jul 27, 2026 |
| 1.4.0 | Jul 26, 2026 |
| 1.2.0 | May 6, 2026 |
| 1.1.5 | May 4, 2026 |
Frequently asked questions
- Who maintains PixelCheck?
- PixelCheck is maintained by xcodethink, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is PixelCheck listed on the Official MCP Registry?
- Yes — PixelCheck is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does PixelCheck have?
- MCP Toplist tracks 9 versions of PixelCheck, most recently published on Aug 4, 2026.
- Where can I find the source code for PixelCheck?
- The source code for PixelCheck is hosted at github.com/xcodethink/pixelcheck.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.