radon-mcp

Guide live React Native and Expo debugging with Radon MCP commands.

265|12|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/software-mansion-labs/skills --skill radon-mcp-software-mansion-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: radon-mcp
Source: https://github.com/software-mansion-labs/skills/tree/main/skills/radon-mcp
Command: npx skills add https://github.com/software-mansion-labs/skills --skill radon-mcp-software-mansion-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Radon MCP tools provide structured, best-practice guidance for live inspection and debugging of React Native and Expo apps within the Radon IDE, helping teams quickly diagnose UI, logs, network, and library issues without flipping between disparate docs.

Core Features & Use Cases

  • Comprehensive guidance for common MCP use-cases: viewing application logs, screenshot inspection, component-tree analysis, network request inspection, reloading the app, and querying documentation or library descriptions.
  • Step-by-step workflows that map to the tools in references/ to reduce time-to-diagnose in a running app.
  • Use Case: A developer notices a UI mismatch; follow the MCP workflow to view logs, inspect components, and reload.

Quick Start

Call view_application_logs to start diagnosing issues in the running app.

Frequently Asked Questions about radon-mcp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I inspect a React Native component tree during live debugging?

To inspect a React Native component tree during live debugging, use the view-component-tree command within an active Radon IDE session to analyze UI structures and diagnose layout mismatches.

What's the best way to view network logs in an Expo app?

Viewing network logs in an Expo app is best handled by the view-network-logs command in Radon IDE, which provides structured inspection of network requests to quickly identify API issues.

Can I reload my React Native application directly from the debugger?

Yes, you can reload your React Native application directly from the debugger by executing the reload-application command during your active Radon IDE MCP session.

How do I query documentation for RN libraries while debugging?

To query documentation for RN libraries while debugging, use the query_documentation or get-library-description commands within your Radon IDE MCP session to access structured library guidance.

Does Radon MCP work with standard React Native CLI projects?

Radon MCP is designed for live React Native and Expo app debugging within the Radon IDE, providing best-practice workflows for UI, logs, network, and library inspection.

Why are my application logs not showing during live debugging?

If application logs are not showing during live debugging, ensure you are actively running the Radon IDE session and properly invoking the view-application-logs command to fetch runtime output.