★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated 18d ago
MCP server for Framer — read, edit, and preview Framer sites from Claude Code, Cursor, or any MCP client
View on GitHub →
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-mcp-server": {
"command": "npx",
"args": [
"-y",
"ericpjtsai/framer-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add framer-mcp-server npx -y ericpjtsai/framer-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"framer-mcp-server": {
"command": "npx",
"args": [
"-y",
"ericpjtsai/framer-mcp-server"
]
}
}
}