# jordandalton/restcsv-mcp-server [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/JordanDalton/RestCsvMcpServer  
**GitHub Stars:** 12  
**npm Downloads (last month):** 56  
**Views:** 2  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/jordandalton-restcsv-mcp-server

## Description
MCP Server for RestCSV, Generated using MCPGen

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "restcsv-mcp-server": {
    "command": "npx",
    "args": ["restcsv-mcp-server"],
    "env": {
      "RESTCSV_API_KEY": ""
    }
  }
}
```

**Requires environment variables:** `RESTCSV_API_KEY` — the values above are empty placeholders; fill in real credentials before running (see the repository for what each one is for).

## Documentation
This MCP server acts as an interface to the RestCSV service, allowing AI agents to query and manipulate CSV data through RESTful API calls. It is generated using MCPGen and requires a RestCSV API key for authentication. Use this server when you need to integrate CSV data operations into AI workflows that support MCP.

**Use cases:**
- Query CSV data via REST API
- Integrate CSV data access into AI agents
- Automate CSV data retrieval and updates
- Enable AI to interact with spreadsheet-like data

**Key features:**
- REST API integration for CSV data
- Supports authentication via API key
- Generated with MCPGen for MCP compatibility
- Outputs MCP client configuration JSON

_Summarized from the repository README — see the link above for the full text._

