MCP-Server
What kind of device or service would you like to see an adapter for? MCP is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications. Just as USB-C provides a standardized way to connect your devices to various peripherals and accessories, MCP provides a standardized way to connect AI models to different data sources and tools. https://modelcontextprotocol.io/introduction
Is the device connected to the internet or only available on a local network? both i guess
Is an official App or Website available? You need an App with support for MCP. I'm currently testing Claude Desktop, but i plan on writing a seperate Adapter or integrate an MCP client as well imagine something like a vis but with voice/chat control only
Is an official API including documentation available? https://github.com/modelcontextprotocol/typescript-sdk
Are other libraries for an integration available? https://modelcontextprotocol.io/sdk/java/mcp-overview
Is this device already integrated in other Smart Home systems? home assistant
Is this device already integrated in homebridge? Might the ham adapter in combination with the homebridge plugin be sufficient? idk
Additional context
I'm working on this adapter right now. it's an early version... https://github.com/Holger-Will/ioBroker.mcp-server NOTE: Github Repo renamed to https://github.com/Holger-Will/ioBroker.kiwi
previously i hacked a little script to control my iobroker from telegram with my telegram-bot and chatGPT as LLM this works great, but adapters do have a lot of advantages.
MOD_EDIT: Reponame adapted
changed the name of the project to kiwi as it is more than just the mcp-server. the new repo is: https://github.com/Holger-Will/ioBroker.kiwi