Notion MCP
Install
npx @notion/mcp-server
About
Read and write Notion pages, databases, and blocks through MCP. Create documents, query databases, manage content — integrate your AI agent with your Notion workspace.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"notion-mcp": {
"command": "npx @notion/mcp-server"
}
}
}