MCP server — csvtocsv for agents
Let your AI agent convert CSVs for you. csvtocsv works as an MCP server inside Claude Desktop, Cursor, or any compatible host. Your agent gets access to the same conversions available on the web — same credit balance, same instant output.
Available tools
- transform_csv — Converts a CSV from one format to another. Uses 1 credit per call.
- list_supported_pairs — Lists every conversion this server supports. No API key needed.
- get_credit_balance — Returns the current credit balance for the authenticated account.
- list_saved_setups — Lists saved transform setups for the authenticated account.
- rename_saved_setup — Renames a saved setup.
- delete_saved_setup — Deletes a saved setup.
Install in Claude Desktop
Create an API key at csvtocsv.com/account, then add the csvtocsv MCP server to your config file. Restart Claude Desktop. The tools show up in any new chat.
Install in Cursor
Settings > MCP > Add New MCP Server. Set the command to npx -y @csvtocsv/mcp and add your API key in the environment variables.
Credits and pricing
Each transform_csv call uses 1 credit from the same balance as the web app. Buy credits on the web, spend them from your agent — or the other way around.
Privacy
Your CSV is transformed and returned immediately — we do not store the content of your file. Only row counts are logged for billing.