One command to install and configure the Notion MCP automatically.
- One-command Notion MCP installation
- Automatic MCP client detection
- Secure credential storage
- Environment verification
- Cross-platform support
- Clean uninstall
Install the package:
npm i plugin-notion-mcpOr install it globally to use the CLI directly:
npm i -g plugin-notion-mcpInstall and configure the Notion MCP:
plugin-mcp install notionCommon commands for managing your Notion MCP installation.
plugin-mcp doctorDetects your platform, Node.js, npm, and supported MCP clients.
plugin-mcp verifyChecks that the Notion MCP installation, credentials, and client configuration are ready.
Store your Notion API key securely:
plugin-mcp login notionRemove the stored credentials:
plugin-mcp logout notionCompletely remove the Notion MCP and its configuration:
plugin-mcp uninstall notion| Client | Status |
|---|---|
| VS Code | ✓ |
| Claude Desktop | ✓ |
| Cursor | ✓ |
| Windsurf | ✓ |
Plugin MCP automatically:
- Detects your operating system.
- Detects supported MCP clients.
- Installs and configures the official Notion MCP.
- Stores credentials securely.
- Verifies the resulting configuration.
This repository contains the Plugin MCP CLI and installation tooling.
The web interface is planned as a separate project and is not part of this repository.
- Writes client configuration.
- Verifies the installation.
MIT License.