About io.github.theYahia/tilda-mcp
io.github.theYahia/tilda-mcp is an MCP server in the Developer Tools category: mCP server for Tilda API — projects, pages. 3 tools. It has been installed 0 times through Conduid.
Install
claude mcp add io-github-theyahia-tilda-mcp -- npx -y @theyahia/tilda-mcpnpx -y @theyahia/tilda-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about io.github.theYahia/tilda-mcp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
@theyahia/tilda-mcp
MCP-сервер для Tilda API — проекты, страницы, экспорт. 5 инструментов. Stdio + HTTP.
Часть серии Russian API MCP (50 серверов) by @theYahia.
Установка
Claude Desktop
{
"mcpServers": {
"tilda": {
"command": "npx",
"args": ["-y", "@theyahia/tilda-mcp"],
"env": { "TILDA_PUBLIC_KEY": "your-public-key", "TILDA_SECRET_KEY": "your-secret-key" }
}
}
}
Claude Code
claude mcp add tilda -e TILDA_PUBLIC_KEY=your-public-key -e TILDA_SECRET_KEY=your-secret-key -- npx -y @theyahia/tilda-mcp
VS Code / Cursor
{ "servers": { "tilda": { "command": "npx", "args": ["-y", "@theyahia/tilda-mcp"], "env": { "TILDA_PUBLIC_KEY": "your-public-key", "TILDA_SECRET_KEY": "your-secret-key" } } } }
Streamable HTTP
TILDA_PUBLIC_KEY=xxx TILDA_SECRET_KEY=yyy npx @theyahia/tilda-mcp --http --port 3001
# Endpoint: http://localhost:3001/mcp
# Health: http://localhost:3001/health
Smithery
npx @smithery/cli install @theyahia/tilda-mcp
Требуется
TILDA_PUBLIC_KEYиTILDA_SECRET_KEY. Получите в настройках аккаунта Tilda.
Инструменты (5)
| Инструмент | Описание |
|---|---|
get_projects |
Список проектов |
get_project_info |
Подробная информация о проекте (домен, настройки) |
get_pages |
Список страниц проекта |
get_page |
Полная информация о странице (HTML, CSS, JS) |
get_page_export |
Экспорт страницы для самостоятельного хостинга |
Скиллы
| Скилл | Триггер |
|---|---|
/skill-get-pages |
Покажи все страницы сайта |
/skill-export-page |
Экспортируй страницу |
Примеры
Покажи мои проекты в Tilda
Информация о проекте 12345
Список страниц проекта 12345
Покажи содержимое страницы 67890
Экспортируй страницу 67890
Лицензия
MIT
README mirrored from the source repository 5 months ago. The original is authoritative.