@mcpmarket/mcp-auto-install
Version:
MCP server that helps install other MCP servers automatically
49 lines • 1.01 kB
JSON
{
"name": "@mcpmarket/mcp-auto-install",
"version": "0.1.9",
"description": "MCP server that helps install other MCP servers automatically",
"type": "module",
"main": "./dist/index.js",
"bin": "./dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
}
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"keywords": [
"mcp",
"modelcontextprotocol",
"server",
"auto-install",
"ai",
"llm",
"claude",
"automation"
],
"author": "whatprototype",
"license": "MIT",
"dependencies": {
"cac": "^6.7.14",
"npx-scope-finder": "^1.3.0",
"zod": "^3.22.4",
"@modelcontextprotocol/sdk": "^1.8.0"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "tsc && node build.js",
"start": "node dist/index.js",
"dev": "ts-node --esm src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
}
}