Flowxtra Documentation

MCP Setup

Installing and configuring the Flowxtra MCP Server

MCP Setup

Prerequisites

  • Node.js 18+ installed
  • Flowxtra API Key (Settings > Integrations)

Claude Desktop Configuration

Update your Claude Desktop config file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

Add Flowxtra to the mcpServers object:

{
  "mcpServers": {
    "flowxtra": {
      "command": "npx",
      "args": [
        "-y",
        "@flowxtra/mcp-server"
      ],
      "env": {
        "FLOWXTRA_API_KEY": "fk_live_..."
      }
    }
  }
}

Restart Claude Desktop. You should now see the Flowxtra tools icon 🔌.

On this page