tilda-mcp

An MCP server for the Tilda API: project and page lists, full page HTML and CSS, export for self-hosting

MCP serverMedium riskRussian stack

theyahia/tilda-mcp

Install

claude mcp add tilda -e TILDA_PUBLIC_KEY=your-public-key -e TILDA_SECRET_KEY=your-secret-key -- npx -y @theyahia/tilda-mcp

This is third-party code. Review the repository files before installing.

What it does

The server gives an agent read access to Tilda projects using the public and secret keys. The agent gets project and page lists with publish dates, project settings, full page code or body only, and exports with localized assets for hosting elsewhere. Large pages can be fetched as metadata only to save context. The repository includes Claude Code skills for listing and exporting pages.

Who it is for. For owners and developers of Tilda sites who want to export or inspect pages through an agent.

Good fit when

  • You need to move Tilda pages to your own hosting
  • You need a page list with publish dates
  • You want to give an agent page code for analysis or edits outside Tilda

Not a fit when

  • You need to create or edit pages inside Tilda: the API is read-only
  • Your Tilda plan has no API access

Example request

List pages of Tilda project 12345 and when they were published

Limitations

The Tilda API allows 150 requests per hour, so exporting a large project may hit the limit. Keys are passed as query parameters, which is how the API works. There is no whole-project export method, so the agent exports pages one by one. The server is part of a series of similar servers by one author.

How to disable. Remove the tilda server from your client config, for example claude mcp remove tilda. Keys can be reissued in Tilda settings.

MCP

Transport
stdio, http
Authentication
API key
Environment variables
Environment variables
TILDA_PUBLIC_KEY
required, secret
Tilda API public key
TILDA_SECRET_KEY
required, secret
Tilda API secret key

Security check

  • Stores Tilda API keys and makes network calls
  • Tools only read project data

README in short

The Russian README gives configs for Claude Desktop, Claude Code, VS Code and Cursor, HTTP mode and Smithery install. A table maps tools to Tilda API methods. It covers saving context with metadata_only, exporting a whole project, the rate limit and how keys are passed. MIT licensed.

FAQ

How do I export a whole site?

Get the page list with get_pages and call get_page_export for each page. With the API limit, large projects take a while.

Is there an HTTP mode?

Yes, running with --http --port starts a stateless /mcp endpoint.

Editors’ pick

Official shadcn/ui skill and MCP server: the agent searches registries, adds components via the CLI and follows the library's rules

SkillMedium risk123.8K
Editors’ pick

A frontend design skill with 23 commands, live browser iteration and 61 detector rules for common AI-generated UI tells

SkillHigh risk68K
Editors’ pick

Vercel's skills: React and Next.js performance, UI guideline audits, React Native, component composition and deploys

SkillMedium risk31.2K
Editors’ pick

Three skill plugins for Google Stitch: screen generation, code to design and React builds from mockups

PluginMedium risk8.3K