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
- Add your server on Smithery.ai
- Set your Xano API token as the configuration parameter
- 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.
Xano MCP Server
Project Details
- roboulos/simple-xano-mcp
- Last Updated: 4/8/2025
Recomended MCP Servers
simple logseq mcp server
A MCP server that lists all available MCP services for easy copying and usage
MCP server that enables Roo Code to make OpenAI API calls, with full support for DALL-E image generation
Fork of Neo4j MCP server with environment variable support
A Model Context Protocol server for retrieving and analyzing issues from Sentry.io
BICScan MCP Server
Un serveur MCP (Model-Client-Protocol) pour accéder à l'API Gallica de la Bibliothèque nationale de France (BnF) et générer...
A Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect...
This MCP server provides access to Lark Bitable through the Model Context Protocol. It allows users to interact...
A project to be pushed from local to GitHub using MCP service.





