mcpbeat Sign in

Pixasso MCP Server

local only

Pixasso runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

End-to-end frontend engineering and design orchestrator across 16 foundational pillars.

Installs / week
npm · pixasso-mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

Nothing serious here today

Today is the operative word: we check Pixasso 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

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.

run in your terminal
claude mcp add pixasso -- npx -y pixasso-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pixasso": {
      "args": [
        "-y",
        "pixasso-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pixasso]
command = "npx"
args = ["-y", "pixasso-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "pixasso": {
      "args": [
        "-y",
        "pixasso-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pixasso": {
      "args": [
        "-y",
        "pixasso-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pixasso

same job, measured the same way
I
Node Server Orchestrator
by shingwong

MCP server for orchestrating Node.js development servers (backend, frontend, databases, etc.)

26 installs/wk local only
Orchex
by wundam

Autopilot AI orchestration — auto-plan, parallelize, self-heal, and route across 6 LLMs.

52 installs/wk local only
Dav MCP
by philflowio

AI-orchestrated calendars, contacts & tasks across any DAV platform. 27 tools, field-agnostic.

106 installs/wk local only
Claude Flow
by ruvnet

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

15 544 installs/wk local only
Misterdev
by dcondrey

Autonomous LLM build orchestrator that plans, edits, and verifies code across languages.

104 installs/wk local only
Agentic Ops
by buildforce

Orchestration & technical-consulting MCP for end-to-end Salesforce, ServiceNow & HubSpot back-end.

answering
councilof_mcp
by csoai-org

CouncilOf.AI MCP — the UK sovereign defence BFT council orchestrator. UK MOD + AUKUS Pillar 2 procur

408 installs/wk local only
Withvibe Roadmap
by withvibe

Per-env roadmap board for WithVibe — an MCP server the orchestrator drives to plan and track work.

local only

Pixasso — questions

Answers built from our own checks of this server.

Why is there no uptime for Pixasso?
Pixasso runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package pixasso-mcp.
How do I connect Pixasso?
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 runs locally, so the command pulls pixasso-mcp straight from npm; nothing to host, nothing to sign up for.
Is Pixasso open source?
Yes — it is published under the MIT licence, written in HTML and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.