MCP server
Notion MCP Server
Connects an agent to Notion pages, databases and comments over MCP.
Add it to your client
OfficialInstall
npx -y @notionhq/notion-mcp-server
mcpServers
{
"mcpServers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"@notionhq/notion-mcp-server"
]
}
}
}- Transport
- both
- Runtime
- Node
- Auth
- Required
- License
- MIT
Tools
query-data-sourceretrieve-a-data-sourcecreate-a-data-sourceupdate-a-data-sourcelist-data-source-templatesmove-pageretrieve-page-markdownupdate-page-markdownretrieve-a-database
Notion's own MCP server exposes workspace search, page reads in markdown, data source queries and comment access as tools. It runs locally over stdio with an integration token, or as a Notion-hosted HTTP endpoint that authorizes with OAuth. Only the pages shared with the integration are reachable, so the agent stays inside the permissions the workspace already grants.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
Developer ToolsCloud Platforms & Infrastructure
Braintrust MCP
MCP serverQueries Braintrust eval data and production logs from a coding agent.
Data & AnalyticsAI Models & Inference
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Developer ToolsVersion Control & Repos
Comments(0)
Sign in to comment