mcp servers · featured
Notion MCP Server
Connect your AI agent to Notion. Read and write pages, query databases, and search across your entire Notion workspace.
install via your agent of choice
❯ npx -y @notionhq/notion-mcp-server
## what it does
What it does
The Notion MCP server gives your AI agent direct access to your Notion workspace. Search across pages, read content, create new pages, and query databases — all through natural language.
Installation
export NOTION_API_KEY=ntn_...
npx -y @notionhq/notion-mcp-server
Claude Desktop config
{
"mcpServers": {
"notion": {
"command": "npx",
"args": ["-y", "@notionhq/notion-mcp-server"],
"env": { "NOTION_API_KEY": "ntn_your_key" }
}
}
}
Use cases
- “Find all tasks assigned to me this week”
- “Create a meeting notes page from this transcript”
- “Query the product roadmap database for Q3 items”
- “Search for our onboarding documentation”
Related
- MCP Servers Explained — How MCP works
- Slack MCP — Team communication
- Jira MCP — Project management
## compatibility
claude-desktop ✓
claude-code ✓
cursor ✓
## exposed tools
→ search
→ read_page
→ create_page
→ update_page
→ query_database
→ create_database_entry
## embed this badge
cache ✓ in cache.directory
