Skip to content

Commit 96be5ec

Browse files
committed
update README
1 parent be9353c commit 96be5ec

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Diff for: README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,17 @@ You can access Kibana from http://localhost:5601.
4444

4545
## Usage with Claude Desktop
4646

47-
Add the following configuration to Claude Desktop's config file `claude_desktop_config.json`.
48-
49-
### Installing via Smithery
47+
### Option 1: Installing via Smithery
5048

5149
To install Elasticsearch Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/elasticsearch-mcp-server):
5250

5351
```bash
5452
npx -y @smithery/cli install elasticsearch-mcp-server --client claude
5553
```
5654

57-
### Option 1: Using uvx (Recommended)
55+
### Option 2: Using uvx
5856

59-
Using `uvx` will automatically install the package from PyPI, no need to clone the repository locally
57+
Using `uvx` will automatically install the package from PyPI, no need to clone the repository locally. Add the following configuration to Claude Desktop's config file `claude_desktop_config.json`.
6058

6159
```json
6260
{
@@ -76,9 +74,9 @@ Using `uvx` will automatically install the package from PyPI, no need to clone t
7674
}
7775
```
7876

79-
### Option 2: Using uv with local development
77+
### Option 3: Using uv with local development
8078

81-
Using `uv` requires cloning the repository locally and specifying the path to the source code.
79+
Using `uv` requires cloning the repository locally and specifying the path to the source code. Add the following configuration to Claude Desktop's config file `claude_desktop_config.json`.
8280

8381
```json
8482
{

Diff for: uv.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)