Xata MCP server
The Xata MCP server lets AI assistants and agents interact with your Xata organizations, projects, and Postgres database branches.
Ads
Overview
The Xata MCP server lets AI assistants and agents interact with your Xata organizations, projects, and branches using the Model Context Protocol (MCP). - A hosted MCP server that runs alongside the Xata API — there is nothing to install or run locally. - Authenticated via OAuth in your browser, or with a Xata API key for headless environments. - Accessible from any MCP client that supports remote servers over Streamable HTTP. The server uses the Streamable HTTP transport. There is no SSE endpoint and no local (npm) version of the server.
Installation
claude mcp add --transport http xata https://api.xata.tech/mcp
Configuration
{
"mcpServers": {
"xata": {
"url": "https://api.xata.tech/mcp"
}
}
}Capabilities
- Verify authentication
Ask your assistant to call `user_info` and confirm who you're authenticated as via OAuth or API key.
- Discover API operations
Use `search_operations` to find the right Xata REST API call by describing your intent, like "list branches."
- Inspect operation details
Have the assistant call `describe_operation` to return parameters and request/response schemas before making a call.
- Run read-only queries
Use `call_read_operation` to safely fetch data, or `run_sql` to execute read-only SQL against a branch.
- Describe your schema
Ask the assistant to use `describe_schema` to list tables and columns for a given branch.
- Execute guided workflows
Use `list_skills` and `get_skill` to access step-by-step instructions for common multi-step Xata tasks.
Tags
- documentation
- document
- database
Related MCP servers
InstantDB
OfficialCreate, manage, and update applications on InstantDB, the modern Firebase.
Jitsu
OfficialManage Jitsu data pipelines from your AI assistant — destinations, streams, connections, syncs, functions, and live events.
PostgreSQL MCP Server
OfficialRun read-only SQL queries and inspect PostgreSQL schemas from your MCP client.
Financial Datasets
OfficialStock market API made for AI agents