Skip to main content
Glama

Notion MCP Server

This is a simple MCP server that allows you to query Notion Pages.

Installation

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

Running the server

npm run build

Add Notion Integration

  • 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

claude_desktop_config.json

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

How to use

  • Write a prompt to query Notion Pages.

  • Add link to the Notion Page from the link in the prompt.

  • Eg: https://www.notion.so/154916e48026802f97d4df6086787817

alt text

Prompt: Make a new Databse entry in notion with this of list of movies to watch in 2024 Page link https://www.notion.so/154916e48026802f97d4df6086787817 Add the movie datase in this page

alt text

alt text

🤯 Woah it will be updated in your Notion Page!

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arre-ankit/notion-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server