Steps checked against the Claude Code documentation on September 24, 2026.
Add Copyfy
- OAuth (recommended)
- API key
1
Add the server
Terminal
--scope user makes Copyfy available in every project. Leave it out to add Copyfy to the current project only.2
Sign in
Start Claude Code, run
/mcp, select copyfy, and choose to authenticate. Sign in to Copyfy in your browser and click Allow access.You can also sign in from your shell with claude mcp login copyfy.3
Try it
Ask: “Use Copyfy to find 10 winning products in the Pets niche for the US.”
claude mcp list to check the connection. A server that still needs sign-in shows Needs authentication.
Share Copyfy with your team
To add Copyfy to a repository, create.mcp.json at the project root, or run the OAuth command above with --scope project. Each teammate then signs in with their own Copyfy account.
.mcp.json
.mcp.json
Fallback
Copy the URLhttps://app.copyfy.io/mcp and add it as an HTTP server named copyfy in ~/.claude.json or .mcp.json with the format above.
Disconnect
Runclaude mcp remove copyfy --scope user (use the scope you added it with). To revoke access from the Copyfy side, click Revoke under Connected apps or revoke the key on the Integrations page.
Having trouble? See Troubleshooting.