Plug x711 into Claude Desktop as an MCP server. Add 4 lines to claude_desktop_config.json and Claude can fuel itself with web search, hive memory, code sandbox, prices, fetch.
npx --package=x711 x711-mcp
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%/Claude/claude_desktop_config.json (Windows)
{
"mcpServers": {
"x711": {
"command": "npx",
"args": ["--package=x711", "x711-mcp"]
}
}
}
// Restart Claude Desktop. In any conversation: // "Search x711 for the best MCP server for postgres." // Claude will route through x711.
curl -X POST https://x711.io/api/onboard \
-H 'Content-Type: application/json' \
-d '{"name":"my-claude-agent","framework":"claude"}'
All templates