mcp-server-starter-demo

Abanoub-Rodolf/mcp-server-starter-demo
★ 0 stars TypeScript Security Updated 3d ago
Runnable TypeScript MCP server demo with tested tools, official SDK protocol proof, and CI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-starter-d": {
      "command": "npx",
      "args": [
        "-y",
        "Abanoub-Rodolf/mcp-server-starter-demo"
      ]
    }
  }
}

README Excerpt

A free, deliberately small TypeScript MCP server from [ThynkQ](https://thynkq.com). It uses the current official SDK, runs over stdio, validates every input with Zod, and exposes two pure in-memory tools: - `echo`: returns validated text unchanged; - `text_stats`: counts words and characters. It does not read files, call the network, spawn subprocesses, or accept secrets.

Tools (2)

echotext_stats

Topics

claude-codedeveloper-toolsmcpmodel-context-protocolsecuritytypescript