MCP Directory
Back

mcp-server-ts

by dsmithco · JavaScript · ★ 0

Minimal MCP server in TypeScript. Exposes get_time and text_stats tools over stdio. Built on the official @modelcontextprotocol/sdk.

#anthropic#claude#mcp#model-context-protocol#typescript

Install

npx -y github:dsmithco/mcp-server-ts

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": {
    "mcp-server-ts": {
      "command": "npx",
      "args": [
        "-y",
        "github:dsmithco/mcp-server-ts"
      ]
    }
  }
}

From the README

A minimal Model Context Protocol (MCP) server written in TypeScript. Exposes four tools over stdio: - — current date and time in the given IANA timezone (defaults to UTC) - — character / word / line counts for an input string - — forecast for a location on a day. Uses [Open-Meteo](https://open-meteo.com) (no API key required). - — movies currently in theaters in a country, optionally filtered by MPAA rating. Uses [TMDB](https://themoviedb.org) (requires free API key in env var). Built on the official . The server speaks the MCP protocol over stdin/stdout. To use it with Claude Code, Cl…
Read full README on GitHub →

Related ai & ml servers