yWorks/mcp-typescribe
MCP server that provides Typescript API information efficiently to the agent to enable it to work with untrained APIs
Quick Start
Clone the repository:
git clone https://github.com/yWorks/mcp-typescribeClaude Desktop configuration example:
{
"mcpServers": {
"mcp-typescribe": {
"command": "npx",
"args": [
"-y",
"yWorks/mcp-typescribe"
]
}
}
}Check the repository README for specific installation and configuration instructions.