notion-mcp
Provides tools for managing tasks in a Notion kanban board, including creating tasks, querying tasks with optional status filters, and updating task status.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@notion-mcpcreate a task for reviewing the design doc"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
notion-mcp
Personal Notion MCP server with domain-specific tools for task management and workspace integration. Wraps the Notion REST API with tools that encode workspace-specific structure (database IDs, templates, status values) so callers don't need to know the details.
Tools
Tool | Description |
| Create a task in the Task List kanban board |
| Query tasks, optionally filtered by status |
| Move a task to a new kanban column |
| Get a page's properties and metadata |
| Update properties on a page |
| Get a page's body content (blocks), converted to markdown |
| Replace a page's body content from markdown (full replace) |
Related MCP server: Notion MCP Server
Setup
Prerequisites
Python 3.12+
A Notion integration with access to the target workspace
Installation
git clone git@github.com:bramleyjl/notion-mcp.git ~/Projects/mcps/notion-mcp
cd ~/Projects/mcps/notion-mcp
pip install -e .Configuration
cp .env.example .env
# Edit .env and set NOTION_API_KEY to your Notion integration tokenGet a token at notion.so/my-integrations — create an internal integration and share your target databases with it.
Running
Intended to run as a persistent HTTP server on the home server (pangolin), so it's always available to Claude CLI and other MCP clients on the network.
notion-mcp --transport http --port 8766See deploy/ for systemd unit examples.
MCP Config
Primary (HTTP — pangolin): add to ~/.claude/settings.json:
"notion-mcp": {
"type": "http",
"url": "http://YOUR_SERVER_IP:8766/mcp"
}Local fallback (if pangolin is unavailable):
"notion-mcp": {
"type": "stdio",
"command": "notion-mcp",
"env": {
"NOTION_API_KEY": "your_token_here"
}
}This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.Last updated209MIT
- Alicense-qualityAmaintenanceStateless MCP server exposing the full Notion API as 33 tools, enabling users to manage pages, databases, blocks, comments, users, and file uploads using their own integration token.Last updatedApache 2.0
- Alicense-qualityDmaintenanceMCP server for the Notion API, enabling management of pages, blocks, databases, data sources, comments, and users through natural language.Last updated312MIT
- Flicense-qualityDmaintenanceAn MCP server that turns your Notion task list into an AI-optimized daily schedule, reading tasks with page content and priorities from an Eisenhower matrix, and writing a clean schedule back to Notion.Last updated
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bramleyjl/notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server