MCP Server
MCP
io.github.awkoy/notion-mcp-server
Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "notion-mcp-server",
"version": "2.13.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Notion Personal Access Token (ntn_...) or Internal Integration Secret. Create at https://app.notion.com/developers/tokens",
"isRequired": true,
"isSecret": true,
"name": "NOTION_TOKEN"
},
{
"description": "Optional default parent page ID used by create_page / create_database when no parent is passed.",
"name": "NOTION_PAGE_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment