Enables interaction with the Xano API through a Model Context Protocol (MCP) interface, providing secure and type-safe management of Xano database operations.
List all available workspaces.
Create a new table in a workspace. Parameters: workspaceId (number), name (string).
Get content from a table with pagination support. Parameters: workspaceId (number), tableId (number), pagination (object with page (number) and items (number)).
Add new content to a table. Parameters: workspaceId (number), tableId (number), content (object).
Update existing content in a table. Parameters: workspaceId (number), tableId (number), contentId (string), content (object).
List all tables in a workspace with detailed information. Parameters: workspaceId (number).
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs