MCP TypeScript SDK
@VishvendraTomar
关于 MCP TypeScript SDK
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP TypeScript SDK?
The MCP TypeScript SDK is a library that implements the full Model Context Protocol (MCP) specification, enabling developers to build MCP clients and servers in TypeScript. It exposes data and functionality to LLM applications through resources, tools, and prompts, using standard transports like stdio and SSE.
How to use MCP TypeScript SDK?
Install via npm install @modelcontextprotocol/sdk. Create an McpServer instance, add resources, tools, or prompts, then connect it to a transport (e.g., StdioServerTransport). For clients, use the Client class with a StdioClientTransport. Examples and the MCP Inspector help with testing and debugging.
Key features of MCP TypeScript SDK
- Full implementation of the MCP specification in TypeScript
- Build MCP servers with resources, tools, and prompts
- Build MCP clients that connect to any MCP server
- Supports stdio and HTTP with SSE transports
- High-level
McpServerand low-levelServerAPIs - Includes a client library with typed method calls
Use cases of MCP TypeScript SDK
- Expose a database schema and run SQL queries through MCP tools
- Create an echo server demonstrating resources, tools, and prompts
- Build a remote MCP server accessible over HTTP with SSE
- Develop an LLM‑friendly API wrapper for weather or other external services
- Test server behavior with the MCP Inspector before deployment
FAQ from MCP TypeScript SDK
What is the Model Context Protocol (MCP)?
MCP is a standardized protocol for applications to provide context to LLMs, separating context provision from LLM interaction. Servers expose resources (data), tools (actions), and prompts (templates) in a secure way.
How do I install the SDK?
Run npm install @modelcontextprotocol/sdk in your Node.js project. No additional runtime dependencies are required, though some examples use zod for parameter validation and express for HTTP transport.
What transports are supported?
The SDK supports two built‑in transports: StdioServerTransport (for command‑line tools) and SSEServerTransport (for remote servers over HTTP with Server‑Sent Events).
Can I build MCP clients with this SDK?
Yes. The SDK provides a high‑level Client class that connects to any MCP server via StdioClientTransport, supporting operations like listing prompts, reading resources, and calling tools.
Where can I find more documentation and examples?
Official documentation is at modelcontextprotocol.io, the specification at spec.modelcontextprotocol.io, and example servers at github.com/modelcontextprotocol/servers.
开发工具 分类下的更多 MCP 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio

Sentry
modelcontextprotocolModel Context Protocol Servers
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
评论