Skip to main content
Developer ToolsTypeScript

jordandalton/restcsv-mcp-server

An MCP server for CSV files.

developer-toolscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/JordanDalton/RestCsvMcpServer

Claude Desktop configuration example:

{
  "mcpServers": {
    "restcsvmcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "jordandalton/restcsv-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
JordanDalton