MCP Directory
Back

modelcontextprotocol_typescript-sdk

by CorbettCajun · ★ 0

Mirror of https://github.com/modelcontextprotocol/typescript-sdk

Install

git clone https://github.com/CorbettCajun/modelcontextprotocol_typescript-sdk.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol-typescript-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "github:CorbettCajun/modelcontextprotocol_typescript-sdk"
      ]
    }
  }
}

From the README

TypeScript implementation of the [Model Context Protocol](https://modelcontextprotocol.io) (MCP), providing both client and server capabilities for integrating with LLM surfaces. 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: - Build MCP clients that can connect to any MCP server - Create MCP servers that expose resources, prompts and tools - Use standard transports like stdio and SSE - H…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers