Sdk
Freeby MCP Community
Official TypeScript/JavaScript SDK for the MCPaaS platform - A wrapper around the official MCP Server using @modelcontextprotocol/sdk
v0.1.15Added Apr 12, 2026
mcpmodel-context-protocolmcpaassdktypescript
Sdk MCP Server
Official TypeScript/JavaScript SDK for the MCPaaS platform - A wrapper around the official MCP Server using @modelcontextprotocol/sdk
Installation
Reviews
Installation
Quick install
npx -y @mcpweb-org/sdk
Add to claude_desktop_config.json
{
"mcpServers": {
"sdk": {
"command": "npx",
"args": ["-y", "@mcpweb-org/sdk"]
}
}
}