Secure MCP server for accessing Quilt data with JWT authentication
Project description
Quilt MCP Server
MCP server for Quilt data catalog - search, analyze, and manage data packages with 84+ tools.
Quick Start
1. Terminal (Direct)
# Run directly with uvx (requires uv: https://docs.astral.sh/uv/)
uvx quilt-mcp
# Or install globally
uv tool install quilt-mcp
quilt-mcp
2. Claude Desktop (One-Click)
- Download
.mcpbfrom releases - Double-click to install or drag to Claude Desktop
- Configure catalog in Settings → Extensions → Quilt MCP
3. Claude CLI
# One-liner setup
npx @anthropic/claude-cli mcp add quilt-mcp
4. Custom MCP Clients
Add to your mcp.json:
{
"mcpServers": {
"quilt": {
"command": "uvx",
"args": ["quilt-mcp"],
"env": {
"QUILT_CATALOG_DOMAIN": "quilt-stack.yourcompany.com"
}
}
}
}
Configuration
Set via environment or MCP config:
QUILT_CATALOG_DOMAIN- Your Quilt catalog URLQUILT_DEFAULT_BUCKET- Default S3 bucketAWS_PROFILE- AWS credentials profile
Development
# 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
Documentation
Support
License
Apache 2.0 - See LICENSE.txt
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quilt_mcp-0.6.12.tar.gz
(184.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
quilt_mcp-0.6.12-py3-none-any.whl
(218.6 kB
view details)
File details
Details for the file quilt_mcp-0.6.12.tar.gz.
File metadata
- Download URL: quilt_mcp-0.6.12.tar.gz
- Upload date:
- Size: 184.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
038975782fd69510db1afb89eb8ee851eefba1f67d2e5525c0aa75df605af78f
|
|
| MD5 |
486f84d39dd457268e35c19615ef6eb1
|
|
| BLAKE2b-256 |
6a16bf9471d3eebf85eb0dcc1ab0f895c3ab362c68976ff86866f8948324d5e6
|
File details
Details for the file quilt_mcp-0.6.12-py3-none-any.whl.
File metadata
- Download URL: quilt_mcp-0.6.12-py3-none-any.whl
- Upload date:
- Size: 218.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1996ab2ad3e1219a7dba9ab21dc97f64972d2b9cfa1645a481a28849579e394
|
|
| MD5 |
6eaa4f90a07527c247d8d6796b5e1c94
|
|
| BLAKE2b-256 |
2c8f343483d008d6b16a2e59591f7edd657c1a971b867d84497d282ad79d38a3
|