Official Notion MCP server for workspace integration
Official MCP server from Notion for integrating AI tools with your Notion workspace. Access pages, databases, and content through a standardized protocol.
{
"mcpServers": {
"notion": {
"mcpServers": {
"notionApi": {
"env": {
"NOTION_TOKEN": "ntn_YOUR_TOKEN"
},
"args": [
"-y",
"@notionhq/notion-mcp-server"
],
"command": "npx"
}
}
}
}
}