Playwright
vlatest
MCP ServerMCP Hub 中国359.1k
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
stdionpm

io.mcp-cn.jinzcdev/leetcode-mcp-server · vlatest
LeetCode的MCP服务器,支持LeetCode的读取和写入
热度数据
LeetCode 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"leetcode-mcp-server": {
"command": "npx",
"args": [
"-y",
"@jinzcdev/leetcode-mcp-server"
],
"env": {
"LEETCODE_SITE": "<LEETCODE_SITE>",
"LEETCODE_SESSION": "<LEETCODE_SESSION>"
}
}
}
}LEETCODE_SITE必填global
LEETCODE_SESSION必填<YOUR_LEETCODE_SESSION_COOKIE>
vlatest
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
vlatest
io.mcp-cn.markitdown-mcp-npx
MarkItDown MCP服务器,提供无Docker依赖的NPX包装器,支持直接运行Microsoft的markitdown-mcp服务器,包括自动Python环境设置和依赖管理
vlatest
io.mcp-cn.12306-mcp
12306的MCP服务器,支持12306的读取
vlatest
io.mcp-cn.bilibili-mcp
Bilibili的MCP服务器,支持Bilibili的内容搜索
vlatest
io.mcp-cn.upstash/context7-mcp
基于Upstash的向量搜索和上下文管理MCP服务
vlatest
io.mcp-cn.figma-developer-mcp
连接Figma的MCP服务器,支持设计文件管理和操作
{
"id": "io.mcp-cn.jinzcdev/leetcode-mcp-server",
"type": "mcp-server",
"version": "latest",
"displayName": "LeetCode",
"description": "LeetCode的MCP服务器,支持LeetCode的读取和写入",
"author": {
"name": "jinzcdev"
},
"iconUrl": "https://leetcode.com/static/images/LeetCode_logo_rvs.png",
"repository": {
"url": "https://github.com/jinzcdev/leetcode-mcp-server",
"source": "github"
},
"homepage": "https://mcp-cn.com/server/107",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@jinzcdev/leetcode-mcp-server",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "LEETCODE_SITE",
"description": "global",
"isRequired": true,
"isSecret": false
},
{
"name": "LEETCODE_SESSION",
"description": "<YOUR_LEETCODE_SESSION_COOKIE>",
"isRequired": true,
"isSecret": false
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:2879",
"LeetCode",
"MCP",
"LeetCode",
"编程"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "@jinzcdev/leetcode-mcp-server",
"originalUrl": "https://mcp-cn.com/server/107",
"isOfficial": false,
"status": "active"
}
}