Xano MCP Server
by SarimSiddd
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | Environment (development/production) | development |
API_TIMEOUT | No | API request timeout in milliseconds | 10000 |
XANO_API_KEY | Yes | Your Xano API authentication key | |
XANO_API_URL | Yes | Xano API endpoint URL |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
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 |