Cursor

Ready IDE

Cursor reads an mcp.json file and exposes the configured MCP tools to the agent. Use the project file .cursor/mcp.json or the user file ~/.cursor/mcp.json.

You need

  • Cursor installed
  • A Watermarks Remover API key

Install

  1. Create an API key for Watermarks Remover.
  2. Create or edit .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for all projects.
  3. Paste the block below with your API key.
  4. Reload Cursor (or restart it) and confirm the tools are listed.

Configuration

json

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

Notes

  • The API key stays in this file. Keep it out of version control for the project file.
← All integrations