πŸ”§

notion-mcp-server

πŸ”§MCP Server

sksk0301/notion-mcp-server

VibeIndex|
What it does

Enables AI agents to seamlessly retrieve, read, and interact with Notion pages and databases through a standardized, secure, and easy-to-configure remote MCP server.

local

Installation

DockerRun with Docker
docker compose build
npxRun with npx
npx -y @smithery/cli install @makenotion/notion-mcp-server --client claude
npxRun with npx
npx @notionhq/notion-mcp-server
npxRun with npx
npx @notionhq/notion-mcp-server --transport http
npxRun with npx
npx @notionhq/notion-mcp-server --transport http --auth-token "your-secret-token"

+ 2 more commands in README

Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "notionApi": { "command": "docker", "args": ...
πŸ“– Extracted from sksk0301/notion-mcp-server README
0
AddedJan 26, 2026