Skip to main content
Glama
521,454 tools. Updated 2026-09-06 11:42

"Typer" matching MCP tools:

  • 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
  • Appends text to the active input field, preserving existing content. Use fill to replace the current value or focus the field first when no input is active.
    MIT

Matching MCP Servers

  • A
    license
    Not graded
    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
    Not graded
    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
  • Type text into the application that currently has keyboard focus. Supports newlines for multi-line input.
    MIT
  • Import Nordnet transaction exports to generate canonical transactions ready for capital gains calculation, with classification hints and skipped row reporting.
    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
  • Set an input or textarea's value and trigger input/change events, ensuring form fields update correctly before submission.
    Apache 2.0
  • 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