Claude Code
Ready AgentClaude Code connects to any remote MCP server over HTTP. Add the Watermarks Remover server once, then ask Claude to clean text or files inside your terminal workflow.
You need
- Claude Code installed
- A Watermarks Remover API key
Install
- Sign in to Watermarks Remover and create an API key.
- Open a terminal in the project you want Claude Code to work in.
- Run the command below. Replace the API key placeholder with your key.
- Restart Claude Code, then confirm the tools are available with: /mcp
Configuration
bash
claude mcp add --transport http \
--header "Authorization: Bearer <YOUR_API_KEY>" \
watermarks-remover https://watermarks-remover.com/mcp
Notes
- Set the header to the exact API key you created. It is billed from your API credit balance.