Sdk

@modelcontextprotocol/sdk

Official

Model Context Protocol implementation for TypeScript

0 downloads
v1.27.1

Capabilities

tools

Installation

Quick Install

Install using the MCPSearch CLI (recommended)

mcp install @modelcontextprotocol/sdk

Don't have the CLI? Install it first

Run with npx

Run directly without installing

npx -y @modelcontextprotocol/sdk

Manual Configuration

Add to your MCP client configuration file

CClaude Code / Claude Desktop

Add to ~/.claude/claude_desktop_config.json

{
  "mcpServers": {
    "sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/sdk"
      ]
    }
  }
}

CuCursor

Add to ~/.cursor/mcp.json

{
  "mcp": {
    "servers": {
      "sdk": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/sdk"
        ]
      }
    }
  }
}

VSVS Code / Continue.dev

Add to .vscode/mcp.json or Continue settings

{
  "mcpServers": {
    "sdk": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/sdk"
      ]
    }
  }
}

About

Model Context Protocol implementation for TypeScript

Reviews

No reviews yet. Be the first to review this package!

Compatible With

Claude CodeCursorWindsurfContinue.dev

Details

Version
1.27.1
License
MIT
Category
memory
MCP Version
1.0
Published
11/11/2024
Updated
2/24/2026