Skip to main content
Glama
458,158 tools. Updated 2026-08-14 23:05

"Typer" matching MCP tools:

  • Append text to the currently focused input on a device. Focus the target input when none is active, and use fill to replace existing text.
    MIT
  • Set input and textarea values while dispatching input and change events, so form submissions include the updated data.
    Apache 2.0
  • List custom type definitions (e.g., above unit types) configured in academy settings to obtain type IDs for use as filters in other tools.
    MIT
  • Check the data type of a Redis key, returning the type or 'none' if the key is absent.
    MIT

Matching MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    Automatically converts any CLI built with Python's Typer into an MCP server without changing code. Gives AI agents instant access to thousands of CLI tools.
    AGPL 3.0
  • F
    license
    -
    quality
    D
    maintenance
    A Windows MCP extension that allows Claude to type text into any active application with human-like keystroke timing, approval mode, configurable speed, and writing style presets.
  • Discover available WordPress block types for structured content creation, enabling efficient design and customization on WordPress sites through the MCP server.
    ISC
  • Retrieve cryptocurrency news articles filtered by specific categories like handpicked, trending, bullish, or bearish to stay informed about market developments.
    MIT
  • Fill text inputs in Electron applications by replacing existing content. Specify element with selector or reference, and provide text to insert.
    MIT
  • Import Nordnet transaction exports to generate canonical transactions ready for capital gains calculation, with classification hints and skipped row reporting.
    MIT
  • Enter text into web input fields using element ref or CSS selector. Clear existing text before typing when specified.
    MIT
  • Insert text into a focusable web page element, appending to any existing value. Provide a CSS or XPath selector and an optional keystroke delay.
    MIT
  • Returns the string representation of the type of value stored at a key, indicating 'none' if the key does not exist.
    MIT
  • List all declared types in a .NET assembly: classes, interfaces, structs, delegates, and enums. Use to identify candidate types before decompilation. Supports .dll, .exe, and .NET 6+ single-file deployments.
    MIT
  • Type text into input fields that require real keystrokes, firing key events per character. Optionally clear the field before typing.
    MIT
  • Type text into a renderer page, focusing an element first if a CSS selector is provided. Handles unicode, including CJK and emoji.
    MIT
  • Lists all file types that ripgrep can search, helping you identify available patterns for targeting specific files.
    MIT
  • Type text into any input by APOM ID or CSS selector, automatically syncing React, Vue, and Angular component state.
    ISC
  • Enter text into an element character by character, enabling autocomplete and realistic input simulation during React application debugging.
    MIT