Developer Tools
Trust: 29/100 (Limited)io.github.tago-io/mcp-server Guide
Model Context Protocol server for TagoIO data and analytics
4 starsby tago-io
Quick Start
Install
npx @tago-io/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-tago-io-mcp-server": {
"command": "npx",
"args": [
"@tago-io/mcp-server"
]
}
}
}