What is the io.github.theYahia/tilda-mcp MCP server?
MCP server for Tilda API — projects, pages. 3 tools.
How to install io.github.theYahia/tilda-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
TILDA_PUBLIC_KEYrequiredsecretAPI key for the service
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"tilda-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/tilda-mcp"
],
"env": {
"TILDA_PUBLIC_KEY": "<YOUR_TILDA_PUBLIC_KEY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tilda-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/tilda-mcp"
],
"env": {
"TILDA_PUBLIC_KEY": "<YOUR_TILDA_PUBLIC_KEY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tilda-mcp": {
"command": "npx",
"args": [
"-y",
"@theyahia/tilda-mcp"
],
"env": {
"TILDA_PUBLIC_KEY": "<YOUR_TILDA_PUBLIC_KEY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tilda-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@theyahia/tilda-mcp"
],
"env": {
"TILDA_PUBLIC_KEY": "<YOUR_TILDA_PUBLIC_KEY>"
}
}
}
}Claude Code
claude mcp add tilda-mcp --env TILDA_PUBLIC_KEY=<YOUR_TILDA_PUBLIC_KEY> -- npx -y @theyahia/tilda-mcpRelated MCP servers
MCP server for 1C Enterprise — ERP catalogs, documents via REST API (Russia)
View repository →MCP server for amoCRM API — leads, contacts, pipelines. Auth: Bearer token.
View repository →MCP server for Bitrix24 CRM — deals, contacts, tasks via webhook API.
View repository →MCP server for Boxberry delivery API — city/point search, delivery calculation, tracking. 4 tools.
View repository →MCP server for Calltouch API — call tracking, call statistics. Token auth.
View repository →MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.
View repository →