csvto mcp for Zed
io.github.bishop81/csvto-mcp
Local CSV, JSON and Excel conversion. Files are never uploaded and never enter the context.
client:Zed
transport:stdio
runtime:npm
Install csvto mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"csvto-mcp": {
"command": "npx",
"args": [
"-y",
"csvto-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs