Skip to content

Sdk

Free

by MCP Community

Primary SDK package for Metorial. Provides the main SDK functionality, session management, and MCP (Model Context Protocol) integration capabilities.

v2.1.2Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Sdk MCP Server

Primary SDK package for Metorial. Provides the main SDK functionality, session management, and MCP (Model Context Protocol) integration capabilities.

Installation

npx -y @metorial/sdk

Reviews

Leave a Review

Installation

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