stagenth · 数据工具箱 for Claude Desktop
com.stagenth/data-kit
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
client:Claude Desktop
transport:streamable-http
Install stagenth · 数据工具箱 in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"data-kit": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://stagenth.com/mcp/data-kit/"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs