Back to directory
MartinPSDev/curl-mcp

MartinPSDev/curl-mcp

@MartinPSDev3

MCP server translating natural language instructions into curl commands with English and Spanish support

curlnatural-languageapicommand-linetool

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
2025/4/28
Updated
2025/7/13