Hosted Notion MCP server with OAuth
Hosted Notion MCP server that provides secure OAuth-based access to your Notion workspace. No local installation required.
{
"mcpServers": {
"notion-remote": {
"mcpServers": {
"notionMCP": {
"args": [
"-y",
"mcp-remote",
"https://mcp.notion.com/mcp"
],
"command": "npx"
}
}
}
}
}