VS Code
Ready IDEVS 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
- Create an API key for Watermarks Remover.
- Ensure GitHub Copilot is installed and MCP is enabled.
- Open the Command Palette and run MCP: Add Server, or create .vscode/mcp.json.
- 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.