Skip to content

Commit d9498bd

Browse files
Update README
1 parent 9d387ff commit d9498bd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
[![NPM Version](https://img.shields.io/npm/v/@jinzcdev/leetcode-mcp-server.svg)](https://www.npmjs.com/package/@jinzcdev/leetcode-mcp-server)
44
[![GitHub License](https://img.shields.io/github/license/jinzcdev/leetcode-mcp-server.svg)](https://img.shields.io/github/license/jinzcdev/leetcode-mcp-server.svg)
55
[![Stars](https://img.shields.io/github/stars/jinzcdev/leetcode-mcp-server)](https://github.com/jinzcdev/leetcode-mcp-server)
6+
[![smithery badge](https://smithery.ai/badge/@jinzcdev/leetcode-mcp-server)](https://smithery.ai/server/@jinzcdev/leetcode-mcp-server)
7+
68

79
The LeetCode MCP Server is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) server that provides seamless integration with LeetCode APIs, enabling advanced automation and intelligent interaction with LeetCode's programming problems, contests, solutions, and user data.
810

@@ -21,6 +23,15 @@ The LeetCode MCP Server is a [Model Context Protocol (MCP)](https://modelcontext
2123

2224
## Installation
2325

26+
### Installing via Smithery
27+
28+
To install leetcode-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@jinzcdev/leetcode-mcp-server):
29+
30+
```bash
31+
npx -y @smithery/cli install @jinzcdev/leetcode-mcp-server --client claude
32+
```
33+
34+
### Manual Installation
2435
```bash
2536
# Install from npm
2637
npm install @jinzcdev/leetcode-mcp-server -g

0 commit comments

Comments
 (0)