{
"name": "notion-mcp-server",
"version": "1.0.0",
"description": "MCP server for Notion integration",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "ts-node --esm src/index.ts"
},
"keywords": [
"notion",
"mcp",
"model-context-protocol"
],
"author": "",
"license": "ISC",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@notionhq/client": "^2.2.16",
"axios": "^1.8.1",
"cheerio": "^1.0.0",
"dotenv": "^16.4.7",
"ts-node": "^10.9.2",
"typescript": "^5.8.2",
"zod": "^3.24.2"
}
}