QOwnNotes (MCP Server)

GitHub

QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "QOwnNotes": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-QOwnNotes"
      ]
    }
  }
}