LiteMCP
Createdwong2
Builds Model Context Protocol (MCP) servers elegantly using a TypeScript framework.
About
LiteMCP is a TypeScript framework designed to simplify the creation of MCP (Model Context Protocol) servers. It offers a structured approach to defining tools, resources, and prompts, essential components for interacting with clients and LLMs. With built-in features like logging, error handling, and CLI debugging, LiteMCP streamlines the development process, allowing developers to focus on the core functionality of their MCP server. Although deprecated, the CLI commands remain available, and the project's concepts have influenced the official MCP TypeScript SDK.
Key Features
- Built-in logging
- Built-in support for SSE transport
- Built-in error handling
- 174 GitHub stars
- Simple Tool, Resource, Prompt definition
- Built-in CLI for testing and debugging
- Full TypeScript support