Runoob MCP Server
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., "@Runoob MCP Serversearch for Python tutorials"
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.
Runoob MCP Server 📚
一个用于查询菜鸟教程资料的 MCP (Model Context Protocol) 服务器。
功能特性
🔍 搜索教程: 搜索菜鸟教程网站上的教程内容
📖 获取教程详情: 获取指定教程的详细内容
📋 列出分类: 列出菜鸟教程的所有分类
🎯 热门教程: 获取热门教程列表
Related MCP server: RAP2 MCP Server
安装
方式一:使用 pip 安装
cd runoob-mcp-server
pip install -e .方式二:使用 uvx (推荐)
uvx install runoob-mcp-server配置 VSCode 使用
1. 安装 Claude Desktop 或其他支持 MCP 的客户端
确保你已安装支持 MCP 的客户端,如:
Claude Desktop
Continue (VSCode 扩展)
Cursor
2. 配置 MCP 服务器
Claude Desktop 配置
编辑配置文件:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
添加以下配置:
{
"mcpServers": {
"runoob": {
"command": "python",
"args": ["/path/to/runoob-mcp-server/src/runoob_mcp_server/__init__.py"]
}
}
}VSCode + Continue 扩展配置
在 VSCode 中安装 Continue 扩展,然后编辑 ~/.continue/config.json:
{
"models": [...],
"mcpServers": [
{
"name": "runoob",
"transport": {
"type": "stdio",
"command": "python",
"args": ["/path/to/runoob-mcp-server/src/runoob_mcp_server/__init__.py"]
}
}
]
}3. 重启客户端
配置完成后,重启 Claude Desktop / VSCode / Cursor 即可使用。
可用工具
1. runoob_search - 搜索教程
搜索菜鸟教程网站上的内容。
参数:
query(string): 搜索关键词limit(number, 可选): 返回结果数量,默认 10
示例:
搜索 Python 教程2. runoob_get_tutorial - 获取教程详情
获取指定教程的详细内容。
参数:
url(string): 教程的 URL
示例:
获取 https://www.runoob.com/python3/python3-tutorial.html 的内容3. runoob_list_categories - 列出分类
列出菜鸟教程的所有分类。
4. runoob_hot_tutorials - 热门教程
获取热门教程列表。
参数:
category(string, 可选): 分类名称,如 "Python", "Java" 等
使用示例
在 Claude Desktop 或支持 MCP 的客户端中:
用户: 帮我搜索 Python 基础教程
AI: [调用 runoob_search 工具] 找到以下教程...
用户: 获取 Python3 教程的详细内容
AI: [调用 runoob_get_tutorial 工具] 这是 Python3 教程的内容...开发
# 安装开发依赖
pip install -e ".[dev]"
# 运行测试
pytest tests/许可证
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides web search capabilities through Baidu with content fetching and parsing features, allowing LLMs to search the web and extract webpage content.128MIT
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to access and search RAP2 API documentation, allowing users to query interface details, search APIs by keywords, and retrieve repository interfaces through natural language.77
- AlicenseAqualityCmaintenanceProvides 14 enhanced intelligent search tools for both international platforms (GitHub, StackOverflow, NPM, etc.) and Chinese platforms (CSDN, Juejin, WeChat docs, etc.). Each tool includes smart URL generation, search tips, and related suggestions for comprehensive technical research.145514MIT
- FlicenseNot gradedqualityDmaintenanceProvides retrieval of WeChat Work and Feishu developer documentation, enabling AI assistants to query API references without switching browsers.3919
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Search Stack Exchange questions, fetch Q&A threads as markdown, look up tag FAQs and user profiles.
搜索笔记、浏览首页推荐、查看笔记内容与评论,并发表你的评论。直接在工作流中与小红书内容互动,高效跟进话题。
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/zhangguowei88/runoob-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server