Skip to main content
Go to: Settings → Cursor Settings → MCP → Add new global MCP server In Cursor 1.0 and later, manually edit ~/.cursor/mcp.json:
  • macOS: ~/.cursor/mcp.json
  • Windows: %APPDATA%\Cursor\mcp.json
  • Linux: ~/.config/cursor/mcp.json
See Cursor MCP docs for more info. OpenNote runs locally. Ensure opennote is installed and available in your PATH.
{
  "mcpServers": {
    "opennote": {
      "command": "opennote",
      "args": ["mcp", "run"]
    }
  }
}

For common issues, see our Troubleshooting page.