home / mcp / a1d mcp server

A1D MCP Server

A1D team mcp server

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "aigc-hackers-mcp-server": {
      "url": "https://mcp.a1d.ai/sse",
      "headers": {
        "MCP_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

The A1D MCP Server offers AI image and video processing tools through the MCP protocol, enabling you to perform tasks like background removal, upscaling, vectorization, and generation from a single, centralized service.

How to use

Once you have configured your MCP client to connect to the A1D MCP Server, you can request AI tools directly from your assistant. You can ask for tasks such as removing backgrounds, upscaling images or videos, converting images to vector graphics, expanding image boundaries, or generating new images from text descriptions. These tools are exposed via the MCP endpoint and are available to any compatible MCP client.

How to install

Prerequisites: you need a modern runtime capable of running MCP clients and a valid API key from A1D.ai.

Step 1 — Get your API key - Visit A1D.ai to obtain your free API key. If you want to use the service beyond the free tier, you can purchase credits for extended usage.

Step 2 — Connect your MCP client
- For Claude Desktop you will configure the client with the following JSON. This uses npx to run the MCP client and connects to the A1D MCP Server with your API key supplied in the header.
{
  "mcpServers": {
    "a1d": {
      "command": "npx",
      "args": [
        "mcp-remote@latest",
        "https://mcp.a1d.ai/sse",
        "--header",
        "api_key:${MCP_API_KEY}"
      ],
      "env": {
        "MCP_API_KEY": "your_api_key_here"
      }
    }
  }
}

For MCP Inspector

Start the inspector and configure the transport to SSE, pointing it at the A1D MCP Server URL with your API key in the header.

npx @modelcontextprotocol/inspector
```

Configure Transport Type: SSE
URL: https://mcp.a1d.ai/sse
Header: api_key: your_api_key_here

For other MCP clients

Use the MCP server URL and the API key in the request header when configuring your client.

URL: https://mcp.a1d.ai/sse
Header: api_key: your_api_key_here

Restart Your Client

After you save the configuration, restart your MCP client to ensure the A1D tools appear and are ready to use.

Available tools

remove_bg

AI background removal to extract foreground subjects from images

image_upscaler

Upscale images to higher resolutions (2x, 4x, 8x, 16x)

video_upscaler

Enhance video quality and resolution

image_vectorization

Convert images to scalable vector graphics (SVG)

image_extends

Expand image boundaries intelligently

image_generator

Generate images from text descriptions