notion-remote-mcp
Use Notion through mcporter backed by https://mcp.notion.com/mcp.
The OAuth token is injected automatically via $env:NOTION_MCP_OAUTH_TOKEN. Never ask the user for a token.
Workflow
- Verify tools with
mcporter list notion --schema. - Search before assuming page, database, or block IDs.
- Read current page, database, or block content before writing.
- Confirm destructive or broad changes such as archiving, overwriting, or bulk edits.
Common Tools
search- find pages and databases.retrieve_page,retrieve_block_children,retrieve_database- inspect content and schemas.append_block_children,update_block,delete_block- edit page content.query_database,create_database_item- work with database rows.create_page,update_page- create pages or update properties.
If multiple search results look similar, ask the user to choose the target.
If auth fails, tell the user to reconnect Notion in Maverick settings.