秘塔搜索
@HundunOnline
About 秘塔搜索
秘塔搜索api的非官方mcp封装
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-metaso": {
"command": "python",
"args": [
"/path/to/mcp-metaso/server.py"
],
"env": {
"METASO_API_KEY": "your-api-key-here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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 生成诊断报告。
Frequently asked questions
秘塔搜索需要什么运行时环境?
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` 生成诊断报告。
Basic information
More Other MCP servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments