MCP Directory
Back

mcp-typescript-server-examples

by mikelovesrobots · TypeScript · ★ 0

Just messing around in typescript learning @modelcontextprotocol/sdk

Install

npx -y github:mikelovesrobots/mcp-typescript-server-examples

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

From the README

Just messing around in typescript learning @modelcontextprotocol/sdk * Get the right version of nodejs (optional): * Install packages: connect to the streamable HTTP URL http://localhost:3000/mcp 1. Go to settings 2. Select "Tools & MCP" in sidebar 3. Select "New MCP Server" 4. In mcp.json (which opens) do something like this:
Read full README on GitHub →

Related other servers