Skip to content

Tools Adaptor

Free

by MCP Community

Adapter to convert internal SylphTool definitions to MCP SDK format.

v0.3.1Added Apr 12, 2026
mcpadaptertool
Works with:ClaudeGPTGeminiCopilot

Tools Adaptor MCP Server

Adapter to convert internal SylphTool definitions to MCP SDK format.

Installation

npx -y @sylphlab/tools-adaptor-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @sylphlab/tools-adaptor-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "tools-adaptor": {
      "command": "npx",
      "args": ["-y", "@sylphlab/tools-adaptor-mcp"]
    }
  }
}