Overview
Notion MCP Server is a server that enables interaction with Notion workspaces through the Notion API, allowing users to manage blocks and toggles effectively.
To use the Notion MCP Server, set up a Notion integration, retrieve the secret key, and configure your environment to connect Claude with Notion.
- Append, retrieve, and delete blocks in Notion. - Create and query databases. - Update page properties and manage database items.
- Automating content management in Notion.
- Integrating Notion with other applications for enhanced productivity.
- Managing project documentation and notes seamlessly.
Add to your AI client
Use these steps to connect Notion MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"akirapapa-mcp-notion-server-akira-papa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akirapapa-mcp-notion-server-akira-papa"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"akirapapa-mcp-notion-server-akira-papa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akirapapa-mcp-notion-server-akira-papa"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"akirapapa-mcp-notion-server-akira-papa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akirapapa-mcp-notion-server-akira-papa"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"akirapapa-mcp-notion-server-akira-papa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akirapapa-mcp-notion-server-akira-papa"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"akirapapa-mcp-notion-server-akira-papa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akirapapa-mcp-notion-server-akira-papa"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"akirapapa-mcp-notion-server-akira-papa": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-akirapapa-mcp-notion-server-akira-papa"
]
}
}
}FAQ
How do I create a Notion integration?
Visit the Notion integrations page, create a new integration, and set the necessary permissions.
What permissions do I need for the integration?
You need permissions like "Read content" and "Update content" to interact with Notion effectively.
Is there a license for this server?
Yes, the Notion MCP Server is licensed under the MIT License, allowing free use and modification.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1527,"uuid":"5d088e84-0de7-42b5-8870-92acff753ca2","name":"akirapapa-mcp-notion-server","title":"Notion MCP Server","description":"Notion MCPでブロックやトグルなどしようできるようにしたサーバー","avatar_url":"https://avatars.githubusercontent.com/u/128670863?v=4","created_at":"$D2025-02-20T16:15:08.691Z","updated_at":"$D2025-02-23T07:13:15.717Z","status":"created","author_name":"Akira-Papa","author_avatar_url":"https://avatars.githubusercontent.com/u/128670863?v=4","tags":"notion,mcp,server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Akira-Papa/akirapapa-mcp-notion-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]