Back to directory
thecodeartificer/notion-mcp-modified

thecodeartificer/notion-mcp-modified

@thecodeartificer

Modified Notion MCP server enabling AI assistants to interact with Notion's API for reading, creating, and modifying content.

notionmcpknowledge-managementai-agentproductivityapiintegrationmodifiedcontext

Installation & Configuration

{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "YOUR_KEY",
        "NOTION_PAGE_ID": "YOUR_PAGE_ID"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17