Supports containerized deployment using Docker, with configuration options for both stdio and WebSocket transport methods.
Compatible with Smithery's serverless deployment model, allowing the MCP server to be deployed and managed in a serverless environment.
Xano MCP Server for Smithery
A Model Context Protocol (MCP) server for integrating Xano databases with Smithery, enabling Claude AI to interact with Xano databases.
Overview
This MCP server provides a bridge between Claude AI (via Smithery) and Xano databases, allowing Claude to perform operations on Xano data through a standardized interface. The server implements the Model Context Protocol, making it compatible with Smithery's serverless deployment model.
Features
Complete Xano API integration
Support for both stdio and WebSocket transport methods
Comprehensive database operations (tables, schemas, records)
File management capabilities
Request history tracking
Import/export functionality
Available Tools
The server provides the following categories of tools:
Instance and Database Operations
List Xano instances
Get instance details
List databases/workspaces
Get workspace details
Table Operations
List tables
Get table details
Create, update, and delete tables
Table Schema Operations
Get and update table schemas
Add, rename, and delete fields
Table Index Operations
List, create, and delete various index types (btree, unique, search, spatial, vector)
Table Content Operations
Browse and search table content
CRUD operations on records (create, read, update, delete)
Bulk operations for efficiency
File Operations
List, upload, and delete files
Get file details
Request History Operations
Browse and search request history
Workspace Import/Export
Export and import workspaces and schemas
Installation
Prerequisites
Python 3.10 or higher
Smithery CLI (for deployment)
Xano API token
Local Installation
Usage
Running Locally
Using with Smithery
Deploy the MCP server to Smithery:
Configure the server with your Xano API token in the Smithery dashboard
Use the server in your Smithery workflows
Security Considerations
Store your Xano API token securely
Use environment variables for sensitive information when possible
Consider using access controls on your Xano database
The MCP server has full access to your Xano database, so deploy it securely
Configuration
The server can be configured using command-line arguments or environment variables:
Option | Environment Variable | Description |
--token | XANO_API_TOKEN | Your Xano API token (required) |
--transport | MCP_TRANSPORT | Transport method: stdio or websocket (default: stdio) |
--port | MCP_PORT | Port for WebSocket server (default: 8765) |
--debug | MCP_DEBUG | Enable debug mode for verbose logging |
Docker Support
You can run the server using Docker:
License
This project is licensed under the MIT License - see the LICENSE file for details.
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.
A Model Context Protocol server that enables Claude AI to interact with Xano databases, providing comprehensive database operations, file management, and request history tracking through a standardized interface.
Related MCP Servers
- -securityFlicense-qualityA comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.Last updated -5
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude and other AI assistants to access and update Kintone data through natural language commands, supporting operations like record management, file handling, app administration, and space collaboration.Last updated -10AGPL 3.0
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -12011
- -securityAlicense-qualityA simplified Model Context Protocol server that enables Claude to interact with Xano databases through the Xano Metadata API.Last updated -2MIT License