← Index

io.github.tago-io/mcp-server

io.github.tago-io/mcp-server·v2.1.3·Analytics
Quality Score
75
/100

Model Context Protocol server for TagoIO data and analytics

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tago-io/mcp-server"
      ],
      "env": {
        "TAGOIO_TOKEN": "<your-tagoio_token>",
        "TAGOIO_API": "<tagoio_api>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tago-io/mcp-server"
      ],
      "env": {
        "TAGOIO_TOKEN": "<your-tagoio_token>",
        "TAGOIO_API": "<tagoio_api>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tago-io/mcp-server
§02  Environment variables
TAGOIO_TOKEN
requiredsecret

Your TagoIO Profile Token or Analysis Token

TAGOIO_API

Your API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io

§03  MCP Quality Score  ·  methodology
freshness
15
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Analytics