Skip to content
MCP-Bridge
Developer Tools

Akeneo PIM REST API Claude Desktop Config

Add the Akeneo PIM REST API 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": {
    "akeneo-com": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/akeneo-com"
      ],
      "env": {
        "AKENEO_PIM_REST_API_API_KEY": "your_akeneo_pim_rest_api_api_key"
      }
    }
  }
}

Environment Variables

AKENEO_PIM_REST_API_API_KEY

Replace your_akeneo_pim_rest_api_api_key with your actual akeneo pim rest api api key

Endpoints

POST/api/oauth/v1/token

Get authentication token

GET/api/rest/v1

Get list of all endpoints

GET/api/rest/v1/asset-categories

Get list of PAM asset categories

POST/api/rest/v1/asset-categories

Create a new PAM asset category

PATCH/api/rest/v1/asset-categories

Update/create several PAM asset categories

GET/api/rest/v1/asset-categories/{code}

Get a PAM asset category

PATCH/api/rest/v1/asset-categories/{code}

Update/create a PAM asset category

GET/api/rest/v1/asset-families

Get list of asset families

GET/api/rest/v1/asset-families/{asset_family_code}/assets

Get the list of the assets of a given asset family

PATCH/api/rest/v1/asset-families/{asset_family_code}/assets

Update/create several assets