Category / Section
How to Set Up FlowMattic MCP Server in Warp
1 min read
Updated:
To configure the FlowMattic MCP Server in Warp, follow the steps below:
Steps to Set Up:
-
Access Warp Drive:
Locate the Warp Drive option in the left corner of the Warp interface and click on it. -
Navigate to MCP Server Settings:
Go to the ‘Personal’ section and open the MCP Server settings. -
Add a New Server:
Click on the ‘Add Server’ button to begin the configuration process.
- Enter JSON Configuration:
Add the following JSON configuration, replacing the placeholder URL with your actual FlowMattic MCP Server URL.
{
"flowmattic": {
"command": "npx",
"args": [
"mcp-remote",
"https://flowmattic.com/v1/mcp-server/*************",
"--transport",
"http-only"
],
"env": {},
"working_directory": null,
"start_on_launch": true
}
}
- Save and Start the Server:
After entering the configuration, click ‘Save’ to store the settings. Then, click ‘Start’ to activate the server.
Additional Tips:
- Double-check the MCP URL from FlowMattic to ensure accuracy.
- If you encounter any errors, verify the JSON structure and ensure all necessary fields are included.
- Make sure the server status is showing as Running.
By following these steps, you can successfully configure the FlowMattic MCP Server in Warp and start utilizing its features.