14,962
edits
| Line 124: | Line 124: | ||
# Go back to your Workspaces overview, then click the menu icon (three dots) beside your workspace name and select "Manage API Keys" | # Go back to your Workspaces overview, then click the menu icon (three dots) beside your workspace name and select "Manage API Keys" | ||
# Access the "Limits" tab and configure your monthly spending cap (Monthly limit) | # Access the "Limits" tab and configure your monthly spending cap (Monthly limit) | ||
=== Fixing "Unknown OAuth client" When Connecting Notion MCP in Claude Code === | |||
'''Affected Version''': Claude Code 2.1.80+ | |||
'''Workaround:''' | |||
If you encounter this error while connecting Notion MCP, try removing the existing HTTP transport installation and reinstalling it via `mcp-remote`: | |||
<pre>bash | |||
# Remove existing Notion MCP (if installed) | |||
claude mcp remove notion | |||
# Reinstall using mcp-remote | |||
claude mcp add notion npx -- -y mcp-remote https://mcp.notion.com/mcp | |||
</pre> | |||
For a detailed step-by-step guide with screenshots, see: [https://errerrors.blogspot.com/2026/04/fixing-unknown-oauth-client-error-when.html Fixing "Unknown OAuth client" Error When Connecting Notion MCP in Claude Code] (written primarily in Traditional Chinese) | |||
== Further reading == | == Further reading == | ||