mcpcraft

abdunur-dev/mcpcraft
★ 0 stars TypeScript API Integration Updated today
mcpcraft - Lightweight TypeScript SDK for building MCP servers fast. Zero boilerplate, full type safety, built on the official Model Context Protocol SDK.
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": {
    "mcpcraft": {
      "command": "npx",
      "args": [
        "-y",
        "abdunur-dev/mcpcraft"
      ]
    }
  }
}

README Excerpt

A lightweight and elegant SDK for building Model Context Protocol (MCP) servers fast. --- The official MCP SDK is powerful but requires significant JSON-RPC boilerplate and manual schema definitions. `mcpcraft` wraps it to provide a streamlined, zero-config API with automatic TypeScript type inference and Zod runtime schema validation.

Tools (1)

get_weather