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
MCP Server to enable LLM's to connect to the Contentful GraphQL Endpoints
MCP server that interacts with Obsidian via the Obsidian rest API community plugin
A lightweight, ready-to-use TypeScript template for building Model Context Protocol (MCP) servers. This template provides the essential scaffolding...
PDF to Markdown conversion tool
This read-only MCP Server allows you to connect to Sybase IQ data from Claude Desktop through CData JDBC...
A blog starter project for a NextJS blog using Obsidian as the CMS
An MCP server that powers AI agents with indexed blockchain data from The Graph.
This read-only MCP Server allows you to connect to WordPress data from Claude Desktop through CData JDBC Drivers....
A MCP provider Deepseek reasoning content to MCP-enabled AI Clients, like Claude Desktop. Supports access to Deepseek's CoT...





