notion-mcp-server
Notion MCP Server is a Model Context Protocol server implementation that enables AI assistants to interact with Notion's API.
The Notion MCP Server provides a production-ready solution for integrating AI assistants with Notion, allowing for seamless reading, creating, and modifying of Notion content through natural language interactions. With active development, it now includes database support, comments, and user management tools, enhancing its functionality and usability for developers and users alike. This server is designed to simplify the integration process with Notion's API, making it accessible for developers to build applications that leverage Notion's capabilities. By following the setup process, users can easily obtain an API key and enable integration for their pages, ensuring a smooth experience when interacting with Notion's content.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"notion-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-notion-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions