Back to directory
martinpsdev/curl-mcp

martinpsdev/curl-mcp

@MartinPSDev

MCP server that translates natural language instructions into curl commands, supporting both English and Spanish

curlnatural-languagehttpcommand-lineapihttp-clienttool

Installation & Configuration

{
  "mcpServers": {
    "curl-mcp": {
      "command": "/usr/bin/python3",
      "args": [
        "/path/to/your/curl-mcp/main.py"
      ],
      "env": {
        "PYTHONPATH": "/path/to/your/curl-mcp/.env/lib/python3.11/site-packages"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13