Tool
productivity
✓ Verified
NEW
Free
Notion MCP
Search Notion pages, read databases, and create new pages directly from your AI agent.
4.7(98 reviews)
41,800 installs
by Notion
About
Notion's MCP integration: search workspace, read pages and databases, create new pages with rich formatting, update properties. Perfect for using Notion as your AI agent's knowledge base.
Tags
notiondocsknowledgemcp
MCP Configuration Example
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_API_KEY": "secret_xxx"
}
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": {
"NOTION_API_KEY": "secret_xxx"
}
}
}
}N
Notion
@makenotion