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
- Download source
- 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"
}