MCP TypeScript SDK
ActiveDescription
MCP TypeScript SDK is the official TypeScript implementation for building MCP servers and clients, standardizing protocol integrations across JS/TS agent ecosystems.
Key Features
- Official TypeScript implementation of MCP, supporting Node.js, Bun, and Deno
- Split Server and Client packages for tools, resources, and prompts
- Streamable HTTP and stdio transport layers
- Middleware packages for Express, Hono, and Node.js HTTP frameworks
- Standard Schema support for tool and prompt definitions
- Complete examples and tutorials for building MCP servers from scratch
Use Cases
Tags
Categories
Quick Start
Install with npm install @modelcontextprotocol/server, create an McpServer instance, register tools, and connect via StdioServerTransport. Follow the weather server tutorial at docs/server-quickstart.md.