Skip to main content
Glama

Notion MCP Server

by yihaoWang
package.json727 B
{ "name": "notion-mcp-server", "version": "1.0.0", "description": "MCP server for Notion API integration", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/main.ts", "start": "node dist/main.js", "watch": "tsx --watch src/main.ts", "test": "node test-server.js", "test:integration": "NOTION_API_KEY=test npm run dev" }, "keywords": ["mcp", "notion", "model-context-protocol"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@notionhq/client": "^5.0.0", "dotenv": "^17.2.2" }, "devDependencies": { "@types/node": "^24.3.1", "tsx": "^4.20.5", "typescript": "^5.9.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yihaoWang/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server