https://github.com/JordanDalton/RestCsvMcpServer
MCP Server for RestCSV, Generated using MCPGen
https://github.com/JordanDalton/RestCsvMcpServer
Last synced: 3 days ago
JSON representation
MCP Server for RestCSV, Generated using MCPGen
- Host: GitHub
- URL: https://github.com/JordanDalton/RestCsvMcpServer
- Owner: JordanDalton
- Created: 2025-04-08T00:17:03.000Z (12 days ago)
- Default Branch: main
- Last Pushed: 2025-04-08T00:19:50.000Z (12 days ago)
- Last Synced: 2025-04-08T01:24:07.465Z (12 days ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-mcp-zh - jordandalton/restcsv-mcp-server
README
# REST CSV MCP Server
This was generated using [mcpgen](https://mcpgen.jordandalton.com/).
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:
```json
{
"mcpServers": {
"my-mcp": {
"command": "node",
"args": [
"/build/index.js"
],
"env": [
{
"RESTCSV_API_KEY": ""
}
]
}
}
}
```## 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](https://x.com/jordankdalton) on X, or [jdcarnivore](https://www.reddit.com/user/jdcarnivore) on Reddit.