MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. typescript-sdk

typescript-sdk

GitHub
Website

This TypeScript SDK implements the Model Context Protocol, enabling developers to build MCP clients and servers that expose resources, prompts, and tools for LLM context management. It supports standard transports

9,722
372

MCP TypeScript SDK

This TypeScript SDK implements the Model Context Protocol (MCP), enabling standardized context provision for LLMs. It facilitates building MCP clients and servers, handling protocol messages, and utilizing transports like stdio and SSE.

Core features:

  • MCP Servers: Expose resources (data), tools (functionality), and prompts (interaction patterns) to LLM applications.
  • MCP Clients: Connect to any MCP server.
  • Transports: Support for stdio (command-line tools) and SSE (remote servers).

Key Concepts:

  • Resources: Expose data to LLMs, similar to GET endpoints.
  • Tools: Enable LLMs to perform actions, like POST endpoints.
  • Prompts: Reusable templates for LLM interactions.

The SDK offers both high-level (McpServer, Client) and low-level (Server) interfaces. Examples include an Echo Server and a SQLite Explorer. The MCP Inspector aids in testing and debugging. This project is MIT licensed.

Repository

MO
modelcontextprotocol

modelcontextprotocol/typescript-sdk

Created

September 24, 2024

Updated

March 28, 2025

Language

TypeScript

Category

Developer Tools