{
"name": "@sjotie/notion-mcp-server",
"version": "1.0.3",
"description": "MCP server for Notion integration",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [
"notion",
"mcp",
"model-context-protocol"
],
"author": "Sjotie",
"license": "MIT",
"bin": {
"notion-mcp-server": "./server.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.7.0",
"@notionhq/client": "^2.2.16",
"dotenv": "^16.4.7",
"zod": "^3.24.2"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sjotie/notionMCP.git"
},
"bugs": {
"url": "https://github.com/Sjotie/notionMCP/issues"
},
"homepage": "https://github.com/Sjotie/notionMCP#readme"
}