Notion
Freeby MCP Community
Read, create, and manage Notion pages, databases, and blocks.
v1.0.0Added Dec 15, 2024
notionwikinotes
Notion MCP Server
Read, create, and manage Notion pages, databases, and blocks.
Features
- Page CRUD
- Database queries
- Workspace search
- Block manipulation
- Comments
Installation
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-notion"]
}
}
}
Reviews
Installation
Quick install
npx -y @modelcontextprotocol/server-notion
Add to claude_desktop_config.json
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-notion"]
}
}
}