Skip to main content
Glama

Related Servers

Alternatives to MCP Server Boilerplate

No user-submitted related servers found.

    Related Servers

    • F
      license
      C
      quality
      D
      maintenance
      A starter template for building Model Context Protocol servers that can integrate with AI assistants like Claude or Cursor, providing custom tools, resource providers, and prompt templates.
      2
      3 npm
      -
    • F
      license
      C
      quality
      D
      maintenance
      A starter template for building Model Context Protocol servers that integrate with AI assistants like Claude and Cursor, providing custom tools, resource providers, and prompt templates.
      2
      3 npm
      -
    • F
      license
      C
      quality
      D
      maintenance
      A starter template for building Model Context Protocol servers that integrate with AI assistants like Claude and Cursor, providing custom tools, resource providers, and prompt templates.
      2
      3 npm
      -
    • A
      license
      A
      quality
      D
      maintenance
      A template for building Model Context Protocol servers that allow AI assistants to interact with custom data and services through queryable resources and specialized tools.
      6
      MIT
    • F
      license
      C
      quality
      D
      maintenance
      A starter template for building MCP (Model Context Protocol) servers that can integrate with Claude, Cursor, or other MCP-compatible AI assistants. Provides a foundation with example implementations of tools, resources, and prompts along with installation scripts.
      2
      3 npm
      -

    TDQS

    B3.2/5.0

    Scored across 18 tools

    Disambiguation4/5

    Most tools have distinct purposes, but some overlap exists between geocode/reverse-geocode and place-details/places-search, which could cause confusion in spatial queries. The calendar and Gmail tools are clearly separated by domain, and airports-search, distance-matrix, finance-search, and get-directions are well-defined.

    Naming Consistency4/5

    Tools follow a consistent verb_noun or noun-verb pattern with clear prefixes (e.g., calendar-, gmail-, place-), but minor deviations like 'airports-search' (noun-verb) and 'finance-search' (noun-verb) break the verb-first convention used in others like 'geocode' and 'get-directions'. Overall, naming is predictable and readable.

    Tool Count4/5

    With 18 tools, the count is slightly high but reasonable for a boilerplate server covering multiple domains (calendar, Gmail, geolocation, finance, travel). It provides a broad utility set without being overly bloated, though some tools like airports-search and finance-search might feel less integrated.

    Completeness4/5

    The server offers good coverage across domains: calendar tools provide full CRUD, Gmail tools cover read/send/labels, and geolocation tools handle geocoding, places, and directions. Minor gaps include no update/delete for Gmail emails and limited financial data beyond search, but core workflows are well-supported.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues