Cursor
Ready IDECursor 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
- Create an API key for Watermarks Remover.
- Create or edit .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for all projects.
- Paste the block below with your API key.
- 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.