Tago Io 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. It runs locally over stdio via the published package.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 9 · #24 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

TypeScript servers · how we verify → /methodology

01 · Install Tago Io MCP Server

before you install - you'll need

TAGOIO_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add tago-io-mcp-server -- npx -y @tago-io/mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tago-io-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tago-io/mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @tago-io/mcp-server - published under the repo owner's npm scope (@tago-io)

registry namespace io.github.tago-io is GitHub-verified and matches the repo owner

03 · What Tago Io MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

4.0.0 · 2026-07-27

> [!CAUTION] · > Every tool name in the catalog changed. Reconnect your client and it picks up the new catalog on its own, but any prompt, analysis, or automation that names a tool in text has to be updated. · every…

3.1.0 · 2026-06-01

Fixes · - support dedicated TagoDeploy instance URLs in the x-tagoio-region header

3.0.0 · 2026-04-14

Highlights · This major release introduces HTTP Streamable transport protocol support, enabling remote MCP connections alongside the existing STDIO transport - no local installation required. · New Features · HTTP…

04 · Who maintains Tago Io MCP Server

mcp-server is maintained by tago-io. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
data & analytics - ranked #24 of 75 actively-maintained data & analytics servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-27)
registry
io.github.tago-io/mcp-server (active, first published 2025-11-14 · 2 versions)
packages
npm:@tago-io/mcp-server

06 · Tago Io MCP Server FAQ

What is Tago Io 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. It runs locally over stdio via the published package.

Is Tago Io MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 2 releases in the last 90 days. We re-verify nightly.

How do I install Tago Io MCP Server?

Run `npx -y @tago-io/mcp-server`. The README documents one environment variable (TAGOIO_TOKEN) to set first. You can also paste the ready-made client config above.

Does Tago Io MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tago Io MCP Server