MCP / Setup
Set up CreatorBerry MCP
Add CreatorBerry’s hosted MCP server in Claude Code or Codex, then sign in and select a workspace.
Authentication
CreatorBerry uses browser-based OAuth. You sign in, choose a workspace, and approve access. No API key is needed. The endpoint is https://www.creatorberry.com/api/mcp.
Connect your client
Choose the client you use. Run the add command first, then the authentication command.
1. Add the server
claude mcp add --transport http --scope user creatorberry https://www.creatorberry.com/api/mcp2. Authenticate
claude mcp login creatorberryAlternatively, enter /mcp inside an interactive Claude Code session, select creatorberry, then Authenticate. Do not enter /mcp directly in PowerShell.
Sign in in your browser, choose a workspace, and approve access yourself.
Full Claude Code guideVerify
After approval in the browser, ask your client:
Use only the creatorberry MCP to list all my automation filters. Return only the filter names.The filters tool must return a result before setup is complete.
Troubleshooting
- Tools missing? Start a fresh Claude Code session or Codex task.
- Sign-in failed? Confirm the endpoint above and retry authentication.
- Wrong workspace? Disconnect or reauthorize, then select the intended workspace.
GitHub instructions
Prefer to let your agent read the setup guide? Give it the public repository link. The direct commands above are the shortest route.