LiteMCP
by wong2
TypeScript framework for building MCP servers elegantly with built-in logging and CLI testing.
What it does
LiteMCP is a high-level TypeScript framework designed to simplify the creation of Model Context Protocol (MCP) servers. It abstracts the boilerplate of the official SDK, allowing developers to define tools, resources, and prompts with minimal code.
Tools
- add: Example tool demonstrating numeric addition.
- fetch: Example tool for retrieving webpage content.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"litemcp-demo": {
"command": "npx",
"args": ["-y", "litemcp", "dev", "server.js"]
}
}
}
Supported hosts
- Claude Desktop
- MCP Inspector
Quick install
npm install litemcp zodInformation
- Pricing
- free
- Published
- 4/16/2026
- stars






