MCP Directory
Back

litemcp

by wong2 · TypeScript · ★ 185

A TypeScript framework for building MCP servers elegantly

#mcp#model-context-protocol#typescript#typescript-library

Install

npx -y github:wong2/litemcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "litemcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:wong2/litemcp"
      ]
    }
  }
}

From the README

A TypeScript framework for building MCP (Model Context Protocol) servers elegantly > **Deprecate notice**: > > Since the [official SDK](https://github.com/modelcontextprotocol/typescript-sdk) already offers a high-level API similar to this project, this project will no longer be maintained. > > If you like the CLI commands in this project, you can use them independently: https://github.com/wong2/mcp-cli - Simple Tool, Resource, Prompt definition - Full TypeScript support - Built-in [logging](#logging) - Built-in error handling - Built-in CLI for [testing and debugging](#debugging-with-mcp-c…
Read full README on GitHub →

Related other servers