Skip to content

Commit c3fcef1

Browse files
committed
2 parents d79c3ec + 060c13d commit c3fcef1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# MCP Text Editor Server
22

33
[![codecov](https://codecov.io/gh/tumf/mcp-text-editor/branch/main/graph/badge.svg?token=52D51U0ZUR)](https://codecov.io/gh/tumf/mcp-text-editor)
4+
[![smithery badge](https://smithery.ai/badge/mcp-text-editor)](https://smithery.ai/server/mcp-text-editor)
45

56
A Model Context Protocol (MCP) server that provides line-oriented text file editing capabilities through a standardized API. Optimized for LLM tools with efficient partial file access to minimize token usage.
67

@@ -84,6 +85,15 @@ uv pip install -e ".[dev]"
8485

8586
## Installation
8687

88+
### Installing via Smithery
89+
90+
To install Text Editor Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/mcp-text-editor):
91+
92+
```bash
93+
npx -y @smithery/cli install mcp-text-editor --client claude
94+
```
95+
96+
### Manual Installation
8797
```bash
8898
pip install -e .
8999
```

0 commit comments

Comments
 (0)