package.json•1.24 kB
{
"name": "cursor-mcp-installer-free",
"version": "0.1.3",
"bin": {
"cursor-mcp-installer-free": "lib/index.mjs"
},
"description": "A MCP server to install other MCP servers in Cursor",
"main": "lib/index.mjs",
"type": "module",
"scripts": {
"prepare": "tsc && shx chmod +x ./lib/index.mjs",
"build": "tsc",
"test": "echo \"No tests specified\"",
"prepublishOnly": "npm run build",
"publish-public": "npm publish --access public"
},
"author": "Matthew Cage",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.1",
"rimraf": "^6.0.1",
"spawn-rx": "^4.0.0"
},
"devDependencies": {
"shx": "^0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"keywords": [
"cursor",
"mcp",
"installer",
"ModelContextProtocol"
],
"repository": {
"type": "git",
"url": "git+https://github.com/matthewdcage/cursor-mcp-installer.git"
},
"bugs": {
"url": "https://github.com/matthewdcage/cursor-mcp-installer/issues"
},
"homepage": "https://github.com/matthewdcage/cursor-mcp-installer#readme",
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib/**/*"
]
}