Claude Code
Add FormMaker to Claude Code from the terminal.
Add the server
Copy your connector URL from the dashboard, then run:
claude mcp add --transport http formmaker "https://mcp.formmaker.co.in/mcp?key=fm_live_YOUR_KEY"Replace the URL with the one from your dashboard — key included.
Check it worked
claude mcp listformmaker should be listed and connected. Then ask, in a session:
list my HubSpot forms
If it doesn't work
- "Unknown or missing API key" — the shell ate part of the URL. Keep it in quotes;
the
?and&are shell metacharacters. - Server not listed — re-run
claude mcp listin a new session.
This command puts your private key in your shell history. That's usually fine on your own machine — but don't commit it, don't paste it into a shared script, and rotate it from the dashboard if it ends up somewhere it shouldn't.