Notion API MCP Config
Hello and welcome! To make use of this API collection collection as it's written, please duplicate [this database template](https://www.notion.so/8e2c2b769e1d47d287b9ed3035d607ae?v=dc1b92875fb94f10834ba8d36549bd2a). [Create an integration](https://www.notion.so/my-integrations) to retrieve an API
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/notion-com.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/notion-com.json to fetch programmatically.
{
"mcpServers": {
"notion-com": {
"command": "npx",
"args": ["-y","@mcp/notion-com"],
"env": {
"NOTION_API_API_KEY": "your_notion_api_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/notion-com.jsonEnvironment Variables
NOTION_API_API_KEYReplace your_notion_api_api_key with your actual notion api api key
Endpoints
/v1/blocks/{id}Retrieve a block
/v1/blocks/{id}Delete a block
/v1/blocks/{id}Update a block
/v1/blocks/{id}/childrenRetrieve block children
/v1/blocks/{id}/childrenAppend block children
/v1/commentsRetrieve comments
/v1/databases/{id}Retrieve a database
/v1/databases/{id}Update a database
/v1/databases/{id}/queryQuery a database
/v1/pages/{id}Retrieve a Page