Prerequisites
- Node.js 18 or later
- Gemini CLI installed and authenticated
Installation
Install the MCP Server
Add the Xano Developer MCP to your Gemini CLI settings file at~/.gemini/settings.json:
mcpServers block in .gemini/settings.json at your project root.
Restart any active Gemini CLI sessions so the new server is picked up.
Verify Setup
In Gemini CLI, ask:“What version of the Xano Developer MCP is installed?”Gemini should call
mcp_version and return the current version number.
Usage
The Developer MCP lets Gemini CLI write and validate XanoScript using your local Xano workspace as context. Before asking Gemini to make changes, pull a workspace locally with the Xano CLI. If you haven’t installed and authenticated with the CLI yet, do that now before continuing. Then select or create a workspace and run:xano sandbox review opens your sandbox in the browser — verify everything looks right, then promote the changes to production from there.
What’s Next
Tools Reference
Explore all 6 tools available in the Developer MCP
Resources & Library
Access MCP resources and use the package as an npm library