Documentation generator for TypeScript projects.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"typedoc": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-typedoc"
]
}
}
}