Skip to content

Commit 66bb9c8

Browse files
authored
Add quick start example
1 parent 7b1299c commit 66bb9c8

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
@@ -10,6 +10,16 @@ The MCP inspector is a developer tool for testing and debugging MCP servers.
1010

1111
- Node.js: ^22.7.5
1212

13+
### Quick Start (UI mode)
14+
15+
To get up and running right away with the UI, just execute the following:
16+
17+
```bash
18+
npx @modelcontextprotocol/inspector
19+
```
20+
21+
The server will start up and the UI will be accessible at `http://localhost:6274`.
22+
1323
### From an MCP server repository
1424

1525
To inspect an MCP server implementation, there's no need to clone this repo. Instead, use `npx`. For example, if your server is built at `build/index.js`:

0 commit comments

Comments
 (0)