MCP Server
MCP
io.github.shck-dev/notion-mcp
Notion MCP server — search, export, and import pages as markdown
Install
npx -y @shck-dev/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@shck-dev/notion-mcp",
"version": "0.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Notion token_v2 cookie value from browser DevTools",
"isRequired": true,
"isSecret": true,
"name": "NOTION_TOKEN"
},
{
"description": "Notion user ID from x-notion-active-user-header",
"isRequired": true,
"name": "NOTION_USER_ID"
},
{
"description": "Notion workspace ID from API request body",
"isRequired": true,
"name": "NOTION_SPACE_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment