Plug x711 into Claude Desktop as an MCP server. Add to claude_desktop_config.json and Claude can fuel itself with web search, hive memory, code sandbox, prices, fetch.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%/Claude/claude_desktop_config.json (Windows)
{
"mcpServers": {
"x711": {
"type": "streamable-http",
"url": "https://x711.io/mcp",
"headers": { "X-API-Key": "YOUR_KEY" }
}
}
}
// 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