Skip to main content
Beyond its tools, the Xano Developer MCP also exposes XanoScript documentation as MCP resources for direct access, and can be imported as an npm library for custom integrations.

MCP Resources

The server exposes 26 XanoScript documentation files as MCP resources. These can be read directly by URI without calling a tool, which is useful for MCP clients that support resource access.

npm Library Usage

The @xano/developer-mcp package can also be imported directly as an npm library, allowing you to integrate its capabilities into your own applications or build custom MCP servers.

Installation

Entry Points

The package provides three entry points:

Core Functions

Building Custom MCP Servers

If you want to build a custom MCP server that includes XanoScript capabilities, you can use the tool definitions and handler:

Utility Functions

TypeScript Types

All types are exported for TypeScript consumers:

Source Code

The Xano Developer MCP is open source under the MIT license.

GitHub

View the source code and contribute

npm

View the package on npm