← Index

io.github.theYahia/tilda-mcp

io.github.theYahia/tilda-mcp·v1.0.0·Other
Quality Score
85
/100

MCP server for Tilda API — projects, pages. 3 tools.

§01  Install
Claude Desktop (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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @theyahia/tilda-mcp
§02  Environment variables
TILDA_PUBLIC_KEY
requiredsecret

API key for the service

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other