Skip to content
Claude Desktop

remnus for Claude Desktop

io.github.ranork/remnus

MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.

client:Claude Desktop transport:streamable-http

Install remnus in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "remnus": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.remnus.com/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

remnus in other clients