Claude
Ready ChatClaude 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
- Create an API key for Watermarks Remover.
- Open Claude Desktop, go to Settings > Developer, and choose Edit Config.
- Add the server block below to the mcpServers object with your API key.
- 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.