Skip to content

Commit 38aebcf

Browse files
authored
Merge pull request #1 from smithery-ai/feat/add-smithery
Add Smithery to README
2 parents 6bca45b + 8d6febb commit 38aebcf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# MCP REST API Tester
2+
[![smithery badge](https://smithery.ai/badge/dkmaker-mcp-rest-api)](https://smithery.ai/server/dkmaker-mcp-rest-api)
23
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
34
[![NPM Package](https://img.shields.io/npm/v/dkmaker-mcp-rest-api.svg)](https://www.npmjs.com/package/dkmaker-mcp-rest-api)
45

@@ -10,6 +11,15 @@ A TypeScript-based MCP server that enables testing of REST APIs through Cline. T
1011

1112
## Installation
1213

14+
### Installing via Smithery
15+
16+
To install REST API Tester for Claude Desktop automatically via [Smithery](https://smithery.ai/server/dkmaker-mcp-rest-api):
17+
18+
```bash
19+
npx -y @smithery/cli install dkmaker-mcp-rest-api --client claude
20+
```
21+
22+
### Installing Manually
1323
1. Install the package globally:
1424
```bash
1525
npm install -g dkmaker-mcp-rest-api

0 commit comments

Comments
 (0)