mcp-server-ts

dsmithco/mcp-server-ts
★ 0 stars JavaScript 🤖 AI/LLM Updated 1d ago
Minimal MCP server in TypeScript. Exposes get_time and text_stats tools over stdio. Built on the official @modelcontextprotocol/sdk.
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": {
    "mcp-server-ts": {
      "command": "npx",
      "args": [
        "-y",
        "dsmithco/mcp-server-ts"
      ]
    }
  }
}

README Excerpt

A minimal Model Context Protocol (MCP) server written in TypeScript. Exposes two tools over stdio: - `get_time(timezone?: string)` — current date and time in the given IANA timezone (defaults to UTC) - `text_stats(text: string)` — character / word / line counts for an input string Built on the official `@modelcontextprotocol/sdk`.

Topics

anthropicclaudemcpmodel-context-protocoltypescript