mcpbeat Sign in

Allourthings MCP Server

by allourthings Your server? Claim it
local only

Allourthings runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 4 May 2026.

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

Installs per day peak 25 · avg 11 · +8% w/w
a month agotoday
37
Installs / week
npm · @allourthings/mcp-server
1
Stars
0 open issues
4 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Allourthings every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @allourthings/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@allourthings/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@allourthings/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@allourthings/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@allourthings/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALLOURTHINGS_DATA_DIR (Directory where inventory data is stored. Defaults to ~/Documents/AllOurThings.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Allourthings

same job, measured the same way
Kubit
by kubit

Bring Kubit into your AI workflow — query your warehouse with natural language

answering
PDF Kit
by hellobasestation

AI-powered PDF tools: fill forms via natural language

1 tools answering
Squad Up
by hrandhawa02

Create events, add invitees, manage potlucks and carpools via natural language.

46 installs/wk local only
Dataassist Io
by dataassistio

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

answering
Agentql
by mcparmory

Query webpages and extract structured data using natural language

253 installs/wk local only
Moodle MCP Server Aql
by csmediapro

Query Moodle LMS data through natural language. Attach your agent to your LMS data.

67 installs/wk local only
Databricks
by mcp-dir

Your Databricks Lakehouse in natural language: run SQL on your SQL warehouses, track long-running qu

17 tools answering
Revit Converter MCP
by labsfuture

Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.

answering

Allourthings — questions

Answers built from our own checks of this server.

Why is there no uptime for Allourthings?
Allourthings runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @allourthings/mcp-server was installed 37 times last week.
How do I connect Allourthings?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @allourthings/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Allourthings?
The npm package @allourthings/mcp-server was installed 37 times in the last week. Week over week that is +8%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Allourthings open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.