package.json•1.96 kB
{
"name": "mcp-nextcloud",
"version": "1.0.0",
"description": "A Model Context Protocol (MCP) server for Nextcloud integration, providing 30+ tools for Notes, Calendar, Contacts, Tables, and WebDAV operations with advanced unified search capabilities",
"type": "module",
"main": "dist/index.js",
"module": "./src/index.ts",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"bin": {
"mcp-nextcloud": "dist/cli.js"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"start": "ts-node src/app.ts",
"mcp": "node dist/cli.js",
"tunnel": "npx localtunnel --port 3000",
"open": "node open.js",
"dev": "npx @smithery/cli@1.2.14 dev",
"deploy": "npm run build && npx @smithery/cli@1.2.14 deploy",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hithereiamaliff/mcp-nextcloud.git"
},
"keywords": [
"mcp",
"model-context-protocol",
"nextcloud",
"ai",
"llm",
"claude",
"gpt",
"gemini",
"automation",
"webdav",
"caldav",
"carddav",
"notes",
"calendar",
"contacts",
"tables",
"search",
"file-management"
],
"author": "hithereiamaliff",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/hithereiamaliff/mcp-nextcloud/issues"
},
"homepage": "https://github.com/hithereiamaliff/mcp-nextcloud#readme",
"devDependencies": {
"@smithery/cli": "^1.2.16",
"@types/node": "^24.3.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.0",
"typescript": "^5.9.2"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"axios": "^1.11.0",
"dotenv": "^16.4.5",
"fast-xml-parser": "^5.2.5",
"localtunnel": "^2.0.2",
"npm-run-all": "^4.1.5",
"ts-node-dev": "^2.0.0",
"zod": "^3.25.57"
}
}