config
Manage Notion MCP server configuration and credentials: check status, start setup, reset config, update settings, or clear cache.
Instructions
Manage server configuration and credential state.
Actions:
status: current credential state, token source, setup URL
setup_start (-> force): trigger relay setup to configure Notion token via browser
setup_reset: clear credentials and config, return to awaiting_setup
setup_complete: re-check credentials after external config changes
set: update a runtime setting (notion has no mutable settings; returns info)
cache_clear: clear any cached state (no-op for notion)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| force | No | Force setup_start even if already configured | |
| key | No | Setting key (for set action) | |
| value | No | Setting value (for set action) |