Best for
- Users who need AI agents to access Notion workspaces
- MCP workflows involving common page editing and data source operations
- Notion API workflows that benefit from compact responses and simplified tools
An MIT-licensed Notion MCP server covering common workflows from search and reading through data source operations and page editing. The source shows stdio-based configuration and suitability for AI workflows with explicitly configured Notion integration access. The repository is not maintained by Notion, so it is not an official server.
An MCP server that connects Notion with MCP-compatible clients and supports finding, reading, querying, and updating Notion workspaces. It targets the Notion API 2026-03-11, uses the current data source model, and provides compact responses, structured tool results, prompts, resources, and optional interactive MCP Apps.
Add install_config to the MCP host configuration, replace NOTION_API_TOKEN with the Notion internal integration token, and restart the MCP host. First create an internal integration in Notion, configure the required capabilities, and grant access to target pages or databases in Content access. Access can also be granted from a target page or database through its Connections menu.
{"mcpServers":{"notion":{"command":"npx","args":["-y","@suekou/mcp-notion-server"],"env":{"NOTION_API_TOKEN":"your-integration-token"}}}}