loading…
Search for a command to run...
loading…
Read and write pages in your workspace
Let Claude read, search and update your Notion workspace. Perfect for drafting docs, capturing meeting notes, or querying your wiki.
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"@unyly/mcp-notion"
],
"env": {
"NOTION_TOKEN": "<your integration token>"
}
}
}
}These are the functions Claude can call when this MCP is active.
search_pagesread_pageupdate_pagecreate_pagequery_database