Skip to content

Commit e5e10a1

Browse files
Add installation instructions
1 parent 1dc0c48 commit e5e10a1

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
@@ -21,6 +21,16 @@ An MCP server for ClickHouse.
2121
- List all tables in a database.
2222
- Input: `database` (string): The name of the database.
2323

24+
## Installation
25+
26+
It is available as [PyPi package](https://pypi.org/project/mcp-clickhouse/), use pip or pipx to install:
27+
```
28+
pipx install mcp-clickhouse
29+
# or
30+
pip install mcp-clickhouse
31+
```
32+
33+
2434
## Configuration
2535

2636
1. Open the Claude Desktop configuration file located at:

0 commit comments

Comments
 (0)