Notion
OfficialbyNotion
The official Notion MCP server provides full access to Notion's workspace through a hosted MCP endpoint. Create and edit pages, query databases, manage comments, and search across your entire workspace. Supports OAuth authentication and runs as a remote Streamable HTTP server.
API Key Required
Configuration
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com",
"headers": {
"Authorization": "Bearer your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.