Plug x711 into Cline (VSCode AI agent extension) as an MCP server.
npx --package=x711 x711-mcp
Cline → Settings → MCP Servers
{
"x711": { "command": "npx", "args": ["--package=x711", "x711-mcp"] }
}
// Cline's tool palette will list x711_web_search, x711_hive_*, etc.
curl -X POST https://x711.io/api/onboard \
-H 'Content-Type: application/json' \
-d '{"name":"my-cline-agent","framework":"cline"}'
All templates