Xano MCP Server

by roboulos
Verified

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Xano MCP Server

This is a simplified Model Context Protocol (MCP) server for Xano database integration. It allows Claude to interact with Xano databases through the Xano Metadata API.

Features

This MCP server provides core tools for:

  • Listing Xano instances
  • Getting instance details
  • Listing databases in an instance
  • Listing tables in a database
  • Getting table details

Local Usage

Prerequisites

  • Python 3.8 or higher
  • A valid Xano Metadata API token

Installation

# Install dependencies pip install httpx "mcp[cli]"

Running the Server

# Run with your Xano token python xano_mcp_sdk.py --token "YOUR_XANO_API_TOKEN"

Smithery.ai Deployment

This repository is configured for deployment on Smithery.ai.

Deployment Steps

  1. Add your server on Smithery.ai
  2. Set your Xano API token as the configuration parameter
  3. Deploy your server

API Endpoint Structure

The implementation uses the Xano API with this structure:

  • Authentication: /auth/me
  • Browse instances: /instance
  • List databases: /instance/{name}/workspace
  • List tables: /instance/{name}/database/{name}/table

Implementation

The MCP server uses the FastMCP SDK for Python, which ensures protocol compliance and proper handling of MCP requests and responses.

-
security - not tested
F
license - not found
-
quality - not tested

A simplified Model Context Protocol server that enables Claude to interact with Xano databases through the Xano Metadata API.

  1. Features
    1. Local Usage
      1. Prerequisites
      2. Installation
      3. Running the Server
    2. Smithery.ai Deployment
      1. Deployment Steps
    3. API Endpoint Structure
      1. Implementation
        ID: e9poq4envh