TagoIO MCP Server

TagoIO MCP Server

Enables AI models to interact with TagoIO IoT platform accounts, providing access to device management, real-time data analysis, and AI-powered code generation for IoT development workflows.

Category
Visit Server

README

<br/> <p align="center"> <img src="https://assets.tago.io/tagoio/tagoio.png" width="250px" alt="TagoIO"></img> </p>

TagoIO | MCP Server

The TagoIO MCP Server enables AI models to interact directly with your TagoIO account, providing contextual access to devices, data, and platform resources for enhanced development workflows and intelligent data analysis.

Features

  • Device Management: Access device information, configurations, and real-time data
  • Data Analysis: Perform statistical operations (sums, averages, reports) on stored data
  • Platform Integration: Retrieve users, actions, analysis scripts, and account statistics
  • Code Generation: AI-powered TagoIO Analysis script generation with proper context
  • Development Support: Debug assistance and tag relationship analysis

Quick Start

Prerequisites

  • Installed Node.js 18+ (https://nodejs.org/en/download/)
  • TagoIO account with valid profile token or analysis token
  • Compatible AI platform or IDE (see Supported Platforms)

Installation

Manual Configuration

Create or update your MCP configuration file:

{
  "mcpServers": {
    "@tago-io/mcp": {
      "command": "npx",
      "args": ["-y", "@tago-io/mcp-server"],
      "env": {
        "TAGOIO_TOKEN": "YOUR-TOKEN",
        "TAGOIO_API": "https://api.us-e1.tago.io"
      }
    }
  }
}

Configuration Parameters:

  • Replace YOUR-TOKEN with your TagoIO Profile token or an Analysis Token
    • Using an Analysis token is recommended for better security, as you can limit the token's permissions to only the resources you need. Your analysis must be set to run "External" so you can use the token.
    • Using a Profile token is going to instantly grant the MCP access to your entire profile, but it's not recommended for production environments.
  • Update API endpoint to https://api.eu-w1.tago.io for European accounts

Platform-Specific Setup

Claude Desktop

  1. Download and install Claude Desktop
  2. Copy the MCP configuration above
  3. Send the prompt: "Hey Claude, install the following MCP Server" with the configuration
  4. Claude will automatically install and configure the server

One-Click Install for Development IDEs

Install MCP Server

Install with NPX in VS Code Install with NPX in VS Code Insiders

Or place the configuration file in the appropriate location for your IDE and restart the application.

Platform Configuration Path
Cursor ~/.cursor/mcp.json
Windsurf ~/.codeium/windsurf/mcp_config.json
Cline ~/.cline/mcp_config.json
Claude Desktop ~/.claude/mcp_config.json

Authentication

The MCP server requires a TagoIO Profile Token for authentication:

  1. Log into your TagoIO account
  2. Navigate to Account SettingsProfile Tokens
  3. Generate a new token with appropriate permissions
  4. Replace YOUR-PROFILE-TOKEN in the configuration

Security Note: Keep your profile token secure and never commit it to version control.

API Endpoints

The server supports both US and European TagoIO instances:

  • US East: https://api.us-e1.tago.io (default)
  • EU West: https://api.eu-w1.tago.io

Troubleshooting

Common Issues

Connection Failed

  • Check your profile token validity
  • Ensure correct API endpoint for your region

Authentication Error

  • Confirm profile or analysis token has necessary permissions
  • Verify token format in configuration file

Data Access Issues

  • Check device permissions in your TagoIO account
  • Ensure devices have recent data available

License

This project is licensed under the MIT License - see the LICENSE file for details.


Need Help? Visit the TagoIO Documentation or contact our support team.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured