Back to MCP Servers
🔌

TypeScript MCP SDK

NOASSERTION

The official TypeScript SDK for Model Context Protocol servers and clients

TypeScriptAI & LLMs

Install

npx -y @modelcontextprotocol/sdk

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "typescript-mcp-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/sdk"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.