How to setup MockFlow WireframePro MCP Server for Cursor?

You can connect the WireframePro MCP Server to Cursor using either the MockFlow Desktop App or the CLI Web MCP.

Method 1: MockFlow Desktop App

1Start by installing and opening the MockFlow Desktop App, then log in with your credentials and create a Wireframe project.

2Next, open Cursor and navigate to Settings → Tools & MCP, then click on Add Custom MCP.

Screenshot 2026-04-07 at 12.22.00 PM.png

3Now, paste the following configuration and save it.

{
"mcpServers": {
"mockflow-wireframepro": {
"url": "http://localhost:21194/mcp"
}
}
}


4Once added, the MCP server will automatically connect to the running Desktop App.

Screenshot 2026-04-08 at 10.58.45 AM.png

5You can now enter a prompt in Cursor, such as “Create a wireframe for a task management dashboard using Tailwind CSS”, and run it.

Screenshot 2026-04-08 at 10.50.12 AM.png


6The generated wireframe will instantly appear in your WireframePro canvas.


Screenshot 2026-04-07 at 3.04.03 PM.png


Method 2: CLI Web MCP

1Begin by installing the MCP package globally using npm:

npm install -g @mockflow/wireframepro-mcp


2Then log in and start the MCP server:

mockflow-wireframepro-mcp login
mockflow-wireframepro-mcp


3If you want to work within a specific workspace, you can optionally run:

mockflow-wireframepro-mcp --space=YOUR_SPACE_ID


4Next, click on 'Authorize' to connect MockFlow MCP with VS Code.

Screenshot 2026-04-07 at 3.56.20 PM.png


5After the server is running, open Cursor and go to Settings → Tools & MCP, then click Add Custom MCP.

Screenshot 2026-04-07 at 12.22.00 PM.png

6Paste the same configuration as mentioned in the above method:

{
"mcpServers": {
"mockflow-wireframepro": {
"url": "http://localhost:21194/mcp"
}
}
}


7Save the configuration to complete the setup.

Screenshot 2026-04-08 at 10.58.45 AM.png

8Now, enter a prompt like “Create an e-commerce website wireframe” in Cursor, and the link will be generated to the WireframePro editor.

Screenshot 2026-04-08 at 10.50.12 AM.png

9The MCP server will process your request and generate the wireframe inside MockFlow.


Screenshot 2026-04-08 at 10.51.53 AM.png








Rate this article
great ok bad
For more questions - Contact Us
...