All Our Things

Your household inventory,
understood by AI.

Ask natural language questions about everything you own — appliances, warranties, manuals, spending. Works with any MCP-compatible AI client. Your data stays on your own storage.

Get started

Add the snippet below to your Claude Desktop config file, then restart Claude Desktop. Your inventory vault will be created automatically on first use.

macOS   ~/Library/Application Support/Claude/claude_desktop_config.json
Windows  %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "allourthings": {
      "command": "npx",
      "args": ["-y", "@allourthings/mcp-server", "--data-dir", "~/Documents/AllOurThings"]
    }
  }
}

--data-dir sets where your inventory is stored. Change the path to use an existing folder, or leave it as shown to use the default.

@allourthings/mcp-server on npm →
Built by Matt