Validate, query, and safely edit MAIAS app-IA documents: cascading renames, atomic element batches.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
An open standard for describing an app's information architecture β screens, navigation, flows, UI elements, states, and data dependencies β in one YAML (or JSON) document that is equally readable by humans and operable by agents.
Why: a common language for humanβagent collaboration on app development. An agent can build the described app from the document (implementation guide), create and edit documents as safe machine operations (CLI, MCP), and a human can read and review the same file.
| The spec | docs/spec/ β 11 chapters Β· llms.txt (one-context-window agent reference) Β· schema/maias.schema.json |
@maias/core | packages/core β parse β typed model β serialise with round-trip fidelity (comments survive edits), graph utilities, safe edits (cascading renames, element batches), canonical formatter, Hermes-safe validation |
maias CLI | packages/cli β maias validate (schema + semantic lint, --json), maias fmt, maias rename |
| MCP server | packages/mcp β validate / query / edit / edit_elements tools for any MCP-capable agent |
| MAIAS Browser | MAIAS_browser β Expo app that opens any MAIAS document at runtime and renders it: dynamic tab bar, pluggable design-system adapters (wireframe Β· shadcn-style Β· blueprint), in-app validation errors |
| Examples | examples/ β calculator Β· todo_list Β· social_network Β· ecommerce β collectively covering every core element and screen type |
| Claude skills | .claude/skills/ β maias-create, maias-edit, maias-review, maias-wireframe Β· installable anywhere as the maias plugin |
Requires Node.js 20.19.4+ / 22.13+ / 24.3+ (CI runs 22). No clone or install needed β the packages are on npm:
Prefer a plain maias command? npm i -g @maias/cli.
In Claude Code, one install delivers the three skills plus the MCP server:
In any MCP client, add the server with claude mcp add maias -- npx -y @maias/mcp (or the JSON equivalent β see packages/mcp); it is also listed in the official MCP registry as io.github.MAIAS-project/maias.
The MAIAS Browser (render any document as a working app, web/iOS/Android) runs from a clone:
Working from a clone, npm run link-tools symlinks the workspace CLI (and the
maias-mcp server) onto your PATH, tracking your local build; undo with
npm rm -g @maias/cli @maias/mcp.
To author a document, start from docs/spec/llms.txt β it is sufficient on its own β or, in Claude Code, just ask: "create an IA for a recipe app" (the maias-create skill takes it from there).
Project architecture: docs/ARCHITECTURE.md Β· the browser as built: MAIAS_browser/ARCHITECTURE.md Β· local agent setup (MCP, offline validation): docs/ARCHITECTURE_LOCAL_SETUP.md Β· building an app from a document: docs/implementation-guide.md Β· design-system adapters: docs/adapters.md.
Pre-release. MAIAS is pre-1.0: the format and tooling may change in breaking ways between 0.x versions. Spec v0.3 (0.2 + the capabilities/deep_links renames and the elements-first link rule); all six project deliverables implemented (spec + schema, validator/linter, browser, examples, skills, agent-interop toolkit). Tests: npx vitest run (core round-trip/lint/fmt, CLI, MCP).
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/maias)<a href="https://allmcps.com/mcp/maias"><img src="https://allmcps.com/api/badge/maias?style=directory" alt="Maias on AllMCPs" /></a>