Back to directory
dkmaker/mcp-rest-api

dkmaker/mcp-rest-api

@dkmaker

A TypeScript-based MCP server that enables testing of REST APIs through Cline

rest-apiapi-testingtypescriptmcp-serverclinehttp-clienttool

Installation & Configuration

{
  "mcpServers": {
    "rest-api": {
      "command": "npx",
      "args": [
        "-y",
        "dkmaker-mcp-rest-api"
      ],
      "env": {
        "REST_BASE_URL": "https://api.example.com",
        "AUTH_BASIC_USERNAME": "your-username",
        "AUTH_BASIC_PASSWORD": "your-password",
        "AUTH_BEARER": "your-token",
        "AUTH_APIKEY_HEADER_NAME": "X-API-Key",
        "AUTH_APIKEY_VALUE": "your-api-key",
        "REST_ENABLE_SSL_VERIFY": "false",
        "REST_RESPONSE_SIZE_LIMIT": "10000"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15