Notion_mcp_server
@grainne-b
About Notion_mcp_server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"notion-mcp-server-grainne-b": {
"command": "uv",
"args": [
"run",
"<your_script.py>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Notion_mcp_server?
Notion_mcp_server is a Model Context Protocol server that enables AI agents such as Claude to interact with Notion via the Notion API. It requires a Notion integration API key, page-level permissions, and the uv Python package manager. This server is designed for developers who want to give LLMs read/write access to Notion pages.
How to use Notion_mcp_server?
After installing uv (e.g., brew install uv), set up a Notion integration to get an API key, share the target Notion page with that integration, and copy the page ID. Update the PAGE_ID in notion_sdk.py. Run uv run mcp dev server.py to test, or uv run mcp install server.py to register the server with Claude Desktop. The API key must be set as the environment variable NOTION_API_KEY in the Claude configuration.
Key features of Notion_mcp_server
- Uses the official
notion-clientPython library. - Registers tools via FastMCP’s
@mcp.tool()decorator. - Authenticates with a Notion integration bearer token.
- Supports creating pages under a specified parent page.
- Designed for the MCP transport layer (stdio).
- Requires the
uvpackage manager to run.
Use cases of Notion_mcp_server
- Creating new Notion pages from an AI assistant’s output.
- Automating note-taking or documentation updates via LLM conversations.
- Allowing an AI agent to read and organize existing Notion content.
- Integrating Notion as a knowledge store for MCP‑enabled applications.
FAQ from Notion_mcp_server
How do I create a Notion API key?
Go to Notion Integrations, click “New Integration”, fill in the details, and copy the generated API key. Store it securely.
How do I give the integration access to a Notion page?
Open the target page in Notion, click the “Share” button, invite your integration by name, and ensure it has the required read/write permissions.
Where does the API key need to be placed?
The API key must be hardcoded as the NOTION_API_KEY environment variable in the MCP server configuration (e.g., claude_desktop_config.json). The README explicitly notes that “when installing in Claude, the key needs to be hardcoded”.
What dependencies are required?
The server uses the notion-client Python package. The recommended runtime is uv, which can be installed via Homebrew. A Python virtual environment may also be used (example shows .venv activation).
What transport does this server use?
The server runs over stdio (standard input/output), which is the default transport for MCP servers started with uv run mcp. No HTTP or WebSocket transport is mentioned.
Frequently asked questions
How do I create a Notion API key?
Go to [Notion Integrations](https://www.notion.so/my-integrations), click “New Integration”, fill in the details, and copy the generated API key. Store it securely.
How do I give the integration access to a Notion page?
Open the target page in Notion, click the “Share” button, invite your integration by name, and ensure it has the required read/write permissions.
Where does the API key need to be placed?
The API key must be hardcoded as the `NOTION_API_KEY` environment variable in the MCP server configuration (e.g., `claude_desktop_config.json`). The README explicitly notes that “when installing in Claude, the key needs to be hardcoded”.
What dependencies are required?
The server uses the `notion-client` Python package. The recommended runtime is `uv`, which can be installed via Homebrew. A Python virtual environment may also be used (example shows `.venv` activation).
What transport does this server use?
The server runs over stdio (standard input/output), which is the default transport for MCP servers started with `uv run mcp`. No HTTP or WebSocket transport is mentioned.
Basic information
More Memory & Knowledge MCP servers
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Mcp Knowledge Graph
shanehollomanMCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development
Groundwork
Rarefied-EarthGroundwork: company memory for your AI tools. Docs public. Source closed. Public proof needs no account.
Comments