秘塔搜索
@HundunOnline
关于 秘塔搜索
秘塔搜索api的非官方mcp封装
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-metaso": {
"command": "python",
"args": [
"/path/to/mcp-metaso/server.py"
],
"env": {
"METASO_API_KEY": "your-api-key-here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 秘塔搜索?
秘塔搜索是一个基于 MCP (Model Context Protocol) 的 Metaso AI 搜索引擎服务器,使用官方 FastMCP SDK 构建。它提供多维搜索和网页内容解析功能,可供 Claude Desktop 等 MCP 客户端集成调用。
How to use 秘塔搜索?
安装 Python 3.10+ 和依赖,设置环境变量 METASO_API_KEY,然后运行 python server.py 启动服务器。可通过 Claude Desktop 的 DXT 扩展一键安装或手动编辑配置文件集成。
Key features of 秘塔搜索
- 支持网页、文库、学术、图片、视频、播客六种搜索类型
- 可将网页内容提取为 Markdown 或 JSON 格式
- 基于 FastMCP SDK,异步处理,类型安全
- 完全符合 MCP 协议规范,与标准客户端兼容
- 提供自动安装、配置验证和诊断工具
Use cases of 秘塔搜索
- 在 Claude Desktop 中直接搜索最新资讯和技术文档
- 从指定网页提取内容并转换为结构化格式
- 针对学术论文、图片、视频、播客等特定资源进行检索
- 集成到 MCP 生态,作为 AI 助手的搜索工具
FAQ from 秘塔搜索
秘塔搜索需要什么运行时环境?
Python 3.10 或更高版本,以及一个 Metaso API 密钥。
如何获取和设置 API 密钥?
README 未说明如何获取密钥,但要求通过环境变量 METASO_API_KEY 设置,例如 export METASO_API_KEY="your-api-key-here"。
秘塔搜索支持哪些搜索类型?
支持网页、文库、学术、图片、视频和播客六种搜索类型,通过 scope 参数指定。
秘塔搜索如何与 Claude Desktop 集成?
支持三种方式:下载 DXT 扩展文件双击安装;使用 python tools/install_claude.py 自动安装;手动编辑 Claude Desktop 配置文件添加 MCP 服务器配置。
如何验证秘塔搜索的配置是否正确?
可以使用 python tools/validate_config.py 验证配置,或加 --report 生成诊断报告。
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论