Claude

Ready Chat

Claude Desktop reads a settings file and can run remote MCP servers. This covers Claude Desktop. Claude.ai connectors need an OAuth flow and are planned for a later release.

You need

  • Claude Desktop installed
  • A Watermarks Remover API key

Install

  1. Create an API key for Watermarks Remover.
  2. Open Claude Desktop, go to Settings > Developer, and choose Edit Config.
  3. Add the server block below to the mcpServers object with your API key.
  4. Restart Claude Desktop, then look for the clean_text and clean_file tools.

Configuration

json

{
  "mcpServers": {
    "watermarks-remover": {
      "type": "http",
      "url": "https://watermarks-remover.com/mcp",
      "headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
    }
  }
}

Notes

  • Claude.ai (web) requires a connector. It is not ready yet.
  • Check your Claude Desktop version for the exact settings key name.
← All integrations