Curl MCP Server
About
A Model Context Protocol (MCP) server that provides secure curl command execution capabilities through terminal shell integration. It enables developers to perform HTTP requests, download files, and run custom curl commands within MCP-compatible applications like Claude Desktop.
Details
- Author
- neeraj15022001
- GitHub stars
- 4
- Downloads
- 270
- Categories
- Other
Jump to
- Execute HTTP GET requests with custom headers
- Send POST data with configurable content types
- Execute custom curl commands with safety restrictions
- Download files and retrieve file metadata
- Built-in security protections against dangerous
Install Node.js 18+ and ensure curl is in PATH. Clone the project, install dependencies (npm install @modelcontextprotocol/sdk and TypeScript tooling), then build and run. The server exposes four tools: curl_get, curl_post, curl_custom, and curl_download. For Claude Desktop, add the server to the mcpServers configuration with the command node /path/to/build/index.js.
Curl MCP Server
A Model Context Protocol (MCP) server that provides secure curl command execution capabilities through terminal shell integration.
Features
- GET Requests: Execute HTTP GET requests with custom headers
- POST Requests: Send POST data with configurable content types
- Custom Commands: Execute custom curl commands with safety restrictions
- File Downloads: Download files and get metadata
- Security: Built-in protections against dangerous operations
- Timeouts: Configurable request timeouts (max 30 seconds)
- Output Limits: Protection against excessive output size
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



