Notion MCP Server
@ccabanillas
About Notion MCP Server
A Model Context Protocol (MCP) server implementation for Notion integration, providing a standardized interface for interacting with Notion's API.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@ccabanillas/notion-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Notion MCP Server?
Notion MCP Server is a Model Context Protocol (MCP) server implementation for Notion integration. It provides a standardized interface for interacting with Notion’s API and is compatible with Claude Desktop and other MCP clients.
How to use Notion MCP Server?
Install via Smithery (npx -y @smithery/cli install @ccabanillas/notion-mcp --client claude) or manually by cloning the repository, creating a virtual environment, installing dependencies (uv pip install -e . or pip install -e .), and setting a NOTION_API_KEY environment variable in a .env file. Run python -m notion_mcp to test. For Claude Desktop, configure claude_desktop_config.json with the full path to the Python executable and the -m notion_mcp argument.
Key features of Notion MCP Server
- List and query Notion databases
- Create and update pages
- Search across the Notion workspace
- Get database details and block children
- Full async/await support with httpx
- Type-safe models using Pydantic v2
Use cases of Notion MCP Server
- Listing and querying Notion databases from an MCP client
- Creating and updating pages in Notion programmatically
- Searching across an entire Notion workspace
- Retrieving database details and block children for structured data extraction
- Integrating Notion with Claude Desktop for AI‑assisted workflows
FAQ from Notion MCP Server
What does Notion MCP Server do?
It acts as a bridge between MCP clients (like Claude Desktop) and Notion’s API, allowing you to perform database queries, page operations, and workspace searches using a standardized protocol.
How do I get a Notion API key?
Go to https://www.notion.so/my-integrations, create a new integration with appropriate read/write capabilities, and copy the token. Then add it as NOTION_API_KEY in a .env file in the project root.
What runtime and dependencies are required?
You need Python (with uv or standard venv), httpx, Pydantic v2, and MCP 1.6.0. The server uses asynchronous HTTP requests via httpx.
Why am I getting connection or permission errors?
Check that your Notion API key is correct and that you have internet access. Also ensure you have shared the target databases with your integration from the database’s “Share” menu.
How does Notion MCP Server communicate with clients?
The server uses the Model Context Protocol (MCP) over standard input/output (stdio), as shown by the command and args configuration in claude_desktop_config.json.
Frequently asked questions
What does Notion MCP Server do?
It acts as a bridge between MCP clients (like Claude Desktop) and Notion’s API, allowing you to perform database queries, page operations, and workspace searches using a standardized protocol.
How do I get a Notion API key?
Go to https://www.notion.so/my-integrations, create a new integration with appropriate read/write capabilities, and copy the token. Then add it as `NOTION_API_KEY` in a `.env` file in the project root.
What runtime and dependencies are required?
You need Python (with `uv` or standard `venv`), httpx, Pydantic v2, and MCP 1.6.0. The server uses asynchronous HTTP requests via httpx.
Why am I getting connection or permission errors?
Check that your Notion API key is correct and that you have internet access. Also ensure you have shared the target databases with your integration from the database’s “Share” menu.
How does Notion MCP Server communicate with clients?
The server uses the Model Context Protocol (MCP) over standard input/output (stdio), as shown by the `command` and `args` configuration in `claude_desktop_config.json`.
Basic information
More Memory & Knowledge MCP servers
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.

The Cloud
TekaThe Cloud is the AI-native workspace that gives every AI — Claude, ChatGPT, Gemini, and other Frontier & Free or Local models — shared memory and real agents. Not cloud computing: thecloud.so is one workspace where your
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Comments