Token导航 LogoToken导航TokenDH.com
Quercle MCP logo
AI代理未说明官方级别未说明来源级核验

Quercle MCP

MCP Server

Quercle MCP服务器为AI驱动的网络搜索和页面抓取提供支持,使Claude等MCP客户端能够搜索网络并抓取和分析页面内容。

工具数

5

提示词数

0

GitHub Stars

0

资源数

0
AI搜索JavaScriptClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

quercledev

提供方

quercledev

最后核验

2026/5/17 20:20

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

@quercle/mcp

An MCP server for Quercle — AI-powered web search and fetch.

Gives Claude (and any MCP client) the ability to search the web and fetch + analyze pages.

Quick Start

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "quercle": {
      "command": "npx",
      "args": ["-y", "@quercle/mcp"],
      "env": {
        "QUERCLE_API_KEY": "qk_..."
      }
    }
  }
}

Restart Claude Desktop. You'll see the Quercle tools available in the chat.

Claude Code

claude mcp add --transport stdio --env QUERCLE_API_KEY=qk_... quercle -- npx -y @quercle/mcp

Global Install (alternative)

npm install -g @quercle/mcp

Then reference quercle-mcp instead of npx -y @quercle/mcp in your config.

Setup

Get your API key at quercle.dev and set it in the config as shown above.

Tools

The server exposes five tools:

search

Search the web and get an AI-synthesized answer with citations.

ParameterRequiredDescription
queryYesThe search query
allowedDomainsNoOnly return results from these domains
blockedDomainsNoExclude results from these domains

fetch

Fetch a URL and analyze its content with AI.

ParameterRequiredDescription
urlYesThe URL to fetch
promptYesInstructions for how to analyze the page content

raw_search

Search the web and get raw results (without AI synthesis).

ParameterRequiredDescription
queryYesThe search query
formatNoResponse format: markdown (default) or json
useSafeguardNoEnable content safeguards (boolean)

raw_fetch

Fetch raw content from a URL without AI processing.

ParameterRequiredDescription
urlYesThe URL to fetch
formatNoResponse format: markdown (default) or html
useSafeguardNoEnable content safeguards (boolean)

extract

Extract relevant content from a URL based on a query.

ParameterRequiredDescription
urlYesThe URL to extract content from
queryYesWhat to extract from the page
formatNoResponse format: markdown (default) or json
useSafeguardNoEnable content safeguards (boolean)

Troubleshooting

IssueSolution
"Missing API key"Set QUERCLE_API_KEY in the env section of your config
"Invalid API key"Check your key starts with qk_ and is valid at quercle.dev
Timeout errorsThe API may take up to 60s for complex queries — this is normal
Server not connectingRun npx -y @quercle/mcp directly to check for errors

License

MIT

目录标签

目录标签

AI搜索JavaScriptClaude本地部署页面分析网络抓取MCP协议Claude集成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

api-key

工具数量(toolCount,工具数)

5

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明api-key部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP