@mcp-ts/sdk/server package provides handlers for standard Node.js and Express applications.
Server-Side Setup
Step 1: Install Dependencies
Step 2: Create SSE Handler
Create a file namedmcp-handler.ts:
Step 3: Mount the Router
In your mainapp.ts or index.ts:
Client-Side Setup
You can use the@mcp-ts/sdk/client in any frontend application.