litemcp
LiteMCP is a TypeScript framework for building MCP servers elegantly.
LiteMCP allows developers to create Model Context Protocol servers with ease, providing a simple interface for defining tools and resources. It supports full TypeScript, ensuring type safety and better development experience. The framework includes built-in logging, error handling, and a CLI for testing and debugging, making it a comprehensive solution for building MCP servers. While the project is no longer maintained due to the availability of an official SDK with similar capabilities, LiteMCP still offers valuable features such as support for SSE transport and a straightforward way to define executable functions and data resources. Developers can leverage its CLI commands independently, enhancing their workflow when working with MCP servers.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"litemcp": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-litemcp"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions