Back to Apps

Sling
by slingdata-io
High-performance data movement CLI for Extract & Load (EL) pipelines between databases, file systems, and APIs.
0 stars
Works in:claude
Exposes:Tools
What it does
Sling is a lightweight, single-binary CLI tool designed to simplify data movement. It enables users to create and maintain data pipelines by extracting data from various source storages or databases and loading it into target destinations using an Extract & Load (EL) approach.
Tools
sling run: The primary command to execute a data transfer between a source and target.sling conns: Manage, view, test, and discover database and file system connections.sling conns discover: Explore available streams and tables within a specific connection.
Installation
To add Sling to your Claude Desktop configuration, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"sling": {
"command": "sling",
"args": ["mcp"]
}
}
}
(Note: Ensure the sling binary is installed via curl -fsSL https://slingdata.io/install.sh | bash first)
Supported hosts
- claude
Quick install
curl -fsSL https://slingdata.io/install.sh | bashInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add `{"mcpServers": {"sling": {"command": "sling", "args": ["mcp"]}}}` to your config after running the install script.





