This is the typescript project posted on the youtube channel for setting up and getting a joke
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"typescript_mcp_serve": {
"command": "npx",
"args": [
"-y",
"binexc/typescript_mcp_server"
]
}
}
}
Run in terminal:
claude mcp add typescript_mcp_serve npx -y binexc/typescript_mcp_server
Add to .cursor/mcp.json:
{
"mcpServers": {
"typescript_mcp_serve": {
"command": "npx",
"args": [
"-y",
"binexc/typescript_mcp_server"
]
}
}
}