{ "name": "@shck-dev/notion-mcp", "version": "0.5.2", "mcpName": "io.github.shck-dev/notion-mcp", "description": "MCP server for Notion using internal API — search, export, and import pages as markdown. No workspace admin or OAuth needed, just your browser cookie.", "type": "module", "bin": { "notion-mcp": "dist/server.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "start": "bun run src/server.ts", "build": "bun build src/server.ts --target node --format esm --outfile dist/server.js && chmod +x dist/server.js", "prepublishOnly": "bun run build", "test": "bun test", "typecheck": "bunx tsc --noEmit" }, "keywords": [ "notion", "mcp", "mcp-server", "model-context-protocol", "markdown", "claude", "ai", "llm", "notion-api", "export", "import", "search", "productivity", "cursor", "claude-desktop" ], "author": { "name": "shck-dev", "url": "https://github.com/shck-dev" }, "repository": { "type": "git", "url": "git+https://github.com/shck-dev/notion-mcp.git" }, "homepage": "https://shck.dev/blog/notion-mcp", "bugs": { "url": "https://github.com/shck-dev/notion-mcp/issues" }, "license": "MIT", "engines": { "node": ">=18" }, "devDependencies": { "@types/bun": "latest", "typescript": "^5" } }