Your Fluss device is already on the internet. Your AI assistant is already on the internet. Until recently, they couldn't talk to each other without somebody writing custom glue code.
That changed with MCP. This article explains, what MCP is, how to plug the Fluss MCP server into Claude, ChatGPT, or any other LLM you may want to use, and what you can actually do with it once it's connected.
MCP stands for "Model Context Protocol."
Forget the name. Think of it as a USB port for AI assistants.
Before MCP, every AI assistant (ChatGPT, Claude, Grok, Gemini, Copilot, etc.) had its own way of connecting to outside tools. If you wanted ChatGPT to read your calendar and wanted Claude to read the same calendar, somebody had to build the integration twice — once for each assistant.
MCP fixes this. It's a single, open standard that all the major AI assistants now speak. A company builds one MCP server, and every MCP-compatible assistant in the world can use it.
In practice, an MCP server is just a web address (a URL) that exposes a list of "tools" the AI is allowed to call. When you ask the AI to do something, it picks the right tool, calls it, and shows you the result.
That's the whole idea.
The Fluss MCP server lives at:
It's the Fluss platform exposed as a set of tools an AI can use on your behalf. Once you connect it, your AI assistant can:
That's seven tools in total. The AI picks the right one for whatever you ask.
It only does what your Fluss account already lets you do. The AI cannot grant itself permissions it doesn't have. If you can't revoke the device owner from the Fluss app, the AI can't either.
The server URL is the same everywhere — https://mcp.fluss.io. Authentication is OAuth: you click a button, sign into Fluss, approve access, and you're done. No tokens to copy and paste.
Below are the most common AI assistants.
https://mcp.fluss.ioNote: the Claude connector UI only accepts OAuth-based servers — it won't accept a pasted Bearer token. The Fluss server is OAuth, so just paste the URL above and let Claude handle the rest.
https://mcp.fluss.ioCursor, Claude Code, Windsurf, Zed, and similar tools all accept MCP servers. The exact UI differs, but they all need the same single piece of information:
https://mcp.fluss.ioMost of these clients will open the OAuth flow in your browser, prompt you to sign into Fluss, and handle the rest automatically. For terminal-based tools (Claude Code, some Cursor configs), follow the prompts in the terminal — this may involve copying and pasting a generated URL into your browser to complete the OAuth handshake.
If you're building on top of an LLM API directly (Anthropic Messages API, OpenAI Responses API, etc.), the same URL applies. Refer to the provider's documentation for how to attach a remote MCP server to a request.
Once it's connected, you stop thinking about devices and device IDs. You just talk.
Example conversation
You:
Open the office gate.
The AI:
[calls
list_devices, finds "Office Gate", callstrigger_deviceon its ID] Done — the office gate is opening now.
You:
Did Sarah come in this morning? She was supposed to arrive around 8.
The AI:
[calls
get_access_logsfor the office gate over the 08:00–09:00 window today] Yes — Sarah's number triggered the office gate at 08:07 this morning.
You:
Give the new contractor — +27 82 555 0143, Mike Daniels — temporary access to the office gate from Monday to Friday next week.
The AI:
[calls
give_accesswith permission "Temporary",start_dateandend_dateset to next week] Done. Mike has temporary access to the office gate from Monday 09:00 to Friday 17:00 next week.
You:
The contractor finished early. Revoke his access.
The AI:
[calls
revoke_accesson +27 82 555 0143] Mike's access to the office gate has been revoked.
That's the entire pitch. The AI handles the busywork — finding the right device, picking the right permission type, formatting the dates — and you stay in plain English.
Granting an AI assistant the ability to open physical doors is not something to do casually. A few things worth knowing:
https://mcp.fluss.io.The Fluss app isn't going anywhere. But for everything that used to need three taps and a permission picker, you now have a one-line option: just ask.