Skip to main content
Glama
bjh5098

TypeScript MCP Server Boilerplate

by bjh5098

Related Servers

Alternatives to TypeScript MCP Server Boilerplate

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example implementations of tools (calculator, greeting) and resources (server info).
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example implementations of tools (calculator, greeting) and resources (server info).
      339 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example implementations of tools (calculator, greeting) and resources (server info).
      -
    • F
      license
      Not graded
      quality
      Not graded
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example implementations of tools (calculator, greeting) and resources (server info).
      339 npm
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example implementations of tools (calculator, greeting) and resources (server info).
      8 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript SDK, with example tools (calculator, greeting) and resources (server info) pre-implemented.
      -

    TDQS

    B3.4/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a clearly distinct and non-overlapping purpose: calculator for arithmetic, generate-image for AI image generation, geocode for address-to-coordinates conversion, get-weather for weather data, greet for greetings, and time for timezone-based time. There is no ambiguity or confusion between these tools.

    Naming Consistency4/5

    The naming is mostly consistent with a verb-noun pattern (e.g., generate-image, get-weather, greet, time), but there are minor deviations: 'calculator' is a noun-only name, and 'geocode' is a verb-only name. These deviations slightly break the pattern but do not severely impact readability.

    Tool Count5/5

    With 6 tools, the count is well-scoped for a boilerplate server that demonstrates diverse functionalities. Each tool serves a unique purpose, and there are no redundant or unnecessary tools, making the set appropriate for its intended scope.

    Completeness4/5

    The toolset covers a broad range of common utility functions (arithmetic, image generation, geocoding, weather, greetings, time), but as a boilerplate, it lacks deeper domain-specific coverage. There are no obvious gaps for its general-purpose nature, though it doesn't provide full CRUD operations for any single domain.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues