Odel
allourthings mcp

allourthings mcp

Local
@matt-harding1TypeScriptMITUpdated 4mo ago

AI-powered household inventory — query everything you own via natural language

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@allourthings/mcp-serverv0.2.0

Run

npx -y @allourthings/mcp-server

MCP client config

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