Skip to main content
Glama
kimmywork
by kimmywork

MCP MyZ Search

Poorman's search mcp.

Usage

npx playwright install chromium
npx mcp-myz-search

Related MCP server: Heventure Search MCP

Command line options

Usage: program [options]

Options:
  --default-provider <provider>  default search provider (choices: "bing", "duckduckgo", "google", default: "bing")
  --port <number>                port number
  --proxy <proxy>                proxy server
  --timeout <ms>                 navigation timeout in ms
  --headed                       headed mode
  --channel <name>               browser channel (default: "chrome")
  --profile <dir>                persistent user data directory
  --human-wait <ms>              wait ms for human to solve challenge
  --stdio                        use stdio transport instead of HTTP
  --log-file <path>              log file path (default: stderr)
  -h, --help                     display help for command

Server Parameters (startup only)

  • --port <number> or MYZ_SEARCH_PORT (fallback PORT), default 3000.

  • --proxy <http|socks URL> or MYZ_SEARCH_PROXY applied to Playwright.

  • --timeout <ms> or MYZ_SEARCH_TIMEOUT for navigation/default timeouts.

  • --profile <dir> or MYZ_SEARCH_PROFILE_DIR to persist session/cookies.

  • --human-wait <ms> or MYZ_SEARCH_HUMAN_WAIT to allow human challenge solve in non-headless.

MCP HTTP Endpoint

  • Streamable HTTP MCP at POST /mcp using @modelcontextprotocol/sdk.

  • Tools:

    • search-links args { q: string; limit?: number<=50; provider?: 'bing'|'duckduckgo'|'google' } returns { results: Array<{link,title,snippet}>, total }.

      • Provider defaults to bing, or you can change it via --default-provider switch.

    • extract-page-text args { url: string; selector?: string } returns { text, isContentPage, url, message }.

Providers

  • bing

  • duckduckgo

  • google

Examples

  • Custom port + proxy: npx mcp-myz-search --port 3100 --proxy socks5://127.0.0.1:1080

  • Persistent profile + human wait: npx mcp-myz-search --headed --profile ~/.myz-bing --human-wait 20000

Notes

  • The server reuses a single Playwright browser/context/page and serializes access to improve performance.

  • Challenge pages are detected; when not using API, you can allow human solve via --human-wait in non-headless mode.

  • Text extraction prefers main, #content, article, or a provided selector; returns a message when content is not found.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Enables web searching through Google, DuckDuckGo, and Bing using a headless Chrome browser, returning structured results with titles, URLs, and snippets. Also supports fetching and extracting text content from any webpage.
    11
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables web search without API keys using DuckDuckGo and Bing search engines, and retrieves webpage content. Supports multiple search engines simultaneously with privacy protection and asynchronous processing.
    2
    7
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables comprehensive web searching and content extraction using multiple search engines (Bing, Brave, DuckDuckGo) without API keys. Provides tools for full web searches with content extraction, quick search summaries, and single webpage content retrieval.
    1,073
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables web search using Bing and DuckDuckGo combined, and fetching readable content from web pages, with no API key required.
    9
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.

  • Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.

  • The best web search for your AI Agent

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kimmywork/mcp-myz-search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server