π§
notion-mcp-server
π§MCP Serversksk0301/notion-mcp-server
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 buildnpxRun with npx
npx -y @smithery/cli install @makenotion/notion-mcp-server --client claudenpxRun with npx
npx @notionhq/notion-mcp-servernpxRun with npx
npx @notionhq/notion-mcp-server --transport httpnpxRun 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