MCP Hub
Back to servers

Origins Smart Home Hub

A plugin-based MCP server that aggregates data from Home Assistant, Pi-hole, Plex, and aircraft tracking systems into a unified smart home interface.

Stars
1
Tools
5
Updated
Sep 3, 2025
Validated
Mar 2, 2026

Origins-MCP

Collection of stuff around my house that I can pull information from.

Current connectivity includes

  • Home Assistant
    • inside_home_temperature.js
    • outside_home_temperature.js
    • plex_watching.js
  • PiHole
    • pihole_find_by_ip.js

Other

  • tar1090
    • tar1090_lookup_closest_plane.js

Requirments

Latest version of Node.js and NPM.

Install

  1. Download source
  2. Run npm install

Setup

There is a connection directory in the plugins folder. These connections have their own .env file you will need to configure. Remove the .example from the end and configure the related items.

Running

To run use npm run start

Tests

To use run npm run test

MCP Inspector

To use run npm run inspect

Use in LM Studio

Edit your mcp.json file and add

"origin-api": {
  "url": "http://localhost:3636/origins-mcp"
}

Reviews

No reviews yet

Sign in to write a review