Skip to content

Sdk

Free

by MCP Community

SDK for building simple MCP servers with Bun & Deno

v0.1.6Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Sdk MCP Server

SDK for building simple MCP servers with Bun & Deno

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @aklinker1/mcp-server-sdk
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sdk": {
      "command": "npx",
      "args": ["-y", "@aklinker1/mcp-server-sdk"]
    }
  }
}