MCP server for Quilt data catalog - search, analyze, and manage data packages with 84+ tools.
# Run directly with uvx (requires uv: https://docs.astral.sh/uv/)
uvx quilt-mcp
# Or install globally
uv tool install quilt-mcp
quilt-mcp
- Download
.mcpb
from releases - Double-click to install or drag to Claude Desktop
- Configure catalog in Settings → Extensions → Quilt MCP
# One-liner setup
npx @anthropic/claude-cli mcp add quilt-mcp
Add to your mcp.json
:
{
"mcpServers": {
"quilt": {
"command": "uvx",
"args": ["quilt-mcp"],
"env": {
"QUILT_CATALOG_DOMAIN": "quilt-stack.yourcompany.com"
}
}
}
}
Set via environment or MCP config:
QUILT_CATALOG_DOMAIN
- Your Quilt catalog URLQUILT_DEFAULT_BUCKET
- Default S3 bucketAWS_PROFILE
- AWS credentials profile
# Clone and setup
git clone https://github.com/quiltdata/quilt-mcp-server.git
cd quilt-mcp-server
# Install and run
uv sync
make run
# Test
make test
Apache 2.0 - See LICENSE.txt