Skip to content
MCP-Bridge
Developer Tools

APIMATIC API Transformer Claude Desktop Config

Add the APIMATIC API Transformer MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apimatic-io": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apimatic-io"
      ],
      "env": {
        "APIMATIC_API_TRANSFORMER_API_KEY": "your_apimatic_api_transformer_api_key"
      }
    }
  }
}

Environment Variables

APIMATIC_API_TRANSFORMER_API_KEY

Replace your_apimatic_api_transformer_api_key with your actual apimatic api transformer api key

Endpoints

POST/transform

Transform API Descriptions from/to various formats