Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-typescript-server-starter": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://subdomain.yourdomain.com/sse"
]
}
}
}