Use with Cursor
Set up Profer as an MCP tool in Cursor
Use with Cursor
Cursor supports MCP servers. Configure Profer and use it from Cursor's AI chat.
Configure
Add to .cursor/mcp.json in your project root:
{
"mcpServers": {
"profer": {
"command": "npx",
"args": ["-y", "profer", "mcp"],
"env": {
"PROFER_API_URL": "https://your-project.supabase.co/functions/v1",
"PROFER_API_KEY": "your-api-key"
}
}
}
}Usage
In Cursor's AI chat, reference the Profer tools:
"Use profer to publish this component spec for design review"
The agent will generate HTML and call the publish tool.
Works with any MCP client
The same configuration pattern works with Windsurf, Copilot, and any editor that supports MCP. Just add the server config to the appropriate MCP settings file.