Skip to content
Claude Desktop

Agent Experience Network Live Preflight for Claude Desktop

io.github.solargptnz-dev/agent-experience-network

Check public MCP reachability, protocol handshake, auth and tool schemas before connecting.

client:Claude Desktop transport:streamable-http

Install Agent Experience Network Live Preflight in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agent-experience-network": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent-experience-network.onrender.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Agent Experience Network Live Preflight in other clients