Playwright
vlatest
MCP ServerMCP Hub 中国359.1k
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
stdionpm
io.mcp-cn.mcp-server-weread · vlatest
微信读书的MCP服务器,支持微信读书的读取和写入
热度数据
微信读书 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"io-mcp-cn-mcp-server-weread": {
"command": "npx",
"args": [
"-y",
"mcp-server-weread"
],
"env": {
"CC_URL": "<CC_URL>",
"CC_ID": "<CC_ID>",
"CC_PASSWORD": "<CC_PASSWORD>"
}
}
}
}CC_URL必填https://cc.chenge.ink
CC_ID必填<your-id>
CC_PASSWORD必填secret<your-password>
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.mcp-server-weread",
"type": "mcp-server",
"version": "latest",
"displayName": "微信读书",
"description": "微信读书的MCP服务器,支持微信读书的读取和写入",
"author": {
"name": "未知"
},
"iconUrl": "https://play-lh.googleusercontent.com/68uKqs4VBQ5Sl2f7kqGmy1sLYzezmAn_LrV993b4Vw6vn5gAYRk0mGhqC3ZnLnzeU0A",
"homepage": "https://mcp-cn.com/server/110",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-server-weread",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "CC_URL",
"description": "https://cc.chenge.ink",
"isRequired": true,
"isSecret": false
},
{
"name": "CC_ID",
"description": "<your-id>",
"isRequired": true,
"isSecret": false
},
{
"name": "CC_PASSWORD",
"description": "<your-password>",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:9257",
"微信读书",
"MCP",
"微信读书",
"阅读"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "mcp-server-weread",
"originalUrl": "https://mcp-cn.com/server/110",
"isOfficial": false,
"status": "active"
}
}