MCP server for designing web pages in Framer via the Framer Server API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"framer-design-mcp-se": {
"command": "npx",
"args": [
"-y",
"superprat/framer-design-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add framer-design-mcp-se npx -y superprat/framer-design-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"framer-design-mcp-se": {
"command": "npx",
"args": [
"-y",
"superprat/framer-design-mcp-server"
]
}
}
}