Тильда MCP: Documentation
Updated:
Connection
npx -y @theyahia/tilda-mcp (stdio) or npx @theyahia/tilda-mcp --http --port 3001 (Streamable HTTP: POST /mcp, GET /health). Auth: TILDA_PUBLIC_KEY + TILDA_SECRET_KEY — from the tilda.cc/identity/apikeys/ dashboard.
Tools
7 tools: projects (get_projects — list, get_project_info — details with optional webserver config), pages (get_pages — list a project's pages, get_page/get_page_body — full HTML or body only), export (get_page_export/get_page_export_body — HTML with localized assets: CSS, JS, images). The metadata_only: true flag saves context by skipping the page body.
Agent flow
"List my Tilda projects and how many pages each has", "export the homepage HTML of this project with all styles and images".
Note
A community project (theYahia), not an official Tilda product. The API caps at 150 requests/hour — the server waits and retries on its own. Current version: 1.2.0 (June 23, 2026).