yW

yWorks/mcp-typescribe

๐Ÿ“‡ ๐Ÿ  MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs

#Typescript#API#agent
PublisheryWorks/mcp-typescribe
Submitted date4/19/2025

Overview

Title

MCP-Typescribe - An MCP Server Providing LLMs API Information

How to Use

  1. Installation: Clone the repository and install dependencies using npm install.
  2. Generate Documentation: Use TypeDoc to generate JSON documentation for your TypeScript API.
  3. Run the Server: Start the MCP server with the generated JSON file.
  4. Connect AI Agents: Configure tools like Cline or Windsurf to query the API via the MCP protocol.

Key Features

  • TypeDoc Integration: Efficiently loads and indexes TypeScript API documentation.
  • Comprehensive Query Tools: Supports symbol search, detailed symbol info, member listing, parameter info, and more.
  • MCP Protocol Compliance: Enables seamless integration with AI agents for dynamic API exploration.

Use Cases

  • AI-Powered Code Assistance: Helps LLMs understand and use unfamiliar APIs in real-time.
  • Developer Productivity: Accelerates onboarding for new or proprietary SDKs.
  • Autonomous Agents: Enables AI agents to query, plan, and adapt to unknown APIs without retraining.

Visit More

View All