Productivity & DocsAuth: OAuth2.1
Notion hosted MCP server
Connected workspace
Notion’s hosted MCP server connects agents to the authorized Notion workspace — searching pages, reading content, and creating or updating pages and databases through OAuth-scoped access.
Curated by Agentic WorkersPublished Updated
Server description
Search, read, and write your Notion workspace
Notion’s hosted MCP server connects agents to the authorized Notion workspace — searching pages, reading content, and creating or updating pages and databases through OAuth-scoped access.
- Slug
- notion
- Category
- Productivity & Docs
- Category slug
- productivity-and-docs
- Authentication
- OAuth2.1
- Auth type
- oauth
Directory details
Use with your agent
Add this hosted MCP endpoint to an Agentic Workers agent or any MCP client that supports remote HTTP servers. Keep required credentials in your client or agent secret store.
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/sse"
}
}
}