server (MCP Server)

GitHub

โ˜๏ธ Nextcloud server, a safe home for all your data

Claude Desktop Configuration

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

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