Playwright
vlatest
MCP ServerMCP Hub 中国359.1k
io.mcp-cn.playwright/mcp
基于Playwright的自动化测试和网页操作MCP工具
stdionpm
io.mcp-cn.mcp-searxng · vlatest
通过模型上下文协议(MCP)集成SearXNG搜索引擎的服务器。提供隐私保护的网络搜索功能,支持多种搜索引擎和高级搜索选项,包括时间过滤、语言设置和结果类型筛选。
热度数据
SearXNG 搜索 MCP 服务器 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"io-mcp-cn-mcp-searxng": {
"command": "npx",
"args": [
"-y",
"mcp-searxng"
],
"env": {
"SEARXNG_URL": "<SEARXNG_URL>"
}
}
}
}SEARXNG_URL必填YOUR_SEARXNG_INSTANCE_URL
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-searxng",
"type": "mcp-server",
"version": "latest",
"displayName": "SearXNG 搜索 MCP 服务器",
"description": "通过模型上下文协议(MCP)集成SearXNG搜索引擎的服务器。提供隐私保护的网络搜索功能,支持多种搜索引擎和高级搜索选项,包括时间过滤、语言设置和结果类型筛选。",
"author": {
"name": "Ihor Sokoliuk"
},
"homepage": "https://mcp-cn.com/server/120",
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "mcp-searxng",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "SEARXNG_URL",
"description": "YOUR_SEARXNG_INSTANCE_URL",
"isRequired": true,
"isSecret": false
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [
"use_count:4001",
"MCP",
"SearXNG",
"网络搜索",
"隐私保护",
"搜索引擎",
"搜索API"
],
"provenance": {
"origin": "mcp-cn",
"originalId": "mcp-searxng",
"originalUrl": "https://mcp-cn.com/server/120",
"isOfficial": false,
"status": "active"
}
}