Tilda MCP

Если вы искали, как подключить сайт на Tilda к Claude или другому ИИ-агенту, - этот сервер отдаёт агенту ваши проекты и страницы через Tilda API: список страниц с датами публикации, полный HTML и CSS любой страницы, экспорт проекта целиком. Спрашиваете «что за страницы в проекте и когда их публиковали» - агент отвечает таблицей, а не ссылкой на документацию. Нужны только публичный и секретный ключи из настроек Tilda.

People who work with russian api, tilda and cms and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-02 · ★ 16 · #26 OF 55 MAINTAINED WEB FRAMEWORK · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Tilda MCP

before you install - you'll need

Set TILDA_PUBLIC_KEY, TILDA_SECRET_KEY before connecting.

Claude Code

claude mcp add theyahia-tilda-mcp -- npx -y @theyahia/tilda-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "theyahia-tilda-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@theyahia/tilda-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @theyahia/tilda-mcp - published under the repo owner's npm scope (@theyahia)

registry namespace io.github.theYahia is GitHub-verified and matches the repo owner

03 · What Tilda MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.0 · 2026-09-02

Added · Инструмент get_page_body (getpage) - тело страницы без <head>, ссылки на Tilda CDN. · Инструмент get_page_export_body (getpageexport) - экспорт тела страницы с локализованными ассетами {from,to} для вставки в…

04 · Who maintains Tilda MCP

tilda-mcp is maintained by theyahia. We track 49 MCP servers from theyahia - 35 actively maintained, 87 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from theyahia.

  1. 1c-rest-mcp MCP server for 1C Enterprise - ERP catalogs, documents via REST API (Russia) ★ 12
  2. moysklad-mcp MCP server for MoySklad - warehouse, inventory, orders, reports (Russia) ★ 6
  3. yandex-direct-mcp MCP server for Yandex Direct — PPC campaigns, ads, keywords, statistics (Russia) ★ 5
  4. hh-mcp MCP server for hh.ru jobs API - vacancy search, salary stats, employers, regions. Public endpoints, ★ 4
  5. mindbox-mcp MCP server for Mindbox CDP API - customer profiles, orders, segments. 3 tools. ★ 3
  6. yandex-webmaster-mcp MCP server for Yandex.Webmaster API - hosts, search queries, indexing status. Bearer token auth. ★ 4

05 · Facts

category
web framework - ranked #26 of 55 actively-maintained web framework servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-02)
registry
io.github.theYahia/tilda-mcp (active, first published 2026-03-31)
packages
npm:@theyahia/tilda-mcp

06 · Tilda MCP FAQ

What is Tilda MCP?

Если вы искали, как подключить сайт на Tilda к Claude или другому ИИ-агенту, - этот сервер отдаёт агенту ваши проекты и страницы через Tilda API: список страниц с датами публикации, полный HTML и CSS любой страницы, экспорт проекта целиком. Спрашиваете «что за страницы в проекте и когда их публиковали» - агент отвечает таблицей, а не ссылкой на документацию. Нужны только публичный и секретный ключи из настроек Tilda.

Is Tilda MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-02 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install Tilda MCP?

Run `npx -y @theyahia/tilda-mcp`. The README documents 2 environment variables (TILDA_PUBLIC_KEY, TILDA_SECRET_KEY) to set first. Set TILDA_PUBLIC_KEY, TILDA_SECRET_KEY before connecting. You can also paste the ready-made client config above.

Does Tilda MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tilda MCP