Skip to main content
Developer ToolsTypeScript

yWorks/mcp-typescribe

MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yWorks/mcp-typescribe

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-typescribe": {
      "command": "npx",
      "args": [
        "-y",
        "yWorks/mcp-typescribe"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
TypeScript
Author
yWorks