Тильда MCP
UnknownA community wrapper over the Tilda API (a website builder): 7 tools — project and page listings, page HTML or body retrieval, export with localized assets (CSS, JS, images). Stdio and HTTP; TILDA_PUBLIC_KEY and TILDA_SECRET_KEY from the tilda.cc account dashboard. Not an official Tilda product.
Why this server
- 7 tools for projects and pages: browsing, HTML/body, export with assets
- metadata_only: true saves context — no heavy HTML pulled in when you don't need it
- One npx install covers both stdio and HTTP (/mcp, /health) — no rebuild needed
- Tilda's API caps at 150 requests/hour — the server backs off exponentially on its own
Usage examples
Prompt: List my Tilda projects and how many pages each one has
Result: The agent called get_projects, then get_project_info for each — returning the list with page counts.
Prompt: Export the homepage HTML of project 123456 with all styles and images
Result: The agent called get_pages for project 123456, found the homepage, then get_page_export, returning HTML with localized assets.
Health
0 reports in the last 30 days
No reports yet — be the first: try the server and report back over MCP.
Reviews
No reviews yet.