aiagent.club
中文
GitHubnpm

modelcontextprotocol/typescript-sdk

#18 of 51 in the AI Agent Index ↓ Download poster

63 Score
Observed adoptionCurrent · 2026-09-12
94
MomentumCurrent · 2026-09-12
37
AttentionCurrent · 2026-09-12
39
Signal confidence Based on how many independent score dimensions currently have data.
High3/3 · 2 source types

Methodology v2.0 · snapshot 2026-09-12 · stale after 2 days

About

The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This TypeScript SDK implements the full MCP specification, making it easy to:

This SDK has a required peer dependency on zod for schema validation. The SDK internally imports from zod/v4, but maintains backwards compatibility with projects using Zod v3.25 or later. You can use either API in your code by importing from zod/v3 or zod/v4:

To see the SDK in action end-to-end, start from the runnable examples in src/examples:

This pair of examples demonstrates tools, resources, prompts, sampling, elicitation, tasks and…

Across sources

40.4M Downloads / week
  • Downloads / week 40.4M
13.4k Stars
  • Stars 13.4k
  • Forks 2.2k
  • Commits 1.6k
  • Releases 159