yWorks/mcp-typescribe
by Various
An MCP server implementation enabling LLMs to work with new APIs and frameworks
MCP
yWorks/mcp-typescribe
Added 1 June 2026
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_symbolsget_symbol_detailslist_membersget_parameter_infofind_implementationssearch_by_return_typesearch_by_descriptionget_type_hierarchyfind_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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
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.