@microagents/server-notion
Version:
MCP server for Notion API integration
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "@microagents/server-notion",
"version": "0.0.9",
"description": "MCP server for Notion API integration",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"mcp-notion": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsc && chmod +x dist/index.js",
"watch": "tsc -w",
"start": "node dist/index.js",
"prepublishOnly": "npm run build"
},
"contributors": [
"Suekou (https://github.com/suekou)",
"MicroAgents Team (https://microagents.dev)"
],
"license": "MIT",
"dependencies": {
"@microagents/common": "0.0.5",
"@modelcontextprotocol/sdk": "^1.0.0",
"@notionhq/client": "^2.2.14"
},
"devDependencies": {
"@types/node": "^20.11.28",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "https://github.com/microagents/mcp-servers.git",
"directory": "src/notion"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"mcp",
"claude",
"notion",
"ai",
"microagents"
],
"engines": {
"node": ">=20.0.0"
}
}