Skip to main content
Glama
leon4652

TypeScript MCP Server Boilerplate

by leon4652

Related Servers

Alternatives to TypeScript MCP Server Boilerplate

No user-submitted related servers found.

    Related Servers

    • F
      license
      B
      quality
      D
      maintenance
      A TypeScript MCP server boilerplate providing example tools and resources for rapid development and testing of Model Context Protocol servers.
      7
      -
    • F
      license
      B
      quality
      D
      maintenance
      A TypeScript MCP server boilerplate providing example tools and resources for rapid development of custom Model Context Protocol servers.
      8
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A boilerplate project for quickly developing Model Context Protocol (MCP) servers using TypeScript, with example tools (calculator, greet) and resources (server info) pre-implemented.
      52 npm
      -
    • F
      license
      Not graded
      quality
      D
      maintenance
      A template project for quickly building Model Context Protocol (MCP) servers using TypeScript and the official SDK. It includes pre-configured examples for tools and resources to help developers jumpstart their custom MCP server development.
      52 npm
      -
    • A
      license
      B
      quality
      D
      maintenance
      A template/boilerplate project for building Model Context Protocol (MCP) servers with TypeScript. Provides a starting point with configuration examples, development tools, and debugging setup.
      2
      1
      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, greetings) and resources (server info) to get started.
      -

    TDQS

    B3.4/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each of the four tools targets a completely distinct action (greeting, geocoding, image generation, arithmetic) with no functional overlap, so an agent can unambiguously pick the right one.

    Naming Consistency4/5

    greet, geocode, and generate-image are action verbs in a consistent lowercase/hyphen style, but calculator breaks the pattern by being a noun rather than a verb, a minor deviation.

    Tool Count4/5

    Four tools is a reasonable size for a boilerplate demonstrating different integration patterns; it is slightly thin but not a mismatch for a demo server.

    Completeness3/5

    Because the tools are unrelated samples rather than one domain, there is no lifecycle to cover; each tool is self-contained but calculator exposes only four fixed operations and nothing like state or configuration is represented.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues