Sdk
Freeby MCP Community
Pure functional MCP server SDK for Node.js and Bun - type-safe, high performance
v2.1.1Added Apr 12, 2026
mcpmodel-context-protocolaillmbun
Sdk MCP Server
Pure functional MCP server SDK for Node.js and Bun - type-safe, high performance
Installation
Reviews
Installation
Quick install
npx -y @sylphx/mcp-server-sdk
Add to claude_desktop_config.json
{
"mcpServers": {
"sdk": {
"command": "npx",
"args": ["-y", "@sylphx/mcp-server-sdk"]
}
}
}