Back to MCP Servers
RestCsvMcpServer
An MCP server for CSV files.
developer-toolsrest
By JordanDalton
Installation
npx -y RestCsvMcpServerConfiguration
{
"mcpServers": {
"RestCsvMcpServer": {
"command": "npx",
"args": ["-y", "RestCsvMcpServer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes