Loading MCP server directory, please wait...
Model Context Protocol server for TagoIO data and analytics
npx @getmcp/cli add io.github.tago-io/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
TAGOIO_TOKENYour TagoIO Profile Token or Analysis Token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.tago-io/mcp-server": {
"command": "npx",
"args": [
"-y",
"@tago-io/mcp-server"
],
"env": {
"TAGOIO_TOKEN": "",
"TAGOIO_API": ""
}
}
}
}