【原创】MCP服务介绍&使用MCP实现类Manus Agent

一、部分MCP服务介绍

  1. Sequential Thinking MCP

介绍:AI 的"深度思考"模式,它能够通过多轮思考,逐步拆解复杂问题,最终给出全面的解决方案)

地址:https://github.com/smithery-ai/reference-servers/tree/main/src/sequentialthinking

安装指令:

Mac:

npx -y @modelcontextprotocol/server-sequential-thinking

Windows:

npm install -g @modelcontextprotocol/server-sequential-thinking

node C:\Users\heiye\AppData\Roaming\npm\node_modules\@modelcontextprotocol\server-sequential-thinking\dist\index.js

  1. Firecrawl MCP

介绍:一款企业级网页数据采集工具,专门针对复杂网页场景设计,支持JavaScript动态渲染、批量数据处理、智能内容搜索和深度网页爬取等高级功能)

地址:https://github.com/mendableai/firecrawl-mcp-server

安装:

设置环境变量:FIRE_CRAWL_API_KEY 或 FIRECRAWL_API_KEY(去官网申请免费的key)

方式1:

Mac

npx -y mcp-server-firecrawl

Windows

npm install -g mcp-server-firecrawl

node C:\Users\heiye\AppData\Roaming\npm\node_modules\mcp-server-firecrawl\dist\src\index.js

方式2:

Mac

npx -y firecrawl-mcp

Windows

npm install -g firecrawl-mcp

node C:\Users\heiye\AppData\Roaming\npm\node_modules\firecrawl-mcp\dist\index.js

方式3:

firecrawl-mcp

cmd /c "set FIRECRAWL_API_KEY=fc-b79de4cfa8264a6386194da0102b9521 && npx -y firecrawl-mcp"

  1. Fetch MCP

介绍:Anthropic官方开发的一款专注于网页内容抓取的高效数据采集工具,可以抓取网页上的内容,以 markdown 的格式返回)

地址:https://github.com/smithery-ai/mcp-fetch

安装:

Mac

npx -y @kazuph/mcp-fetch

Windwso

npm install -g @kazuph/mcp-fetch

node C:\Users\heiye\AppData\Roaming\npm\node_modules\@kazuph\mcp-fetch\dist\index.js

或:

pip install mcp-server-fetch

python -m mcp_server_fetch

uvx mcp-server-fetch

  1. Hot News MCP

介绍:获取抖音、知乎、虎扑、微博、百度、B站、豆瓣 最热新闻)

地址:https://github.com/wopal-cn/mcp-hotnews-server

安装:

Mac:

npx -y @wopal/mcp-server-hotnews

Windows:

npm install -y @wopal/mcp-server-hotnews

node C:\Users\heiye\AppData\Roaming\npm\node_modules\@wopal\mcp-server-hotnews\build\index.js

  1. Playwright MCP

介绍:一个强大的自动化测试工具,它能够帮助开发者在多种浏览器环境中进行端到端测试,大大简化了测试流程,提高了测试效率和准确性)

地址:https://github.com/executeautomation/mcp-playwright

安装:

Mac

npx -y @executeautomation/playwright-mcp-server

Windows

npm install -g @executeautomation/playwright-mcp-server

node C:\Users\heiye\AppData\Roaming\npm\node_modules\@executeautomation\playwright-mcp-server\dist\index.js

  1. Magic MCP

介绍:支持直接创建前端组件,所有组件均来自 21st.dev。使用"/ui"指令,就能快速创建各种 UI 界面)

地址:https://github.com/21st-dev/magic-mcp

  1. Brave Search MCP

介绍:使用 Brave Search API 进行信息检索。当然你得先去 Brave Search 的控制台去生成一个 API Key,才能使用这个 MCP。经过实测,Brave Search 比 Cursor 自带的 Search 效果要)

介绍:https://github.com/smithery-ai/reference-servers/tree/main/src/brave-search

安装:

Mac:

npx -y @modelcontextprotocol/server-brave-search

Windows:

npm install -g @modelcontextprotocol/server-brave-search

