Skip to content
VS Code

notion for VS Code

com.mcparmory/notion

Create, update, and manage pages, databases, and workspace users

client:VS Code transport:stdio runtime:pypi

Install notion in VS Code

.vscode/mcp.json

{
  "servers": {
    "notion": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-notion"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

notion in other clients