Skip to main content
Open your VS Code MCP configuration:
  • Run MCP: Open User Configuration from the Command Palette
  • Or manually edit:
    • macOS/Linux: ~/.config/Code/User/mcp.json
    • Windows: %APPDATA%\Code\User\mcp.json
See VS Code MCP docs for more info. OpenNote runs locally. Ensure opennote is installed and available in your PATH.
{
  "servers": {
    "opennote": {
      "type": "stdio",
      "command": "opennote",
      "args": ["mcp", "run"]
    }
  }
}

For common issues, see our Troubleshooting page.