claude-code - 💡(How to fix) Fix [FEATURE] Support multiple Notion MCP workspace connections per account [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

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…
GitHub stats
anthropics/claude-code#45120Fetched 2026-04-09 08:12:47
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Problem

Currently, a Claude account can only connect to one Notion workspace at a time via MCP. For agency/freelance users who manage both client workspaces and their own company workspace, this is a significant limitation.

Switching between workspaces requires manually disconnecting and reconnecting through Settings > Connectors each time, which affects all active sessions.

Use Case

Session A: Working on a client project using the client's Notion workspace Session B: Managing internal company data in my own Notion workspace Currently impossible to do both without constant reconnection Proposed Solution

Proposed Solution

Allow multiple Notion workspace connections per account, with the ability to assign a specific workspace per session or per project. For example:

Connect multiple Notion workspaces in Connectors settings Select which workspace to use when starting a new session Impact

This would greatly benefit agencies, freelancers, and consultants who work across multiple organizations — a common real-world scenario.

Alternative Solutions

No response

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

No response

Additional Context

No response

extent analysis

TL;DR

To address the limitation of connecting to only one Notion workspace at a time, consider implementing a feature that allows multiple Notion workspace connections per account.

Guidance

  • Identify the technical requirements for supporting multiple workspace connections, such as modifying the Connectors settings and session management.
  • Determine how to assign a specific workspace per session or project, potentially through new CLI commands or flags.
  • Consider the impact on existing active sessions when switching between workspaces.
  • Evaluate the feasibility of implementing a workspace selection feature when starting a new session.

Example

No specific code example can be provided without more technical details, but the solution might involve adding a new flag or option to the Connectors settings, such as --notion-workspace or --workspace-id, to specify the workspace for a given session.

Notes

The proposed solution requires significant changes to the existing architecture, and its implementation may depend on various factors, including the underlying technology stack and system constraints.

Recommendation

Apply a workaround, such as using separate accounts for each Notion workspace or exploring alternative project management tools, until a multiple workspace connection feature is implemented. This recommendation is based on the critical priority of the issue and the potential complexity of implementing the proposed solution.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING