tilda-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tilda-mcpPlan a ChangeSet to update the hero heading on the home page."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tilda MCP
Tilda MCP is a local, lab-scoped MCP control plane for working with an authenticated Tilda editor through bounded, machine-readable operations. It keeps target identity, browser-session binding, snapshots, optimistic hashes, post-write rereads, rollback, and publication approval separate.
Release: 1.0.0 public pre-release. This is not an official Tilda API, a universal editor driver, or a production reliability guarantee. The public checkout contains generic code, synthetic tests, and safety documentation; it contains no account inventory, real project/page/record IDs, client content, domains, browser state, credentials, or private live fixtures.
What is included
A local MCP stdio server with fourteen semantic tools: status, capabilities, one-task authorization, audit, bounded learning, discovery/query, ChangeSet plan/apply/verify/rollback, separate publish/unpublish, public verification, and a fixed page-lifecycle recipe.
A short-lived
observe,copy-test, orproductiontask authority bound to exact targets and a fresh same-session account/inventory binding.Typed adapters for safe discovered Standard string fields, T123 literal/code edits, bounded Zero primitive/clone transitions, page SEO and page-specific HEAD code, same-project reference-page copy/cleanup, and hover-only record control revelation without coordinate clicks.
Content-free local snapshots and append-only ChangeSet events with idempotency, stale-state, lock, path, and symlink guards.
A public read-only MCP smoke that checks all fourteen tool registrations and performs no login, remote read, remote write, or publication.
The narrow editor contracts were privately reproduced in an isolated lab. A private live receipt is evidence for that exact account/editor shape, not a portable allowlist or a claim of universal Tilda coverage.
Related MCP server: Sophia Stack MCP
Quick start
Requirements: Node.js 20+, pnpm 11+, and, only for authorized live research, a dedicated Chrome/Chromium profile with loopback remote debugging.
if (-not (Test-Path .env)) { Copy-Item .env.example .env }
pnpm install --frozen-lockfile
pnpm typecheck
pnpm test:unit
pnpm build
pnpm smoke:mcpThe public smoke is intentionally read-only and works without account IDs or
an authenticated browser. For Codex, the project-scoped entrypoint is
.codex/config.toml; start the server manually with pnpm mcp when needed.
The server writes diagnostics to stderr and reserves stdout for MCP JSON-RPC.
Safe live workflow
Sign in yourself in a dedicated browser profile and capture a fresh local inventory.
Keep existing projects read-only and create or identify a disposable lab target. Build a disjoint local allowlist of exact project/page/record tuples; the public checkout ships none.
Authorize one bounded task. Discovery does not grant write authority.
Read and audit the exact target, then plan a dry-run ChangeSet.
Apply one semantic mutation only with an explicit non-dry-run request, reread, compare, and restore or roll back when the requested outcome is not proven.
Treat publication and unpublication as separate approval-gated actions.
The MCP fails closed on missing identity, stale binding, target drift, ambiguous writes, unsupported structures, missing restore proof, or unknown editor contracts. It never accepts arbitrary JavaScript, URLs, selectors, request bodies, or screen-coordinate macros as a capability definition.
Scope limits
The v1 boundary does not claim asset upload, catalog bulk mutation, form receivers/submissions, arbitrary nested Standard/raw HTML reconstruction, arbitrary Zero groups or molecules, cross-project copy/move, folders or trash restore, generic delete or blank-page creation, site-wide HEAD, arbitrary custom-domain verification, full Advanced Interface Mode support, or automatic publication.
See CAPABILITIES.md, ARCHITECTURE.md,
SECURITY.md, docs/MCP_USAGE.md, and
ROADMAP.md for the detailed boundary.
Contribution and license
Please read CONTRIBUTING.md before proposing a change.
Never submit credentials, cookies, browser profiles, private fixtures, raw
traces, customer data, or real Tilda identifiers. The project is Apache-2.0
licensed. Tilda is a trademark of its respective owner; this independent
project is not affiliated with, endorsed by, or supported by Tilda.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Create, edit, preview, publish, and manage web pages from MCP-capable AI clients.
MarkupBase turns AI-generated Markdown and HTML into durable, versioned artifacts that people can review and discuss. Its MCP server lets agents publish new versions, preserve contextual comments, include hosted images, and respond to feedback through secure account-linked identities, creating a clear human review boundary without requiring real-time editing.
System-of-record notebook for AI coding agents: pages, datastores, tasks, skills over MCP.
Remote MCP server for AI.TV creators — delegate account operations to your AI agent over MCP.
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceOpen-source MCP server that turns any CMS backend into an AI-agent-ready content management system. It provides tools for content CRUD, idea management, and publication tracking, with safety features requiring human approval for publishing.MIT
- FlicenseNot gradedqualityAmaintenanceEnables external AI agents to edit and manage a self-hosted website via a token-gated MCP server, including page content, data, media, and sandboxed functions with validation and rollback.3-
- AlicenseBqualityBmaintenanceAn MCP server that provides AI agents with a governed wiki requiring human approval before any formal page update, combining structured knowledge management with safe, auditable writes.14MIT
- FlicenseBqualityCmaintenanceMCP server for file checkpointing and undo, enabling AI agents to safely read, write, and edit files with full snapshot history and revert capabilities.10-