Skip to main content
Glama

Notion MCP Server

by arre-ankit

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

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

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

A simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.

  1. Installation
    1. Running the server
      1. Add Notion Integration
        1. Add Claude Integration
          1. How to use

            Related MCP Servers

            • A
              security
              F
              license
              A
              quality
              The server facilitates natural language interactions for exploring and understanding codebases, providing insights into data models and system architecture using a cost-effective, simple setup with support for existing Claude Pro subscriptions.
              Last updated 6 months ago
              4
              16
              Python
              • Apple
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that enables Claude and other LLMs to interact with Notion workspaces, providing capabilities like searching, retrieving, creating and updating pages, as well as managing databases.
              Last updated 5 months ago
              10
              706
              3
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A server that enables interaction with PostgreSQL, MySQL, MariaDB, or SQLite databases through Claude Desktop using natural language queries.
              Last updated 6 months ago
              Python
            • A
              security
              F
              license
              A
              quality
              A bridge between Claude AI and Notion that enables users to interact with Notion databases and pages through natural language, supporting operations like creating, reading, updating, and deleting content.
              Last updated 8 months ago
              10
              10
              JavaScript
              • Apple

            View all related MCP servers

            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