{ "name": "adobe-commerce-docs-mcp", "version": "2.0.7", "mcpName": "io.github.jigarkkarangiya/adobe-commerce-docs-mcp", "description": "MCP server for Adobe Commerce / Magento 2 documentation. Gives AI assistants (Claude, Cursor, Cline, Windsurf) direct access to official Adobe Commerce docs \u2014 products, orders, catalog, checkout, B2B, cloud, and more.", "type": "module", "main": "dist/index.js", "types": "./dist/index.d.ts", "bin": { "adobe-commerce-docs-mcp": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "build:snapshot": "node scripts/build-snapshot.mjs", "prepublishOnly": "npm run build && npm run build:snapshot", "start": "node dist/index.js", "start:http": "node dist/index.js --http", "dev": "tsx src/index.ts", "dev:http": "tsx src/index.ts --http", "test": "tsx --test tests/*.test.ts" }, "keywords": [ "mcp", "mcp-server", "model-context-protocol", "adobe-commerce", "adobe-commerce-docs", "magento", "magento2", "magento-2", "ecommerce", "documentation", "docs", "ai", "ai-tools", "ai-agent", "llm", "llm-tools", "cursor", "claude", "anthropic", "cline", "windsurf", "copilot", "vscode", "adobe", "adobe-experience-cloud", "b2b", "checkout", "catalog" ], "license": "SEE LICENSE IN LICENSE", "author": "Jigar Karangiya", "repository": { "type": "git", "url": "https://github.com/jigarkkarangiya/adobe-commerce-docs-mcp" }, "homepage": "https://github.com/jigarkkarangiya/adobe-commerce-docs-mcp#readme", "bugs": { "url": "https://github.com/jigarkkarangiya/adobe-commerce-docs-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "fast-xml-parser": "^5.11.1" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" } }