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 |
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.
Latest Blog Posts
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