Skip to main content
Glama
306,934 tools. Last updated 2026-07-19 11:46

"Zenn" matching MCP tools:

  • Search Zenn, a Japanese tech blog platform, for technical articles using topic-based lookup and keyword filtering. Filter by article type and sort by popularity to find relevant results.
    MIT
  • Run a multi-source intelligence report by searching up to 18 platforms (HN, GitHub, npm, PyPI, X, Reddit, YouTube, and more) in parallel. Choose a focus preset—balanced (14 free APIs), trending, or comprehensive—or specify exact sources. Requires a query; returns structured JSON results.
    MIT
  • Fills text inputs or textareas with a specified value, clearing existing content and dispatching input/change events for framework compatibility.
    MIT
  • Close a tab by its index from the tab list. Prevents closing the last remaining tab.
    MIT
  • Forces a disconnect and reconnect to Zen Browser to resolve connection issues after a bad state or restart.
    MIT

Matching MCP Servers

  • Press a specified key, including special keys and modifier combinations, on the active browser page.
    MIT
  • Retrieve the title, URL, and visible text from a web page to understand its content. Set a maximum character limit for the body text.
    MIT
  • Retrieves all form fields on the page with their names, types, labels, current values, and CSS selectors.
    MIT
  • Capture a structured snapshot of visible page elements using CSS selectors. Filter results by all, interactive, or form elements.
    MIT
  • Lists every open tab in Zen Browser, returning each page's URL and title for quick overview and session management.
    MIT
  • Choose an option from a select dropdown by value or text. Provide the CSS selector of the select element and the option to select.
    MIT
  • Fill multiple form fields with specified selectors, values, and actions (fill, select, check, uncheck, click) in a single call.
    MIT
  • Wait for text or CSS selector to appear; returns when found or after timeout.
    MIT
  • Search Qiita for Japanese developer articles by keyword or tag. Returns title, likes, stocks, comments, tags, and author info. Ideal for finding technical content from Japan's largest dev platform.
    MIT
  • Open a new tab, optionally navigating to a URL. Use this to start fresh browsing sessions or launch specific pages.
    MIT
  • Execute JavaScript in the current page and retrieve the evaluation result.
    MIT
  • Click any element on a webpage by providing its CSS selector. Automate browser interactions with precise targeting.
    MIT
  • Set the checked state of a checkbox or radio button by CSS selector. Use the checked parameter to specify check (true) or uncheck (false).
    MIT