Skip to main content
Glama
blakeyoder

TypeScript Definitions MCP Server

by blakeyoder

Related Servers

Alternatives to TypeScript Definitions MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Enables AI coding agents to interact with TypeScript projects through compiler-level code intelligence, providing tools for navigation, type information, diagnostics, refactoring, and semantic search.
      29
      202 npm
      3
      Apache 2.0
    • A
      license
      A
      quality
      C
      maintenance
      Provides the real exported API surface and type signatures of any npm package, extracted from its published TypeScript declarations, enabling AI coding agents to use functions accurately and avoid inventing nonexistent APIs.
      3
      6 npm
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      Enables AI assistants to generate TypeScript types, Zod schemas, TypeBox, and JSON Schema from any API endpoint or JSON.
      2 npm
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      Exposes TypeScript Language Server Protocol functionality to AI agents, enabling them to query types at specific positions, find definitions and references, get diagnostics, run type tests, and type-check inline code just like in an IDE.
      9
      31 npm
      3
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Generates TypeScript types for API functions from Swagger/OpenAPI documents, enabling AI IDEs to automatically create type definitions.
      9 npm
      3
      MIT

    TDQS

    B3.4/5.0

    Scored across 8 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: checking type compatibility, finding interfaces, getting package types, getting project info, looking up types, reinitializing the indexer, validating interface implementation, and validating type usage. The descriptions make it easy for an agent to select the right tool without confusion.

    Naming Consistency4/5

    The naming follows a consistent verb_noun pattern (e.g., check_type_compatibility, find_interfaces, get_package_types) with one minor deviation: 'lookup_type' uses 'lookup' instead of 'look_up' or 'get', but it still fits the overall style. The pattern is predictable and readable throughout.

    Tool Count5/5

    With 8 tools, the count is well-scoped for a TypeScript definitions server. Each tool serves a specific, useful function in the domain of type checking and project management, with no redundancy. This number allows comprehensive coverage without being overwhelming.

    Completeness4/5

    The tool set covers core TypeScript definition workflows well, including type lookup, compatibility checks, interface handling, project info, and validation. A minor gap is the lack of tools for modifying or generating types (e.g., create_type or update_definition), but agents can work around this with the provided tools for most common tasks.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues