Connect Flowgear MCP to Claude Code
This document describes the steps to connect a Flowgear MCP Server to Claude Code.
Requirements
- Paid plan for Claude or Claude Console account - Claude code for users on Pro, Max, Team, and Enterprise plans or with a Claude Console account.
System Requirements
- Operating Systems: macOS 13.0+, Ubuntu 20.04+/Debian 10+, or Windows 10+ (with WSL 1, WSL 2, or Git for Windows).
- Hardware: 4 GB+ RAM.
- Network: Internet connection required (see
Network Configuration). - Shell: Works best in Bash or Zsh.
- Location: Anthropic supported countries.
Steps
Verify the MCP Server URL - Copy the Environment hostname from the Flowgear Console, then open
https://<environment-hostname>/mcpin a browser and confirm that Flowgear displays its Workflow MCP server guidance. If it does not, see how to Verify the MCP Endpoint before you continue.Install Claude Code:
- macOS, Linux, WSL:
curl -fsSL https://claude.ai/install.sh | bash - Windows PowerShell:
irm https://claude.ai/install.ps1 | iex - Windows CMD:
curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
- macOS, Linux, WSL:
Navigate to your project and start Claude Code:
cd your-awesome-project claudeGet the MCP Server URL from the Flowgear Console. Click
Create→MCP, select the target Environment in theEnvdropdown, and copyServer URL. Then add the Flowgear MCP server, where<url>is the URL you copied:
claude mcp add --transport http <name> <url>Use
claude /mcpto authenticate with remote servers since the Flowgear MCP Server requires OAuth 2.0 authentication. Follow the prompts toAuthenticate. This will open a new browser window and redirect back after successful authentication.Once connected, Claude Code can now invoke tools available on the Flowgear MCP Server.
See also
Flowgear MCP Server
Enable a V1 Workflow as a MCP Tool
Connect Flowgear MCP to Claude
Connect Flowgear MCP to ChatGPT
Read more
Model Context Protocol
Connect to remote MCP Servers
Claude Code overview
Connect Claude Code to tools via MCP