Enterprise DNA
M MCP Servers Developer low

yWorks/mcp-typescribe

by Various

An MCP server implementation enabling LLMs to work with new APIs and frameworks

Y

MCP

yWorks/mcp-typescribe

Added 1 June 2026

#api #llm #mcp-server #typedoc #typescript

Overview

This MCP server implementation allows LLMs to dynamically interact with new APIs and frameworks without prior training. It generates type information on the fly, enabling the model to understand and invoke unfamiliar endpoints.

Best for

Best for
Developers who need a lightweight MCP solution for connecting LLMs to arbitrary or evolving APIs

Use cases

  • Integrating LLMs with undocumented or rapidly changing APIs
  • Automatically generating typed tool definitions for MCP clients
  • Reducing manual schema writing when connecting LLMs to new services

How to use

Install

npm install && npm run build && npx @modelcontextprotocol/inspector node ./dist/mcp-server/cli.js run-server docs/api.json

Tools exposed

  • search_symbols
  • get_symbol_details
  • list_members
  • get_parameter_info
  • find_implementations
  • search_by_return_type
  • search_by_description
  • get_type_hierarchy
  • find_usages

Tested with

Claude, Cline, Cursor, Windsurf

Example client config

{\n  "mcpServers": {\n    "typescribe": {\n      "command": "npx",\n      "args": [\n        "-y",\n        "mcp-typescribe@latest",\n        "run-server",\n        "<PATH_TO_API_DOT_JSON>"\n      ],\n      "env": {}\n    }\n  }\n}

Notes

This MCP server implementation allows LLMs to dynamically interact with new APIs and frameworks without prior training. It generates type information on the fly, enabling the model to understand and invoke unfamiliar endpoints.

45 stars on GitHub. Last updated 2025-10-17. Licensed MIT.

Use cases

  • Integrating LLMs with undocumented or rapidly changing APIs
  • Automatically generating typed tool definitions for MCP clients
  • Reducing manual schema writing when connecting LLMs to new services

Pros

  • Enables flexible, on-the-fly API adaptation for LLMs
  • Written in TypeScript, offering type safety and ease of maintenance
  • Open source with a straightforward MCP server design

Cons

  • Small user base (45 stars) suggests limited community and testing
  • Requires TypeScript knowledge for customization and troubleshooting
  • Only compatible with MCP-compatible clients, not standalone use

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Enables flexible, on-the-fly API adaptation for LLMs
  • Written in TypeScript, offering type safety and ease of maintenance
  • Open source with a straightforward MCP server design

Cons

  • Small user base (45 stars) suggests limited community and testing
  • Requires TypeScript knowledge for customization and troubleshooting
  • Only compatible with MCP-compatible clients, not standalone use
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks