RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.HarimxChoi/google-surf-mcp · v0.4.6
Google search via Playwright with a warm Chrome profile. No API key, no proxies.
google-surf-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"google-surf-mcp": {
"command": "npx",
"args": [
"-y",
"google-surf-mcp"
]
}
}
}CHROME_PATH可选Absolute path to the Chrome binary. Auto-detected on Windows/macOS/Linux when omitted.
SURF_PROFILE_ROOT可选Directory for the warm Chrome profile. Defaults to ~/.google-surf-mcp.
SURF_LOCALE可选Browser locale, e.g. en-US.
SURF_TZ可选IANA timezone, e.g. America/New_York. Defaults to system timezone.
SURF_HEADLESS可选Set to 'false' to run Chrome visibly (demos/debugging). Defaults to true. CAPTCHA recovery always runs visible regardless.
SURF_IDLE_CLOSE_MS可选Idle ms before closing the sequential ctx and pool. 0 disables idle auto-close. Defaults to 30000.
SURF_ALLOW_PRIVATE可选Set to 'true' to allow extract on private/loopback addresses (localhost, 10.x, 192.168.x, 169.254.x, etc). Default blocks them as an SSRF guard.
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.HarimxChoi/google-surf-mcp",
"type": "mcp-server",
"version": "0.4.6",
"displayName": "google-surf-mcp",
"description": "Google search via Playwright with a warm Chrome profile. No API key, no proxies.",
"repository": {
"url": "https://github.com/HarimxChoi/google-surf-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "google-surf-mcp",
"version": "0.4.6",
"transport": "stdio",
"environmentVariables": [
{
"name": "CHROME_PATH",
"description": "Absolute path to the Chrome binary. Auto-detected on Windows/macOS/Linux when omitted."
},
{
"name": "SURF_PROFILE_ROOT",
"description": "Directory for the warm Chrome profile. Defaults to ~/.google-surf-mcp."
},
{
"name": "SURF_LOCALE",
"description": "Browser locale, e.g. en-US."
},
{
"name": "SURF_TZ",
"description": "IANA timezone, e.g. America/New_York. Defaults to system timezone."
},
{
"name": "SURF_HEADLESS",
"description": "Set to 'false' to run Chrome visibly (demos/debugging). Defaults to true. CAPTCHA recovery always runs visible regardless."
},
{
"name": "SURF_IDLE_CLOSE_MS",
"description": "Idle ms before closing the sequential ctx and pool. 0 disables idle auto-close. Defaults to 30000."
},
{
"name": "SURF_ALLOW_PRIVATE",
"description": "Set to 'true' to allow extract on private/loopback addresses (localhost, 10.x, 192.168.x, 169.254.x, etc). Default blocks them as an SSRF guard."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.HarimxChoi/google-surf-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.HarimxChoi%2Fgoogle-surf-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}