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
Copy
Running the Server
Copy
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.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A simplified Model Context Protocol server that enables Claude to interact with Xano databases through the Xano Metadata API.
Related MCP Servers
- AsecurityFlicenseAqualityEnables interaction with the Xano API through a Model Context Protocol (MCP) interface, providing secure and type-safe management of Xano database operations.Last updated -6TypeScript
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -484TypeScript
- -securityFlicense-qualityEnables AI assistants to manage Xano databases through the Model Context Protocol, allowing users to create, modify, and delete tables, edit schemas, and extract API documentation.Last updated -6TypeScript
- AsecurityAlicenseAqualityA collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.Last updated -214TypeScriptMIT License