Installation & Configuration
{
"mcpServers": {
"notion-api": {
"command": "python",
"args": [
"-m",
"notion_api_mcp"
],
"env": {
"NOTION_API_KEY": "your_notion_integration_token_here",
"NOTION_PARENT_PAGE_ID": "your_page_id_here",
"NOTION_DATABASE_ID": "your_database_id_here"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17