notion mcp for Zed
io.github.shck-dev/notion-mcp
Notion MCP server — search, export, and import pages as markdown
client:Zed
transport:stdio
runtime:npm
Install notion mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"notion-mcp": {
"command": "npx",
"args": [
"-y",
"@shck-dev/notion-mcp"
],
"env": {
"NOTION_TOKEN": "<NOTION_TOKEN>",
"NOTION_USER_ID": "<NOTION_USER_ID>",
"NOTION_SPACE_ID": "<NOTION_SPACE_ID>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs