mcp-server-sdk

SylphxAI/mcp-server-sdk
★ 1 stars TypeScript API Integration Updated 1d ago
Pure functional MCP server SDK for Bun - zero dependencies, type-safe, high performance
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-sdk": {
      "command": "npx",
      "args": [
        "-y",
        "SylphxAI/mcp-server-sdk"
      ]
    }
  }
}

README Excerpt

Pure functional MCP (Model Context Protocol) server SDK for Bun. - **Pure Functional**: Immutable data, composable handlers - **Type-Safe**: First-class TypeScript with Vex schema integration - **Builder Pattern**: Fluent API for defining tools, resources, and prompts - **Fast**: Built for Bun with minimal dependencies

Tools (1)

Alice

Topics

aibunmcpmodel-context-protocoltypescript