REST CSV MCP Server
This was generated using mcpgen.
To build the MCP server, run:
npm install && npm run build
This will compile the typescript files and produce a build directory plus it will output the json you can copy/paste into your MCP client (Claude Desktop, Windsurf, Cursor, etc.)
If all things go well, this will produce an output similar to this:
{
"mcpServers": {
"my-mcp": {
"command": "npx",
"args": [
"restcsv-mcp-server"
],
"env": {
"RESTCSV_API_KEY": "<REPLACE>"
}
}
}
}
Register an account at RestCSV.com](https://restcsv.com/)
Sharing
If you have found value in this service please share it on social media. You can tag me @jordandalton on X, or jdcarnivore on Reddit.
Recommend MCP Servers 💡
manim-mcp-server
This is an MCP (Model Context Protocol) server that executes Manim animation code and returns the generated video. It allows users to send Manim scripts and receive the rendered animation.
label-studio
This project provides a Model Context Protocol (MCP) server that allows interaction with a Label Studio instance using the label-studio-sdk. It enables programmatic management of labeling projects, tasks, and predictions via natural language or structured calls from MCP clients. Using this MCP Server, you can make requests like: * "Create a project in label studio with this data ..." * "How many tasks are labeled in my RAG review project?" * "Add predictions for my tasks." * "Update my labeling template to include a comment box."
cappt-team/mcp-server
A MCP server for generating outlines and presentations with cappt.cc
Medinios/SuricataMCP
A Model Context Protocol Server enabling MCP clients to use Suricata for network traffic analysis through programmatic tools.
git-mob-mcp-server
An MCP server that extends the git-mob CLI app, enabling automatic management and appending of co-authored-by trailers to git commit messages for pair and mob programming sessions.
paulsmith/tailscale-mcp-server
A simple MCP server providing read-only access to Tailscale CLI for MCP-compatible clients like Claude Desktop