mcpbeat Sign in

Tago Io MCP Server

local only

Tago Io runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from npm. Last commit 31 Jul 2026.

Model Context Protocol server for TagoIO data and analytics

Installs per day peak 34 · avg 9 · +300% w/w
a month agotoday
97
Installs / week
npm · @tago-io/mcp-server
9
Stars
1 open issues
31 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tago Io every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @tago-io/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@tago-io/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@tago-io/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@tago-io/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@tago-io/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TAGOIO_TOKEN (Your TagoIO Profile Token or Analysis Token), TAGOIO_API (Your API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tago Io

same job, measured the same way
MCP Server Chart
by antvis

A Model Context Protocol server for generating charts using AntV.

3 979 installs/wk local only
Datawrapper
by palewire

A Model Context Protocol (MCP) server and app for creating Datawrapper charts using AI assistants

291 installs/wk local only
DataRaum
by dataraum

Pre-computed metadata context engine for AI-driven data analytics

7 installs/wk local only
O
DeFi Protocol Data
by memoryapi

DeFi protocol data: TVL, yield pools, and cross-chain analytics

3 tools answering
Google Analytics
by codechap

MCP server for Google Analytics 4 — reports, realtime data, and admin

local only
Seline
by getseline

MCP server for the Seline Analytics API

45 installs/wk answering
mcp-server-sigma
by christianclaudio

MCP server for Sigma Computing. Provision dashboards, build models, and automate cloud analytics.

862 installs/wk local only
Singular
by singular

Marketing intelligence MCP server providing campaign performance data and analytics tools.

answering

Tago Io — questions

Answers built from our own checks of this server.

Why is there no uptime for Tago Io?
Tago Io runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @tago-io/mcp-server was installed 97 times last week.
How do I connect Tago Io?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @tago-io/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Tago Io?
The npm package @tago-io/mcp-server was installed 97 times in the last week. Week over week that is +300%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tago Io open source?
We cannot say either way: written in TypeScript, 9 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.