Engineer Your Data runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from pypi.
MCP server for data engineering: validation, transformation, visualization, and APIs.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add engineer-your-data -- uvx engineer-your-data
{
"mcpServers": {
"engineer-your-data": {
"args": [
"engineer-your-data"
],
"command": "uvx"
}
}
}
[mcp_servers.engineer-your-data]
command = "uvx"
args = ["engineer-your-data"]
{
"mcpServers": {
"engineer-your-data": {
"args": [
"engineer-your-data"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"engineer-your-data": {
"args": [
"engineer-your-data"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.