McpServer

Mirindra-lan/McpServer
★ 1 stars TypeScript Browser/Web Updated 3d ago
A lightweight MCP (Model Context Protocol) server built with TypeScript and Express, exposing tools, resources, and prompts over a Streamable HTTP transport with session management.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "Mirindra-lan/McpServer"
      ]
    }
  }
}