Tools Adaptor
Freeby MCP Community
Adapter to convert internal SylphTool definitions to MCP SDK format.
v0.3.1Added Apr 12, 2026
mcpadaptertool
Tools Adaptor MCP Server
Adapter to convert internal SylphTool definitions to MCP SDK format.
Installation
npx -y @sylphlab/tools-adaptor-mcp
Reviews
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"]
}
}
}