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

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!
Notion MCP Server
Project Details
- arre-ankit/notion-mcp-server
- notion-mcp-server
- Last Updated: 12/6/2024
Recomended MCP Servers
Dappier MCP server connects any AI to proprietary, real-time data — including web search, news, sports, stock market...
Allow LLMs to control a browser with Browserbase and Stagehand
A Model Context Protocol Server for MongoDB
A model context protocol to play Geofs which is a free online flight simulator
A MCP server for accessing Zoom recordings and transcripts without requiring direct authentication from the end user.
This read-only MCP Server allows you to connect to SharePoint Excel Services data from Claude Desktop through CData...
MCP server implementation for n8n workflow automation
An MCP server that runs AI-driven venture capitalist agents (Fred Wilson, Peter Thiel, etc.), whose thinking is continuously...
Monorepo for Sylph Lab Model Context Protocol (MCP) tools and servers.





