This page is about the Flowboard Docs MCP at
https://docs.flow-board.co/mcp. It exposes the Flowboard documentation directly to your IDE so your agent can follow the latest setup steps automatically.This works well for any Flowboard-supported stack, including React Native, Expo development builds, Flutter, iOS / Swift (UIKit or SwiftUI), and native Android.Before you start
Make sure you have:- An existing app project opened in your IDE
- Access to Flowboard Studio
- One published flow
- One API key for your mobile app integration
1. Add the Flowboard Docs MCP to your IDE
Cursor
Cursor
Create
.cursor/mcp.json in your project, or ~/.cursor/mcp.json for a global setup.VS Code
VS Code
Create
.vscode/mcp.json in your workspace.Windsurf
Windsurf
Open Windsurf Settings → Tools → Windsurf Settings → Add Server. For raw config, edit
~/.codeium/mcp_config.json.Antigravity
Antigravity
Open the agent panel, click If your Antigravity build expects
... → MCP Servers → Manage MCP Servers → View raw config, then update mcp_config.json.url instead of serverUrl, use the same endpoint under url.Codex
Codex
Add the MCP with the CLI:Or add it directly in
~/.codex/config.toml:2. Ask your agent to do the setup
Once the MCP is connected, open your app root in the IDE and paste a prompt like this:3. What the agent should do
With the docs MCP available, your IDE agent should be able to:- Choose the correct Flowboard setup path for your stack
- Install the right package or SDK
- Initialize Flowboard in app startup
- Add any required provider or runtime wiring
- Add a button on the first screen that launches a flow
- Leave the app in a runnable state
4. Verify
After the agent finishes:- Start the app with your normal development setup
- Open the first screen
- Tap the button the agent added
- Confirm your published flow opens correctly