Available tools
Project tools
Design System tools
Typical workflow
Getting your API key
- Go to Settings → MCP in VibeFlow.
- Click Create API Key to generate your key.
- Copy the MCP URL and API Key. You’ll need both when connecting.
Transport
Authentication is passed as a bearer token in the
Authorization header:
Connecting your client
Claude Code
Run the following command in your terminal:YOUR_API_KEY with the key from your Settings page.
Cursor
Cursor usesmcp-remote as a bridge for HTTP-based MCP servers. Add the following to your Cursor MCP config (~/.cursor/mcp.json or the MCP settings panel):
YOUR_API_KEY with the key from your Settings page.
Other MCP clients
For any other client that supports Streamable HTTP transport, configure it with:- MCP URL:
https://tool.vibeflow.ai/mcp - Auth header:
Authorization: Bearer YOUR_API_KEY

