
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Google Search MCP Server - A Python implementation using FastMCP for Google Custom Search API integration
这是一个MCP(模型上下文协议)服务,提供对 Google Custom Search API 的访问。它允许您与 Google 搜索进行交互,并检索网页内容和搜索结果。
搜索
搜索功能
网页内容提取
网络支持
# 克隆仓库
git clone https://github.com/your-repo/google-search-mcp.git
cd google-search-mcp
# 创建并激活虚拟环境
uv sync
URL: https://mcpcn.com/docs/quickstart/user/
claude_desktop_config.json
{
"mcpServers": {
"google-search": {
"command": "uv",
"args": [
"--directory",
"/Users/Desktop/google-search-mcp", # 替换为你的目录
"run",
"google-search-mcp"
],
"env": {
"GOOGLE_API_KEY": "your_api_key_here", # 替换为你的 Google API 密钥
"GOOGLE_SEARCH_ENGINE_ID": "your_engine_id_here" # 替换为你的搜索引擎ID
}
}
}
}
or
{
"mcpServers": {
"google-search": {
"command": "uvx",
"args": [
"google-search-mcp"
],
"env": {
"GOOGLE_API_KEY": "your_api_key_here", # 替换为你的 Google API 密钥
"GOOGLE_SEARCH_ENGINE_ID": "your_engine_id_here" # 替换为你的搜索引擎ID
}
}
}
}
FAQs
Google Search MCP Server - A Python implementation using FastMCP for Google Custom Search API integration
We found that google-search-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.