N
Notion MCP Cli
by @remorses
CLI to control Notion via MCP - lightweight alternative to running a full MCP server
Created 1/29/2026
Updated 26 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-notion-mcp-cli
Cursor configuration (mcp.json)
{
"mcpServers": {
"remorses-notion-mcp-cli": {
"command": "npx",
"args": [
"remorses-notion-mcp-cli"
]
}
}
}