@wh1teee/strapi-mcp
Version:
High-performance MCP server for Strapi CMS with 95% smaller API responses, intelligent field selection, and Strapi v5+ compatibility
63 lines (62 loc) • 1.7 kB
JSON
{
"name": "@wh1teee/strapi-mcp",
"version": "0.3.1",
"description": "High-performance MCP server for Strapi CMS with 95% smaller API responses, intelligent field selection, and Strapi v5+ compatibility",
"private": false,
"keywords": [
"strapi",
"cms",
"content-management",
"mcp",
"headless-cms",
"performance",
"optimization",
"lightweight",
"api",
"strapi-v5",
"documentId",
"model-context-protocol"
],
"author": "l33tdawg <l33tdawg@hackinthebox.org>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wh1teee/strapi-mcp.git"
},
"homepage": "https://github.com/wh1teee/strapi-mcp#readme",
"bugs": {
"url": "https://github.com/wh1teee/strapi-mcp/issues"
},
"type": "module",
"main": "build/index.js",
"bin": {
"strapi-mcp": "build/index.js",
"wh1teee-strapi-mcp": "build/index.js"
},
"files": [
"build",
"README.md",
"CLAUDE.md",
"marketplace.json"
],
"scripts": {
"build": "tsc --skipLibCheck && chmod +x build/index.js",
"prepare": "npm run build",
"watch": "tsc --watch",
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
"generate-test-image": "node scripts/generate-test-image.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.10.2",
"axios": "^1.6.7",
"dotenv": "^16.4.5",
"form-data": "^4.0.2"
},
"devDependencies": {
"@types/form-data": "^2.2.1",
"@types/node": "^20.11.24",
"canvas": "^3.1.0",
"dotenv-cli": "^8.0.0",
"typescript": "^5.3.3"
}
}