TagoIO MCP Server
OfficialIntegrates with Codeium's Windsurf IDE, allowing developers to access TagoIO device management, data analysis, and platform resources directly within the Codeium development environment.
Enables GitHub Copilot to interact with TagoIO platform resources, providing AI-powered assistance for device management, data analysis, and TagoIO Analysis script generation within VS Code.
Provides integration with Google Gemini CLI, allowing users to access TagoIO device information, perform data analysis, and manage platform resources through Google's AI assistant.
Integrates with JetBrains IDEs through the AI Assistant feature, enabling developers to access TagoIO devices, perform statistical operations, and manage platform resources within JetBrains development environments.
Provides local server capabilities for TagoIO MCP integration, enabling offline development, air-gapped environment support, and custom setups through Node.js-based execution.
Enables integration with OpenAI Agents and ChatGPT, allowing AI assistants to access TagoIO device data, perform statistical analysis, and generate TagoIO Analysis scripts through the OpenAI platform.
Provides integration with Warp terminal through MCP bridge, enabling terminal-based access to TagoIO device management, data analysis, and platform resources.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TagoIO MCP Servershow me the temperature data from my smart thermostat for the last 24 hours"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TagoIO | MCP Server
Work on your TagoIO account by asking. Your AI assistant reads your devices, data, dashboards, and analyses, and makes the changes you ask for, from your IDE or chat tool.
Start here
Get a token. Generate a Profile Token in TagoIO Profile Settings.
Add the server to your client. Use an install button above, or copy the config for your tool from Client setup.
Ask something. Try: "List my devices and tell me which ones stopped sending data this week."
Your client connects to the TagoIO hosted server at https://mcp.ai.tago.io. You can also run the server yourself.
Related MCP server: Cumulocity MCP Server
What you can ask for
The server gives your assistant around 80 focused capabilities across your account. You describe the outcome, and it picks the tools. Some things that work well today:
Understand your fleet
"Which devices haven't sent data in the last 7 days?"
"Show me the last 50 records from Water Meter 12 and summarize the flow variable."
"Create a device on my LoRaWAN network, then give me its token."
Debug without tab-switching
"The Daily Report analysis failed last night. Read the console and tell me why."
"Fix the bug you found, upload the script, and run it once to confirm."
"A customer says their dashboard is empty. Log in as that user and check what they see."
Build dashboards from a description
"Build a dashboard for my cold chain fleet: a map of the units, a temperature line chart for the last 24 hours, and a card for battery level."
"This gauge shows no value. Compare its configuration to the variables the device actually sends."
Untangle permissions
"My analysis gets a permission error writing to the Sites entity. What policy does it need?"
"Show me every access policy that touches TagoRUN users."
Keep the account tidy
"How close am I to my data records limit this month?"
"Find stored files older than a year and larger than 5 MB, then delete them."
Write code with the docs in context
"Find the official example for parsing a Dragino LHT65 payload and adapt it to my device."
The server reads and writes. Deleting data, rotating credentials, and uploading scripts run through your assistant's confirmation flow, so you approve each change before it lands.
Client setup
Each config below points at the hosted server. Replace YOUR-TAGOIO-TOKEN with your Profile Token.
Client | Where the config lives |
| |
| |
| |
| |
| |
Settings > Tools > AI Assistant > MCP | |
| |
| |
| |
| |
Agent Builder UI |
VS Code / GitHub Copilot
Add to .vscode/mcp.json for one project, or to User Settings for all of them. VS Code Insiders takes the same config, and Copilot reads the same file.
{
"servers": {
"@tago-io/mcp": {
"type": "http",
"url": "https://mcp.ai.tago.io",
"headers": {
"Authorization": "Bearer ${input:tagoToken}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "tagoToken",
"description": "TagoIO Profile Token",
"password": true
}
]
}Claude Code
claude mcp add-json tagoio '{"type":"http","url":"https://mcp.ai.tago.io","headers":{"Authorization":"Bearer YOUR-TAGOIO-TOKEN"}}'Claude Desktop
Connect through the mcp-remote bridge.
{
"mcpServers": {
"@tago-io/mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ai.tago.io",
"--header",
"Authorization: Bearer YOUR-TAGOIO-TOKEN"
]
}
}
}Cursor
{
"mcpServers": {
"@tago-io/mcp": {
"url": "https://mcp.ai.tago.io",
"headers": {
"Authorization": "Bearer YOUR-TAGOIO-TOKEN"
}
}
}
}Windsurf
{
"mcpServers": {
"@tago-io/mcp": {
"serverUrl": "https://mcp.ai.tago.io",
"headers": {
"Authorization": "Bearer YOUR-TAGOIO-TOKEN"
}
}
}
}JetBrains IDEs
Open Settings > Tools > AI Assistant > Model Context Protocol (MCP), add a server, and paste:
{
"servers": {
"@tago-io/mcp": {
"url": "https://mcp.ai.tago.io",
"requestInit": {
"headers": {
"Authorization": "Bearer YOUR-TAGOIO-TOKEN"
}
}
}
}
}Google Gemini CLI
{
"mcpServers": {
"@tago-io/mcp": {
"httpUrl": "https://mcp.ai.tago.io",
"headers": {
"Authorization": "Bearer YOUR-TAGOIO-TOKEN"
}
}
}
}Amazon Q CLI
{
"mcpServers": {
"@tago-io/mcp": {
"url": "https://mcp.ai.tago.io",
"headers": {
"Authorization": "Bearer YOUR-TAGOIO-TOKEN"
}
}
}
}Warp
Connect through the mcp-remote bridge.
{
"mcpServers": {
"@tago-io/mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ai.tago.io",
"--header",
"Authorization: Bearer YOUR-TAGOIO-TOKEN"
]
}
}
}Kiro
Connect through the mcp-remote bridge, in .kiro/mcp.json at your project root.
{
"mcpServers": {
"@tago-io/mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ai.tago.io",
"--header",
"Authorization: Bearer YOUR-TAGOIO-TOKEN"
]
}
}
}OpenAI Agents / ChatGPT
In Agent Builder or ChatGPT MCP settings:
Server URL:
https://mcp.ai.tago.ioProtocol: Streamable HTTP
Authentication:
Authorization: Bearer YOUR-TAGOIO-TOKENheader
Choosing a token
Token | Where to get it | What it reaches |
Profile | Your whole profile. Start here. | |
Analysis | Analysis > your analysis, set to run "External" | Only what that analysis can reach. Fits shared and production environments where access is controlled through IAM. |
Device | The device itself | That device's data. Account-level requests return a permission error. |
Regions and endpoints
Requests go to US East by default. Set the x-tagoio-region header to reach a different endpoint:
Value | Target |
| US East (default) |
| EU West |
| Your dedicated TagoDeploy instance |
x-tagoio-region: eu-w1For TagoDeploy, pass your instance's full API endpoint over https://. This works on the hosted server, so a dedicated instance needs the same one-line config as a public region.
Over STDIO there are no headers. Set TAGOIO_API to your endpoint instead.
Run it locally
Run the server on your own machine for offline work, or when your network blocks outbound connections. Install Node.js 22.12 or newer, then:
npx -y @tago-io/mcp-server # STDIO, what desktop apps and IDEs expect
npx -y @tago-io/mcp-server http # HTTP on port 3000STDIO reads the token from the environment:
{
"mcpServers": {
"@tago-io/mcp": {
"command": "npx",
"args": ["-y", "@tago-io/mcp-server"],
"env": {
"TAGOIO_TOKEN": "YOUR-TAGOIO-TOKEN"
}
}
}
}For Claude Code:
claude mcp add @tago-io/mcp-server -e TAGOIO_TOKEN=YOUR-TAGOIO-TOKEN -- npx -y @tago-io/mcp-serverHTTP mode takes the token per request, so several people can share one server with their own credentials. Set the port with MCP_PORT, and check GET /health to confirm the server is up. To point any config in this README at your local server, swap the URL for http://localhost:3000. Run npx -y @tago-io/mcp-server --help for the full option list.
Writing custom widgets
Custom widgets are React components with a strict authoring contract: a provider wrapper, pinned npm: dependencies, a // tailwind marker. The server validates your code against that contract and reports what breaks it.
The custom widget skill teaches the contract itself, with worked examples. Install it for Claude Code:
# all projects
mkdir -p ~/.claude/skills/custom-widget-development
curl -fsSL https://raw.githubusercontent.com/tago-io/mcp-server/master/skills/custom-widget-development/SKILL.md \
-o ~/.claude/skills/custom-widget-development/SKILL.md
# one project
mkdir -p .claude/skills/custom-widget-development
curl -fsSL https://raw.githubusercontent.com/tago-io/mcp-server/master/skills/custom-widget-development/SKILL.md \
-o .claude/skills/custom-widget-development/SKILL.mdFor other clients, put the same file wherever that client loads skills or reusable prompts from.
Your token and your data
The server strips your token from every result, error, script download, and console output before it reaches your assistant. Environment variable values, minted analysis tokens, and signed file URLs get the same treatment.
Some settings stay in the TagoIO admin: TagoRUN environment configuration, SSO and custom domains, test emails, and anonymous user creation.
Troubleshooting
It won't connect. Confirm the token is still valid and that https://mcp.ai.tago.io is reachable from your network. If your account lives in EU West, set the x-tagoio-region header.
Authentication error. Over HTTP the header reads Bearer YOUR-TOKEN, with the space. Over STDIO the token goes in TAGOIO_TOKEN. If the format checks out, the token may lack permission for what you asked.
A request comes back empty. Two usual causes: the device has no data in the window you asked about, or your profile lacks access to that device.
The bridge fails (Claude Desktop, Warp, Kiro). Check for Node.js 22.12 or newer, then run the bridge by hand to read the real error:
npx -y mcp-remote https://mcp.ai.tago.io --header "Authorization: Bearer YOUR-TOKEN"Every tool the server exposes, grouped by domain. Each one carries its own parameters, limits, and read or write annotation in the description your client reads.
Domain | Tools |
Devices |
|
Device data |
|
Actions |
|
Analyses |
|
Dashboards & widgets |
|
Entities |
|
Entity data |
|
Run users |
|
Run-user notifications |
|
Files |
|
Access management |
|
Profile |
|
Connectors & networks |
|
Docs & examples |
|
Contributing
Issues and pull requests are welcome. Agent instructions live in AGENTS.md.
License
MIT. See the LICENSE file.
Built by the TagoIO team. Need a hand? Check the TagoIO documentation or contact support.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables interaction with Google Tag Manager through its API with built-in Google OAuth authentication. Allows managing GTM containers, tags, triggers, and variables through natural language.Last updated229196Apache 2.0
- Alicense-qualityCmaintenanceEnables interaction with Cumulocity IoT platform for device management, measurements, and alarm monitoring. Supports filtering devices, retrieving measurements with time-based queries, and accessing active alarms through natural language.Last updated8Apache 2.0
- AlicenseBqualityBmaintenanceEnables natural language interaction with Connhex IoT platform APIs for managing devices, telemetry, rules, and resources via MCP tools.Last updated301MIT
- Alicense-qualityDmaintenanceProvides seamless access to 32 Acceleronix PaaS OpenAPIs for device management, data storage, and more, with intelligent tool management and Bearer token authentication.Last updated43ISC
Related MCP Connectors
Connect your Mercado Pago account to AI via Brazil's Open Finance: balances, statements, cards, inve
Connect your Necton account to AI via Brazil's Open Finance: balances, statements, cards, investment
Connect your Banco do Brasil account to AI via Brazil's Open Finance: balances, statements, cards, i
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tago-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server