arre-ankit_notion-mcp-server

arre-ankit_notion-mcp-server

3.2

The Notion MCP Server is a simple server that allows users to query and interact with Notion Pages using the Model Context Protocol.

The Notion MCP Server is designed to facilitate seamless interaction with Notion Pages through the Model Context Protocol (MCP). By integrating with Notion, users can perform read and write operations on their Notion Pages, enabling dynamic content management and automation. The server is easy to set up and requires a Notion Integration Token to authenticate and authorize actions. Once configured, users can execute commands to create, update, or query Notion Pages directly from their scripts or applications. This server is particularly useful for users who want to automate their workflows or integrate Notion with other tools and platforms.

Features

  • Easy setup and installation process.
  • Supports read and write operations on Notion Pages.
  • Integrates seamlessly with Notion using an Integration Token.
  • Allows automation of workflows involving Notion Pages.
  • Facilitates dynamic content management in Notion.

Usage with Different Platforms

notion_mcp_server

bash
git clone https://github.com/arre-ankit/notion-mcp-server.git
cd notion-mcp-server
npm install
npm run build

add_notion_integration

markdown
- Go to https://www.notion.so/my-integrations
- Click on "New integration"
- Name it "Claude MCP Server"
- Select "Read" and "Write" permissions for "Pages"
- Copy the "Integration Token"

add_claude_integration


{
  "mcpServers": 
    "notion-mcp-server": {
      "command": "node",
      "args": [
        "Copy Path"
      ],
      "env": {
        "NOTION_API_TOKEN": "Your Notion Token"
      }
    }
  }
}