VS Code

Ready IDE

VS Code supports MCP through the GitHub Copilot extension. Create a project mcp.json and the tools become available to Copilot.

You need

  • VS Code with GitHub Copilot
  • A Watermarks Remover API key

Install

  1. Create an API key for Watermarks Remover.
  2. Ensure GitHub Copilot is installed and MCP is enabled.
  3. Open the Command Palette and run MCP: Add Server, or create .vscode/mcp.json.
  4. Paste the block below with your API key, then reload the window.

Configuration

json

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

Notes

  • MCP requires GitHub Copilot. Check the Copilot version for the supported server types.
← All integrations