
Notion MCP Server
A simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.
arre-ankit
README
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!
Recommended Servers
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
Apple MCP Server
Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.

Supabase MCP Server
A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.
serper-search-scrape-mcp-server
This Serper MCP Server supports search and webpage scraping, and all the most recent parameters introduced by the Serper API, like location.
The Verge News MCP Server
Provides tools to fetch and search news from The Verge's RSS feed, allowing users to get today's news, retrieve random articles from the past week, and search for specific keywords in recent Verge content.
Google Search Console MCP Server
A server that provides access to Google Search Console data through the Model Context Protocol, allowing users to retrieve and analyze search analytics data with customizable dimensions and reporting periods.
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
@kazuph/mcp-gmail-gas
Model Context Protocol server for Gmail integration. This allows Claude Desktop (or any MCP client) to interact with your Gmail account through Google Apps Script.