Claude Code add command
Official hosted endpoint add path from Notion docs.
claude mcp add --transport http notion https://mcp.notion.com/mcpWorkspace Connection Console
The current Notion MCP decision is not just "how do I connect?" It is whether you should stay on Notion's hosted OAuth path, bridge that hosted path into a stdio-only client, or deliberately own a local token-based fallback lane for headless work. This page is structured to help you make that decision fast.
Most users should not start by building a local token server anymore. Hosted MCP is the cleaner default. The real half-tool value of this page is showing when that default breaks down and what the safe fallback looks like.
Default answer: hosted OAuth is usually correct unless your client or environment blocks it.
Common blocker: page visibility and sharing, not transport.
Fallback rule: only move to local token lanes when the hosted path truly fails your use case.
Connection Workbench
Filter by goal, auth path, and ownership. The workbench ranks the correct Notion lane, exposes safe copy blocks, and gives you reusable read/write templates plus the fastest troubleshooting answers.
Primary goal
Auth path
Operating model
Best-fit recommendation
Best first choice for most users because Notion now offers a hosted remote MCP endpoint with standard OAuth instead of forcing local token setup.
Choose when
Avoid when
Selected path assets
Claude Code add command
Official hosted endpoint add path from Notion docs.
claude mcp add --transport http notion https://mcp.notion.com/mcpRemote MCP config
Use this shape in clients that can connect directly to remote MCP URLs.
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}Execution steps
Operator notes
Reusable workflow templates
Ask the agent to read the exact project spec page instead of relying on stale chat summaries.
Use Notion MCP to search for the project specification page, open the requirements section, summarize the delivery constraints into a concise implementation brief, and list any missing details you still need from me.Expected outcome
The coding session starts from the real workspace spec, not a half-remembered summary.
Runbook
Turn one raw meeting recap into a clean workspace artifact with action items.
Use Notion MCP to create or update today's meeting notes page. Add the summary, list decisions, and create a short action-items section with owners and due dates if they are available in the transcript I provide.Expected outcome
A raw conversation becomes structured workspace documentation without manual page editing.
Runbook
Useful when the agent already collected browser or API research and now needs to store it cleanly.
Use Notion MCP to append structured rows into the target research database. Each row should include source, title, summary, and one next-step field. If the database is missing a property needed for this import, stop and ask before writing.Expected outcome
Research stops living in one chat thread and turns into a reusable shared asset.
Runbook
Troubleshooting desk
Likely cause
The page or parent page was never shared to the connected integration or app.
Fastest fix
Share the exact page or its parent to the active Notion connection, then rerun a simple read action before deeper debugging.
Likely cause
The client cannot speak remote MCP URLs natively.
Fastest fix
Use `mcp-remote` as a stdio bridge to the hosted Notion MCP endpoint instead of jumping straight to a local token server.
Likely cause
The workflow genuinely needs a non-interactive token-based lane rather than the hosted interactive path.
Fastest fix
Move that workload into the local token fallback lane and keep the secret in runtime environment variables only.
Likely cause
Older guides still bias people toward local token setup even though Notion now recommends hosted MCP first.
Fastest fix
Reset the default in your docs and only keep the token lane for explicit advanced cases.
Mode Comparison
The biggest mistake on this keyword is treating every lane as equally current. Hosted MCP is the modern default. The other lanes exist, but they should be chosen on purpose.
| Mode | Auth | Maintenance | Best use | Main caution |
|---|---|---|---|---|
| Hosted OAuth | interactive OAuth | lowest | most Claude Code users and shared workspace browsing | needs remote MCP or a bridge |
| stdio bridge | hosted OAuth through mcp-remote | low to medium | stdio-only clients that still want hosted MCP | adds one extra moving part |
| Local token fallback | integration token | medium to high | headless automation or legacy local operation | no longer the primary official recommendation |
| Docker fallback | integration token | highest | teams already running containerized local services | avoid unless container ops already exist |
Execution Brief
Use this page as a rollout checklist, not just reference text.
Tool Mapping Lens
Catalog-oriented pages work best when users can map discovery, evaluation, and rollout in a clear path instead of reading an undifferentiated list.
Use this board for Notion MCP Server before rollout. Capture inputs, apply one decision rule, execute the checklist, and log outcome.
Input: Objective
Deliver one measurable improvement with notion mcp server
Input: Baseline Window
20-30 minutes
Input: Fallback Window
8-12 minutes
| Decision Trigger | Action | Expected Output |
|---|---|---|
| Input: one workflow objective and release owner are defined | Run preview execution with fixed acceptance criteria. | Go or hold decision backed by repeatable evidence. |
| Input: output quality below baseline or retries increase | Limit scope, isolate root issue, and rerun controlled test. | One confirmed correction path before wider rollout. |
| Input: checks pass for two consecutive replay windows | Promote to broader traffic with fallback path active. | Stable rollout with low operational surprise. |
tool=notion mcp server objective= preview_result=pass|fail primary_metric= next_step=rollout|patch|hold
Notion MCP Server is the connection layer that lets MCP-compatible clients treat your Notion workspace as an active knowledge system instead of a static document archive. Once connected, an agent can search for pages, read blocks, inspect database structure, and write updates back into the workspace. The real operator value is that documentation, planning, and execution stop living in separate contexts.
The important change in 2026 is that Notion now offers a hosted MCP path with OAuth. That shifts the default recommendation. Many older guides still start with local token setup because that used to be the practical route, but the official hosted endpoint is now the cleaner answer for most interactive users. This changes the decision tree, because the first question is no longer "how do I get a token?" It is "can my client use hosted MCP directly?"
That distinction matters because the wrong default creates maintenance work immediately. If hosted OAuth is available, it usually removes avoidable secret handling and local server sprawl. If your client is stdio-only, a bridge like `mcp-remote` is often the better intermediate step. Only when interactive OAuth is impossible or the workflow is truly headless should you move into local token fallback territory.
This is why a utility-first page beats a generic article here. A user searching for "notion mcp server" is normally trying to decide between official hosted access, a bridge path, or a token-based fallback while avoiding permission confusion and stale setup advice.
Start by testing the hosted path first. Add the hosted Notion MCP endpoint to Claude Code or another compatible client, complete the OAuth flow, and ask the agent to search for one known page or database. This gives you the cleanest answer to the most important question: does the official path already solve the actual job? If the answer is yes, stop there. Do not complicate the setup just because older tutorials look more technical.
If your client cannot connect directly to a remote MCP URL, use `mcp-remote` as a bridge before you abandon the hosted lane. That keeps you aligned with the newer official path while satisfying stdio-only client behavior. The bridge adds one extra component, but it is still often cleaner than moving the whole workflow into a local token server that you now have to maintain and secure.
Only move to a local token-based fallback when the workload truly needs it. Typical cases include headless automation or tightly controlled internal environments where interactive OAuth is not viable. Even then, keep the token in environment variables, not hardcoded config, and remember that permission errors after connection are usually page-sharing issues inside Notion rather than problems with the transport you chose.
Finally, keep your workflows narrow. Read one known page, confirm one database schema, write one non-destructive update, and only then expand. Notion MCP becomes reliable when connection choice, page permissions, and write scope are all introduced deliberately instead of all at once.
Treat this page as a decision map. Build a shortlist fast, then run a focused second pass for security, ownership, and operational fit.
When a team keeps one shared selection rubric, tool adoption speeds up because evaluators stop debating criteria every time a new option appears.
Outcome: The coding session starts from the real workspace source of truth rather than a stale summary.
Outcome: A stdio-only client can still use the modern hosted Notion path without forcing a local token server.
Outcome: Research becomes a shared, queryable workspace asset instead of one-off chat output.
Notion MCP Server is the bridge that lets MCP-compatible clients search, read, and update your Notion workspace through a structured tool interface. In practice, it turns Notion from static documentation into a workspace your coding agent can query and act on.
Most users should choose Notion's hosted MCP endpoint with OAuth first. It is the officially supported path, it works with remote MCP clients, and it avoids pushing people straight into local token management when they only need interactive workspace access.
You need `mcp-remote` when your client can launch stdio processes but cannot connect directly to a remote MCP URL. It acts as a bridge so a stdio-only client can still talk to Notion's hosted remote MCP endpoint.
No. Notion now recommends the hosted MCP path first. The open-source local server exists as a fallback for more advanced or legacy cases, but the registry notes that it is not actively monitored and may sunset over time.
In most cases the workspace connection is fine, but the specific page or database was never shared to the integration or connected app that your MCP path is using. The problem is usually permissions and scope, not transport.
Use Docker only when you already need a containerized local fallback server and are prepared to own that lane. It is not the right first move for users who simply want Claude Code connected to Notion quickly.
Send the exact workflow you are solving and we will prioritize a new comparison or rollout guide.