Back to MCP ServersOfficial documentation
Notion MCP (official)
OFFICIALNotion's official server. Search, read, and write pages and databases — give your agent access to the team's actual docs and specs.
Category: Productivity · Works with: Claude Code, Grok Build, Claude Desktop, Cursor
What it does
Connects agents to your Notion workspace so specs, runbooks, and notes become usable context, and meeting notes or reports can be written back.
Install
Remote: https://mcp.notion.com/mcp
Setup Instructions
claude Code
claude mcp add --transport http notion https://mcp.notion.com/mcp
claude Desktop
Use the hosted remote server (OAuth) via your client's remote-server option, or run locally with an integration token:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": { "NOTION_TOKEN": "ntn_..." }
}
}
}Compatible Agents
Claude CodeGrok BuildClaude DesktopCursor
Related MCP Servers
@modelcontextprotocol/server-filesystem
Reference filesystem access for agents. Read, write, list, move, and search files within explicitly allowed directories.
GitHub MCP Server
GitHub's official MCP server. Manage issues, PRs, branches, workflows, and code scanning — or just let the agent read your repos.
mcp-server-git
Reference Git server. Status, diff, log, branch, commit, and search — structured Git operations for repos the agent works in.