A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints
A TypeScript-based MCP server that enables testing of REST APIs through Cline. This tool allows you to test and interact with any REST API endpoints directly from your development environment. The mcp rest api tester mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 2 defined tools rather than through you.
The server ships on npm as dkmaker-mcp-rest-api, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
Windows — ⚠️ IMPORTANT: Due to a known issue with Windows path resolution (issue #40), youmacOS — Add to ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json: json { "mcpServers": {You will need 8 environment variables: REST_BASE_URL, AUTH_BASIC_USERNAME, AUTH_BASIC_PASSWORD, AUTH_BEARER, AUTH_APIKEY_HEADER_NAME, AUTH_APIKEY_VALUE, REST_ENABLE_SSL_VERIFY, REST_RESPONSE_SIZE_LIMIT. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP REST API Tester's toolset — Windows, macOS — is a fair guide to whether it matches your workflow. It is maintained by dkmaker; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against MCP REST API Tester's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Windows | ⚠️ **IMPORTANT**: Due to a known issue with Windows path resolution ([issue #40](https://github.com/modelcontextprotocol/servers/issues/40)), you must use the full path instead of %APPDATA%. |
| macOS | Add to ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json: json { "mcpServers": { "rest-api": { "command": "npx", "args": [ "-y", "dkmaker-mcp-rest-api" ], "env" |
{
"mcpServers": {
"rest-api": {
"command": "npx",
"args": ["-y", "dkmaker-mcp-rest-api"],
"env": {
"REST_BASE_URL": "your-value",
"AUTH_BASIC_USERNAME": "your-value",
"AUTH_BASIC_PASSWORD": "your-value",
"AUTH_BEARER": "your-value",
"AUTH_APIKEY_HEADER_NAME": "your-value",
"AUTH_APIKEY_VALUE": "your-value",
"REST_ENABLE_SSL_VERIFY": "your-value",
"REST_RESPONSE_SIZE_LIMIT": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| REST_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| AUTH_BASIC_USERNAME | Configuration value read at startup. | Optional |
| AUTH_BASIC_PASSWORD | Configuration value read at startup. | Optional |
| AUTH_BEARER | Configuration value read at startup. | Optional |
| AUTH_APIKEY_HEADER_NAME | Credential the server authenticates with. | Yes |
| AUTH_APIKEY_VALUE | Credential the server authenticates with. | Yes |
| REST_ENABLE_SSL_VERIFY | Configuration value read at startup. | Optional |
| REST_RESPONSE_SIZE_LIMIT | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.