Development · MODEL CONTEXT PROTOCOL

lowcodelocky2 xano mcp

lowcodelocky2 xano mcp is a community-listed Model Context Protocol server. Review the source repository before installation.

WHAT IT CONNECTS

What lowcodelocky2 xano mcp gives an AI Agent

  • **Manage Tables**: Create, list, and delete tables in your Xano database
  • **Schema Operations**: View and modify table schemas with comprehensive schema editing capabilities
  • **Database Management**: Complete toolset for interacting with your Xano database structure
  • **Swagger Spec**: Extract your API group api details in either JSON or Markdown (reduced token) format
  • Node.js (v16 or higher)
  • npm or another Node.js package manager
  • A Xano account with API access
  • Cursor, Claude Desktop, Cline or another MCP client.
  • Clone the repository:
  • Install dependencies:
  • Configure your Xano credentials:
  • Edit `index.ts` and set your Xano credentials:
  • `XANO_API_KEY`: Your Xano API key
  • `XANO_WORKSPACE`: Your Xano workspace ID
  • `XANO_API_BASE`: Your Xano instance API URL (e.g., https://your-instance.xano.io/api:meta)
  • Build the project:
  • Open Cursor
  • Click "Add MCP Server"
  • Configure the server:
  • Name: `whatever you want to call it`
  • Type: `command`
  • Command: `node /path/to/xano-mcp/build/index.js`
  • List all tables in your workspace
  • View detailed table schemas
  • Create new tables with custom schemas
  • Delete existing tables
  • Modify table schemas (add/remove/rename columns)
  • Add new columns with various data types
  • Remove columns
  • Rename columns
  • Update entire table schemas
  • Support for complex data types and relationships
  • Create new API groups
  • List all API groups
  • Browse APIs within groups
  • Enable/disable Swagger documentation
  • Manage API group metadata (tags, branches, etc.)
  • Add new APIs to groups
  • Configure HTTP methods (GET, POST, PUT, DELETE, PATCH, HEAD)
  • Set up API documentation
  • Add metadata (tags, descriptions)
  • Generate API Group specifications in both markdown (reduced tokens) and JSO (full) formats
  • View Swagger documentation
  • Access detailed schema information
  • Open the file `src/index.ts` in your code editor
  • Locate the commented-out section that starts with:
  • To uncomment this section:
  • Delete the opening `/*` on the line after "Delete Table Tool"
  • Delete the closing `*/` before "Edit Table Schema Tool"
  • Save the file
  • Run a new build `npm run build'
  • Restart your MCP client (Claude / Cursor)
  • The delete-table tool should now be available in your toolset

SECURITY

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.