DevTk.AI

Notion MCP

Productivity Featured

Read, search, create, and update Notion pages and databases through AI assistants.

Author

Notion

Category

Productivity

GitHub Stars

1,200+

Clients

2 supported

Installation

Run this command to install:

npx -y @notionhq/notion-mcp-server

Sample Configuration

Add this to your MCP client configuration file (e.g., claude_desktop_config.json for Claude Desktop):

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ]
    }
  }
}

Use our MCP Manifest Generator to build complete configurations visually, or the MCP Config Validator to check your existing config.

Compatible Clients

Claude DesktopCursor

Details

Server IDnotion
AuthorNotion
CategoryProductivity
Compatible WithClaude Desktop, Cursor
Tags
notionproductivitynotes
GitHubhttps://github.com/makenotion/notion-mcp-server
GitHub Stars1,200+

About Notion MCP

Notion MCP is a Model Context Protocol (MCP) server created by Notion. It enables AI assistants to interact with Notion capabilities.

MCP (Model Context Protocol) is an open standard that allows AI models to securely connect to external tools and data sources. By installing Notion MCP, you give your AI assistant the ability to perform real actions through a standardized interface, rather than just generating text about them.

This server is compatible with Claude Desktop, Cursor and has 1,200+ stars on GitHub. It falls under the "Productivity" category of MCP servers.

To get started, use our MCP Manifest Generator to create a complete configuration, or validate your existing setup with the MCP Config Validator.

Other Productivity Servers

Popular MCP Servers

Related Tools

FAQ

How do I install Notion MCP?

Run "npx -y @notionhq/notion-mcp-server" in your terminal. Then add the server configuration to your MCP client's config file. For Claude Desktop, this is typically located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS or %APPDATA%/Claude/claude_desktop_config.json on Windows.

What clients work with Notion MCP?

Notion MCP is compatible with Claude Desktop, Cursor. Each client has its own configuration file format, but the MCP server setup is similar across all of them.

What can I do with Notion MCP?

Read, search, create, and update Notion pages and databases through AI assistants. Once configured, your AI assistant can interact with these capabilities through natural language commands, making it possible to perform real actions directly from your AI chat interface.