codex - 💡(How to fix) Fix Notion connector tools remain 401 after reconnect in Codex desktop

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

The Codex desktop app can discover Notion connector tools after reinstall/reconnect, but the tools still fail with 401 Reauthentication required. The UI does not make it clear whether Notion is installed, authenticated, enabled as an MCP server, or only available as a plugin connector.

Error Message

  • If a connector is discovered but unusable due to auth, show that status in tool discovery or the tool error with a user-actionable remediation.

Root Cause

The Codex desktop app can discover Notion connector tools after reinstall/reconnect, but the tools still fail with 401 Reauthentication required. The UI does not make it clear whether Notion is installed, authenticated, enabled as an MCP server, or only available as a plugin connector.

Code Example

mcp__codex_apps__notion

---

401: "Server returned 401: 'Reauthentication required'"

---

unsupported call: mcp__notion__notion_fetch
RAW_BUFFERClick to expand / collapse

Summary

The Codex desktop app can discover Notion connector tools after reinstall/reconnect, but the tools still fail with 401 Reauthentication required. The UI does not make it clear whether Notion is installed, authenticated, enabled as an MCP server, or only available as a plugin connector.

Environment

  • Codex desktop app on macOS
  • Date observed: 2026-05-28
  • Notion plugin/connector was uninstalled, reinstalled, and reconnected by the user
  • Screenshot state: notion appears under "From plugins", while the main MCP server list only shows node_repl and playwright

Expected behavior

After reconnecting / reauthorizing Notion, the current Codex session should be able to use the Notion tools to fetch and update pages.

Actual behavior

Tool discovery exposes Notion tools under:

mcp__codex_apps__notion

But fetching a Notion page still fails:

401: "Server returned 401: 'Reauthentication required'"

The older mcp__notion__ namespace is no longer usable in this session:

unsupported call: mcp__notion__notion_fetch

Steps tried

  1. Uninstalled the Notion MCP/plugin from Codex settings.
  2. Reinstalled / reconnected Notion.
  3. Retried tool discovery.
  4. Retried mcp__codex_apps__notion._fetch against a Notion page URL.
  5. Still received 401 Reauthentication required.

Impact

  • Codex can discover Notion tools but cannot actually read or write Notion pages.
  • Reinstalling/reconnecting Notion does not appear to refresh the connector auth state available to the current Codex runtime.
  • The UI does not clearly distinguish:
    • installed plugin
    • connected OAuth account
    • active MCP server
    • connector requiring reauthentication

Requested improvements

  • Refresh Notion connector authentication after reconnect/reinstall so the current Codex session can use the tools.
  • Surface explicit status in the MCP/plugin UI: connected, needs auth, enabled as MCP, installed as plugin only, etc.
  • Provide a way to force-refresh connector auth for the current session without guessing whether a Codex restart is required.
  • If a connector is discovered but unusable due to auth, show that status in tool discovery or the tool error with a user-actionable remediation.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

After reconnecting / reauthorizing Notion, the current Codex session should be able to use the Notion tools to fetch and update pages.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING