Playwright
vlatest
MCP ServerMCP Hub 中国359.1k
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
stdionpm
io.mcp-cn.feishu-mcp · vlatest
飞书的MCP服务器,支持文档管理等功能
热度数据
飞书文档 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"io-mcp-cn-feishu-mcp": {
"command": "npx",
"args": [
"-y",
"feishu-mcp"
],
"env": {
"FEISHU_APP_ID": "<FEISHU_APP_ID>",
"FEISHU_APP_SECRET": "<FEISHU_APP_SECRET>"
}
}
}
}FEISHU_APP_ID必填<YOUR_FEISHU_APP_ID>
FEISHU_APP_SECRET必填secret<YOUR_FEISHU_APP_SECRET>
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.feishu-mcp",
"type": "mcp-server",
"version": "latest",
"displayName": "飞书文档",
"description": "飞书的MCP服务器,支持文档管理等功能",
"author": {
"name": "cso1z"
},
"iconUrl": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQp4PL5S61frsRWsM8JAOjIcTWfHhHZQAtW8w&s",
"homepage": "https://mcp-cn.com/server/106",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "feishu-mcp",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "FEISHU_APP_ID",
"description": "<YOUR_FEISHU_APP_ID>",
"isRequired": true,
"isSecret": false
},
{
"name": "FEISHU_APP_SECRET",
"description": "<YOUR_FEISHU_APP_SECRET>",
"isRequired": true,
"isSecret": true
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:105289",
"办公协作",
"文档管理",
"飞书",
"企业工具"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "feishu-mcp",
"originalUrl": "https://mcp-cn.com/server/106",
"isOfficial": false,
"status": "active"
}
}