Notion MCP Server

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.

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

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

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

🤯 Woah it will be updated in your Notion Page!

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

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