Provides intelligent access to React Native Godot documentation, examples, and implementation guides from the react-native-godot GitHub repository, including documentation search, code examples, API references, and direct file access.
Enables access to React Native Godot documentation and examples, including setup instructions, API references, troubleshooting guides, and code examples for integrating Godot with React Native applications.
React Native Godot Documentation MCP Server
A powerful Model Context Protocol (MCP) server for intelligent access to React Native Godot documentation, examples, and implementation guides. This server enables LLMs to efficiently fetch and search documentation from the react-native-godot repository by Born.com and Migeran.
๐ Features
Agent-Centric Design
This MCP server follows best practices for agent-oriented tool design:
Workflow-focused tools that enable complete tasks, not just API wrapping
Optimized for context efficiency with configurable detail levels
Actionable error messages that guide agents toward solutions
Natural task subdivisions with intuitive tool naming
Available Tools
๐ get_documentation
Fetch specific sections of React Native Godot documentation:
Overview, installation, initialization
API usage, threading, views
Export, debugging, custom builds
Configurable detail levels (concise/detailed/full)
๐ search_documentation
Intelligent search across all documentation:
Keyword-based search with relevance scoring
Returns most relevant sections
Perfect for finding specific topics or troubleshooting
๐ป get_example_code
Retrieve working code examples for:
Initialization and setup
API usage patterns
Signal handling
View embedding
Worklets and threading
Complete application examples
๐ ๏ธ get_setup_instructions
Platform-specific setup guidance:
iOS and Android configurations
Debugging setup options
Custom build instructions
Step-by-step installation process
๐ get_api_reference
Detailed API documentation for:
RTNGodot class methods
RTNGodotView component
runOnGodotThread function
Signals and callables
Property access patterns
๐ง get_troubleshooting
Solutions for common issues:
Build errors
View display problems
Threading issues
Export problems
Performance optimization
๐ get_file_from_repo
Direct access to repository files:
Example implementations
Configuration files
Build scripts
Native code
๐ฆ Installation
Prerequisites
Install Dependencies
Make Executable
๐ฏ Usage
Running the Server
Standalone Mode
With MCP Inspector (for testing)
Integration with Claude Desktop
Add to your Claude configuration file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
Integration with Other MCP Clients
The server uses stdio transport and can be integrated with any MCP-compatible client:
๐ก Example Queries
Get Started with React Native Godot
Search for Specific Topics
Troubleshoot Issues
Deep Dive into API
๐งช Running Evaluations
The repository includes comprehensive evaluation questions to test the MCP server's capabilities.
Using the Evaluation File
The evaluation file (
react_native_godot_evaluation.xml) contains 10 complex questionsEach question tests the server's ability to find specific information
Questions cover initialization, threading, debugging, API usage, and more
Running Evaluations with MCP
Manual Testing
You can manually test each tool:
๐๏ธ Architecture
Design Principles
Workflow-Oriented: Tools are designed around common developer workflows
Context-Aware: Adjustable detail levels to optimize token usage
Error-Resilient: Graceful handling with actionable error messages
Format-Flexible: Supports both Markdown and JSON responses
Response Formats
All tools support two response formats:
Markdown: Human-readable, formatted documentation
JSON: Structured data for programmatic use
Detail Levels
Three levels of detail for documentation:
Concise: Key points and headers only
Detailed: Standard documentation with examples
Full: Complete content including all details
๐ Security & Limits
Character Limit: 25,000 characters per response
Request Timeout: 30 seconds
Max Search Results: 20 per query
Rate Limiting: Respects GitHub API limits
๐ค Contributing
This MCP server is designed to be extensible. To add new features:
Add new tool methods with
@mcp.tooldecoratorDefine Pydantic input models for validation
Follow the existing patterns for error handling
Add corresponding evaluation questions
๐ License
MIT License - Same as React Native Godot
๐ Credits
MCP Server: Built using the Model Context Protocol by Anthropic
FastMCP: Simplified MCP development framework
๐ Support
For React Native Godot questions:
Migeran Support (commercial)
For MCP server issues:
Open an issue in this repository
Check the evaluation results for capability verification
๐ฆ Status
โ All documentation sections accessible
โ Intelligent search functionality
โ Complete example code coverage
โ Platform-specific guidance
โ Comprehensive troubleshooting
โ Direct file access from repository
โ 10 evaluation questions for testing
Built with โค๏ธ for the React Native and Godot communities
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables intelligent access to React Native Godot documentation, examples, API references, and troubleshooting guides through searchable tools optimized for LLM workflows.