Provides a TypeScript starter for building Model Context Protocol (MCP) servers with resources, prompts, and tools.
This TypeScript starter provides a foundation for building Model Context Protocol (MCP) servers. It includes examples of resource handling (both static and dynamic), a sample prompt implementation, and a basic echo tool. The server supports both SSE and STDIO transports, making it suitable for web browser and command-line integrations. A debug tool allows for server introspection, aiding in development and troubleshooting.
Key Features
01SSE and STDIO transport support
02Resource handling with static and dynamic resources
032 GitHub stars
04Sample prompt implementation
05Example echo tool
06Debug tool for server introspection
Use Cases
01Developing MCP servers for command-line integrations
02Prototyping and experimenting with MCP functionality
03Building MCP servers for web browser integrations