mcp-toolkit
Enables web search using Baidu, a Chinese search engine, providing access to Chinese-language web content.
Enables web search using DuckDuckGo, a privacy-focused search engine.
Enables web search using Google, providing access to international web content.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-toolkitsearch for Python tutorials on Baidu"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🔧 MCP Toolkit
开箱即用的 MCP (Model Context Protocol) 工具集 — 为 AI Agent 提供搜索、文件、Shell 能力
Plug-and-play MCP tools for AI agents — Search, File Ops, Shell, and more.
🎯 为什么需要这个?
MCP 生态缺一套开箱即用、中文友好的工具集。mcp-toolkit 填补这个空白:
🚀 一行命令启动 MCP Server
🔍 内置 web_search、file_ops、shell_exec 等高频工具
🌏 中文搜索源优先(百度、知乎、B站等)
⚡ 轻量无依赖(核心仅需 Python 3.10+)
📦 安装
pip install mcp-toolkit🚀 快速开始
1. Web Search Server
mcp-toolkit search在 Claude Desktop / Cline / Continue 中配置:
{
"mcpServers": {
"web-search": {
"command": "mcp-toolkit",
"args": ["search"]
}
}
}Agent 可调用:
web_search(query)— 多引擎搜索web_extract(url)— 提取网页内容
2. File Operations Server
mcp-toolkit file --workspace ./my-project提供工具:
read_file(path)— 读取文件write_file(path, content)— 写入文件list_dir(path)— 列出目录search_files(pattern)— 搜索文件
3. Shell Command Server
mcp-toolkit shell提供工具:
run_command(cmd, timeout)— 执行命令get_env(key)— 读取环境变量
4. 一键启动全部
mcp-toolkit all🛠 内置工具
工具 | 描述 | 模块 |
| 多搜索引擎搜索 | search |
| 提取网页 Markdown | search |
| 读取文件内容 | file |
| 写入文件 | file |
| 列出目录结构 | file |
| 正则搜索文件 | file |
| 执行 Shell 命令 | shell |
| 读取环境变量 | shell |
🌏 搜索引擎支持
默认支持中文源优先:
引擎 | 类型 | 需要 Key |
百度 | 中文通用 | ❌ |
知乎 | 中文问答 | ❌ |
B站 | 视频/教程 | ❌ |
国际通用 | 🔑 可选 | |
Bing | 国际通用 | 🔑 可选 |
DuckDuckGo | 隐私搜索 | ❌ |
from mcp_toolkit import SearchServer
server = SearchServer(engines=["baidu", "google"])
server.serve()📁 项目结构
mcp-toolkit/
├── mcp_toolkit/
│ ├── __init__.py
│ ├── cli.py # 命令行入口
│ ├── search.py # Web Search MCP Server
│ ├── file_ops.py # File Ops MCP Server
│ ├── shell.py # Shell MCP Server
├── README.md
├── LICENSE
└── pyproject.toml🤝 贡献
欢迎 PR!特别需要:
🌏 更多中文搜索源
🔌 新 MCP Server(数据库、API 等)
📚 更多 Agent 框架配置示例
⭐ Star History
有用的话给个 ⭐ !
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/studiopig/mcp-toolkit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server