MCP.so
Sign In
Servers

MCP TypeScript Server Starter

@ralf-boltshauser

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"
      ]
    }
  }
}

More from Developer Tools