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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_akeneo_pim_rest_api_api_key with your actual akeneo pim rest api api key
Endpoints
POST
/api/oauth/v1/tokenGet authentication token
GET
/api/rest/v1Get list of all endpoints
GET
/api/rest/v1/asset-categoriesGet list of PAM asset categories
POST
/api/rest/v1/asset-categoriesCreate a new PAM asset category
PATCH
/api/rest/v1/asset-categoriesUpdate/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-familiesGet list of asset families
GET
/api/rest/v1/asset-families/{asset_family_code}/assetsGet the list of the assets of a given asset family
PATCH
/api/rest/v1/asset-families/{asset_family_code}/assetsUpdate/create several assets