What is the io.github.tago-io/mcp-server MCP server?
Model Context Protocol server for TagoIO data and analytics
How to install io.github.tago-io/mcp-server
Copy-paste configuration for popular MCP clients.
TAGOIO_TOKENrequiredsecretYour TagoIO Profile Token or Analysis Token
TAGOIO_APIYour API endpoint for the TagoIO. Defaults to https://api.us-e1.tago.io
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@tago-io/mcp-server"
],
"env": {
"TAGOIO_TOKEN": "<YOUR_TAGOIO_TOKEN>",
"TAGOIO_API": "<YOUR_TAGOIO_API>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@tago-io/mcp-server"
],
"env": {
"TAGOIO_TOKEN": "<YOUR_TAGOIO_TOKEN>",
"TAGOIO_API": "<YOUR_TAGOIO_API>"
}
}
}
}{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@tago-io/mcp-server"
],
"env": {
"TAGOIO_TOKEN": "<YOUR_TAGOIO_TOKEN>",
"TAGOIO_API": "<YOUR_TAGOIO_API>"
}
}
}
}{
"servers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@tago-io/mcp-server"
],
"env": {
"TAGOIO_TOKEN": "<YOUR_TAGOIO_TOKEN>",
"TAGOIO_API": "<YOUR_TAGOIO_API>"
}
}
}
}claude mcp add mcp-server --env TAGOIO_TOKEN=<YOUR_TAGOIO_TOKEN> --env TAGOIO_API=<YOUR_TAGOIO_API> -- npx -y @tago-io/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.