Skip to content

Commit 3d87e2e

Browse files
committed
docs: update readme about Smithery
1 parent 2ef5b4b commit 3d87e2e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ A Model Context Protocol (MCP) server for the [@visactor/vchart](https://github.
1818
[![MCP Server](https://badge.mcpx.dev?type=server 'MCP Server')](https://modelcontextprotocol.io/)
1919
[![npm Version](https://img.shields.io/npm/v/@visactor/vchart-mcp-server.svg)](https://www.npmjs.com/package/@visactor/vchart-mcp-server)
2020
[![npm License](https://img.shields.io/npm/l/@visactor/vchart-mcp-server.svg)](https://www.npmjs.com/package/@visactor/vchart-mcp-server)
21+
[![smithery badge](https://smithery.ai/badge/@visactor/vchart-mcp-server)](https://smithery.ai/server/@visactor/vchart-mcp-server)
2122

2223
</div>
2324

@@ -259,7 +260,6 @@ Generates heatmaps, suitable for displaying data density and distribution.
259260
| `yAxisHasLabel` | Show Y axis labels | `boolean` | Optional |
260261
| `yAxisHasTick` | Show Y axis ticks | `boolean` | Optional |
261262

262-
263263
## Usage
264264

265265
To use in desktop applications (such as Trae, Claude, VSCode, Cline, Cherry Studio, Cursor, etc.), add the following MCP server configuration:

README.zh-CN.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
[![MCP Server](https://badge.mcpx.dev?type=server 'MCP Server')](https://modelcontextprotocol.io/)
1818
[![npm 版本](https://img.shields.io/npm/v/@visactor/vchart-mcp-server.svg)](https://www.npmjs.com/package/@visactor/vchart-mcp-server)
1919
[![npm 许可证](https://img.shields.io/npm/l/@visactor/vchart-mcp-server.svg)](https://www.npmjs.com/package/@visactor/vchart-mcp-server)
20+
[![smithery badge](https://smithery.ai/badge/@visactor/vchart-mcp-server)](https://smithery.ai/server/@visactor/vchart-mcp-server)
2021

2122
</div>
2223

@@ -289,6 +290,14 @@
289290
}
290291
```
291292

293+
### 通过 Smithery 安装
294+
295+
要通过 [Smithery](https://smithery.ai/server/@VisActor/vchart-mcp-server) 自动为 Claude Desktop 安装 vchart-mcp-server,请运行:
296+
297+
```bash
298+
npx -y @smithery/cli install @VisActor/vchart-mcp-server --client claude
299+
```
300+
292301
## 使用SSE或Streamable传输方式运行
293302

294303
### 安装与启动

0 commit comments

Comments
 (0)