ext.systems MCP Server

This is a Model Context Protocol server for the ext.systems image generation API.

Setup

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "ext-systems": {
      "url": "https://mcp.ext.systems/mcp",
      "headers": {
        "Authorization": "Bearer ext_your-api-key-here"
      }
    }
  }
}

Authentication

All requests to POST /mcp require a Bearer token in the Authorization header. Get your API key at ext.systems/settings/keys.

Available Tools

Links