MCP server for deploying and managing Unbounce landing pages from any MCP-compatible client
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"unbounce-mcp": {
"command": "npx",
"args": [
"-y",
"cgilchrist/unbounce-mcp"
]
}
}
}
Run in terminal:
claude mcp add unbounce-mcp npx -y cgilchrist/unbounce-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"unbounce-mcp": {
"command": "npx",
"args": [
"-y",
"cgilchrist/unbounce-mcp"
]
}
}
}