Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.xano.com/llms.txt

Use this file to discover all available pages before exploring further.

The Xano Developer MCP (@xano/developer-mcp) is an MCP server that gives AI assistants superpowers for developing on Xano. It provides XanoScript documentation, code validation, and workflow guides directly to your AI tools.
What does it do?The Developer MCP is designed for building with Xano, not managing your Xano instance. It helps AI assistants:
  • Access XanoScript language documentation and syntax references
  • Validate XanoScript code for syntax errors in real-time
  • Retrieve Meta API, Run API, and CLI documentation on demand
  • Provide context-aware docs based on the file you’re editing

Pick Your Client

The Developer MCP requires Node.js 18 or later. Choose your AI client below for installation and usage instructions.
https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/claude-ai-icon.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=b9de3a97860e4296c6d48664852a8e16

Claude Code

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/claude-ai-icon.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=b9de3a97860e4296c6d48664852a8e16

Claude Desktop

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/vscode.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=bb6c91058fcbe6ee28fcda04e03de2e6

VS Code

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/Cursor_light.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=c42cd27f6fa1b802cadd5a3514d7ff46

Cursor

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/Windsurf_light.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=ad7fc1569a810d534939040c60c6cc78

Windsurf

https://mintcdn.com/xano-997cb9ee/aZQYcxhIvSDTNEim/images/icons/OpenAI_light.svg?fit=max&auto=format&n=aZQYcxhIvSDTNEim&q=85&s=8c4486c571ab4c35fe7843ed31718c04

Codex

https://mintcdn.com/xano-997cb9ee/iFWc-RFvMkYTid3P/images/icons/gemini.svg?fit=max&auto=format&n=iFWc-RFvMkYTid3P&q=85&s=b1868b87c460669c476c1d136ef95ebe

Gemini CLI

Don’t see your client? The Developer MCP works with any MCP-compatible client. The general pattern is to register npx -y @xano/developer-mcp as a stdio server — see any of the pages above for reference.

Global npm Install

If you prefer a global install instead of npx: Then reference the command directly in your MCP client configuration:
{
  "xano": {
    "command": "xano-developer-mcp"
  }
}

Xano Skills

The Developer MCP repo also ships two agent skills — portable, agent-neutral prompts that give AI assistants deeper Xano expertise on top of what the MCP provides.
SkillDescription
xano-initGuided setup that profiles a Xano workspace and builds a sandbox-first development playbook
xanoscript-docs-expertDeep reference for working with XanoScript documentation and the Developer MCP’s architecture
Skills are distributed via the open Agent Skills standard and install with a single npx command — no cloning or manual file copying.

Install a single skill

Install across multiple agents

Install the same skill into several agents at once: Other supported agents include gemini-cli, windsurf, continue, cline, and github-copilot — see the skills CLI for the full list.

Flags

FlagPurpose
-s <skill>Install a specific skill. Drop this flag to install every skill in the repo.
-a <agent>Target a specific agent. Repeat the flag for multiple agents.
-gInstall globally (user profile). Drop this flag to scope the install to the current project instead.
Start a new agent session after installing so the skill manifest is picked up. Then invoke a skill by name (xano-init, xanoscript-docs-expert) or just describe the task in natural language.

No Authentication Required

The Developer MCP runs entirely locally and serves documentation and validation tools. It does not connect to your Xano instance and requires no access tokens or credentials. Connection to your Xano workspace is handled separately by the Xano CLI.
The APIs documented by the meta_api_docs and run_api_docs tools do require authentication when you call them directly. The MCP server itself just provides the documentation.

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