Claude Skill

anysearch-ai/anysearch-mcp-server

AnySearch MCP Server 为 AI 代理提供统一的实时搜索引擎技能(Claude Skill),利用模型上下文协议实现多引擎搜索的无缝集成。

概览

Stars1,492
Forks173
语言未知
最后更新2026-06-26
最近同步2026-07-03
前往 GitHub

仓库信息

拥有者anysearch-ai
仓库anysearch-mcp-server
完整名称anysearch-ai/anysearch-mcp-server
Repo ID1,225,179,105

安装这个 Skill

npx -y supergateway \

Registry 信息

类型mcp_server
质量分75/100
验证状态readme_parsed
最近验证2026-06-05
平台
ClaudeMCPOpenClawCursor
能力
searchterminalanysearchhermesmcpmcp-serveropenclawqclaw
识别文件
README.md
配置键
URLANYSEARCH_API_KEY

项目简介

AnySearch MCP Server 为 AI 代理提供统一的实时搜索引擎技能(Claude Skill),通过模型上下文协议实现与多个搜索后端的无缝集成。

英文描述

Unified real-time search engine skill for AI agents.

要点

  • 跨多个引擎的统一实时搜索
  • 兼容 MCP 的服务器,便于 AI 代理集成
  • 轻量级且易于部署
  • 支持可定制的搜索后端

使用场景

  • 为 AI 代理添加实时网络搜索能力
  • 构建可获取最新信息的研究助手
  • 将搜索集成到聊天机器人或自动化工作流中

README 摘要

# AnySearch MCP Server Unified real-time search MCP server supporting general web search, vertical domain search, parallel batch search, and full-page URL content extraction. ## Features - **General Web Search** — open-ended natural language queries - **Vertical Domain Search** — structured queries across finance, academic, security, legal, code, and more - **Parallel Batch Search** — execute multiple independent queries in one call - **URL Content Extraction** — fetch and extract full page content as Markdown - **Anonymous Access** — works without an API key (with lower rate limits) ## API Key Configuration An API key is **optional but recommended**. Without a key, all features still work via anonymous access with lower rate limits. ### Get an API Key Visit https://anysearch.com/console/api-keys to create a free API key. ### Key Priority | Priority | Source | |----------|--------| | 1 (highest) | `--api_key` CLI flag / `Authorization` header | | 2 | Environment variable `ANYSEARCH_API_KEY` | | 3 | `.env` file (`ANYSEARCH_API_KEY=<key>`) | | 4 | Anonymous access (lower rate limits) | ### Key Behavior | Scenario | Behavior | |----------|----------| | No key | Proceed with anonymous access (lower rate limits) | | Has key | Sent via `Authorization: Bearer <key>` header, higher rate limits | | Key exhausted, auto-registered key returned | Agent should ask user for confirmation, then persist the new key | | Key exhausted, no new key | Inform user and suggest configuring a new API key | ## MCP Transport AnySearch MCP server **natively supports Streamable HTTP** transport (MCP spec 2025-03-26). SSE and stdio clients can connect via proxy. | Transport | Native? | Best for | |-----------|---------|----------| | **Streamable HTTP** | Yes | OpenCode, Claude Desktop (

话题

探索更多

数据来自 GitHub,同步时间:2026-07-03