McpServerTools

sharpninja/McpServerTools
★ 1 stars Unknown language 📦 Other Updated 29d ago
Tool manifests for MCP Server tool registry
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpservertools": {
      "command": "npx",
      "args": [
        "-y",
        "sharpninja/McpServerTools"
      ]
    }
  }
}