node C:\Users\heiye\AppData\Roaming\npm\node_modules\@modelcontextprotocol\server-brave-search\dist\index.js

安装Tips:

在Windows上面都可以使用 node 命令测试整个服务是否工作正常。

上面的用户heiye替换成你的用户名

二、实现的类Manus效果

使用Sequential Thinking参考Prompt:

复制代码
`- Speak Chinese.
- Use the sequential-thinking MCP service to plan your actions. 
- You are an assistant. When you receive a task, you will carry it out step by step. You will generate a todo.md file and update it once you complete one step.
- If you receive a data analysis task, you will use Python-based data science.
- Use Python 3.12 as the main programming language.
- Use NumPy for numerical calculations and array operations.
- Use Pandas for data manipulation and analysis.
- Use UV for environment and package management.
- Use Dash for web-based reporting.
- Generate web-based reports using separate files, which should be beautiful, modern and have good interactivity.
- Run a web server and provide me with the URL.
- Use website preview and fetch-mcp to obtain web page content.
- If fetch-mcp does not work, you can choose to use tools such as Requests-HTML, BeautifulSoup, Scrapy, Selenium, etc. to obtain and process web page content.
- Give priority to using Google for searching. If Google search does not work, you can use Bing and Baidu search engines to retrieve information.
- Store the project summary in a separate file.
- Store the to-do list in a separate file.
- Use a separate directory to store all files from one task.
- Store all process data in files under the task directory. `

核心思路:

主要是通过Prompt + Sequential Thinking MCP + Cursor 实现类似于Manus的效果。

第一步:设置必要的MCP

第二步提交需求

第三步:参与互动过程

第四步:查看最终整理出的网页效果

三、简单总结

  • MCP的想象力还是很大的,特别是能够与大模型,或者是与现有数据或服务结合的MCP,潜力巨大。很多传统公司完成可以转型成为MCP公司,比如上面MCP案例里的 Brave Search 和 Firecrawl 就是很典型的案例,一个是做搜索引擎的,一个是做爬虫的,都转型成为MCP服务商,然后卖API赚钱。

  • 通过这些Prompt和MCP服务结合,可以很快速的实现类似于Manus这种复杂Agent的场景,但是,还需要Cursor或Windsurf这种基础AI Agent才能达到。反正想象力都是非常巨大的。


【大模型介绍电子书】

快速揭秘DeepSeek背后的AI工作原理

要获取本书全文PDF内容,请在后台留言:"AI大模型基础" 或者 "大模型基础" 就会获得电子书的PDF。

相关推荐
一 铭30 分钟前
AI领域新趋势:从提示(Prompt)工程到上下文(Context)工程
人工智能·语言模型·大模型·llm·prompt
麻雀无能为力4 小时前
CAU数据挖掘实验 表分析数据插件
人工智能·数据挖掘·中国农业大学
时序之心4 小时前
时空数据挖掘五大革新方向详解篇!
人工智能·数据挖掘·论文·时间序列
.30-06Springfield5 小时前
人工智能概念之七:集成学习思想(Bagging、Boosting、Stacking)
人工智能·算法·机器学习·集成学习
说私域6 小时前
基于开源AI智能名片链动2+1模式S2B2C商城小程序的超级文化符号构建路径研究
人工智能·小程序·开源
永洪科技6 小时前
永洪科技荣获商业智能品牌影响力奖,全力打造”AI+决策”引擎
大数据·人工智能·科技·数据分析·数据可视化·bi
shangyingying_16 小时前
关于小波降噪、小波增强、小波去雾的原理区分
人工智能·深度学习·计算机视觉
书玮嘎7 小时前
【WIP】【VLA&VLM——InternVL系列】
人工智能·深度学习
猫头虎7 小时前
猫头虎 AI工具分享:一个网页抓取、结构化数据提取、网页爬取、浏览器自动化操作工具:Hyperbrowser MCP
运维·人工智能·gpt·开源·自动化·文心一言·ai编程
要努力啊啊啊7 小时前
YOLOv2 正负样本分配机制详解
人工智能·深度学习·yolo·计算机视觉·目标跟踪