MCP ServerSTDIOOfficialv0.2.0

Allourthings MCP Server

Query and manage your household inventory using natural language. Ask what you own, where it's stored, and get instant answers from your personal inventory database.

io.allourthings/mcp-server

Hosted URL

Local install

Transport

STDIO

Auth

No auth required

What the Allourthings MCP server does

How models use it and what it is built for.

Query and manage your household inventory using natural language. Ask what you own, where it's stored, and get instant answers from your personal inventory database.

Connect to Allourthings

Local install — runs as a subprocess.

npx @allourthings/mcp-server@0.2.0

Environment variables

Configuration this server reads at startup.

  • ALLOURTHINGS_DATA_DIR

    Directory where inventory data is stored. Defaults to ~/Documents/AllOurThings.

Resources

Where to find authoritative docs and source for Allourthings.

Example prompts for Allourthings

Paste any of these into Agent Studio after connecting Allourthings.

  • What kitchen appliances do I own and where are they stored?
  • Show me everything in my garage that I haven't used in over a year
  • Do I have a Phillips head screwdriver and which drawer is it in?
  • List all my electronics by room and their current status

Allourthings MCP server — FAQ

Common questions about connecting and running Allourthings.

  • How does the MCP server access my inventory data?

    The server reads from a local data directory (defaults to ~/Documents/AllOurThings) that you configure via the ALLOURTHINGS_DATA_DIR environment variable. You control where your inventory data is stored.

  • Can I use this server offline?

    Yes. The server queries your local inventory data directory, so it works entirely offline without requiring cloud connectivity or API calls.

  • What format should my inventory data be in?

    Refer to the AllOurThings documentation for the expected data format in your ALLOURTHINGS_DATA_DIR. The server parses this data to enable natural language queries.

  • Is there a cost to use this MCP server?

    The server itself is open-source and free to install via npm. Any costs depend on your LLM provider (Claude, etc.) for processing the natural language queries.

  • What if my inventory data directory is empty or misconfigured?

    The server will fail to return results if ALLOURTHINGS_DATA_DIR is not set correctly or contains no data. Verify the environment variable points to a valid inventory data location before querying.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 40+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground