Xano MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NODE_ENVNoEnvironment (development/production)development
API_TIMEOUTNoAPI request timeout in milliseconds10000
XANO_API_KEYYesYour Xano API authentication key
XANO_API_URLYesXano API endpoint URL

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_workspaces

Get all available workspaces

create_table

Create a new table in a workspace

get_table_content

Get content from a table

add_table_content

Add content to a table

update_table_content

Update content in a table

get_all_tables

Get all tables in a workspace