Command Palette

Search for a command to run...

UnylyUnyly
Browse all

McpServerTools

FreeNot checked

Tool manifests for MCP Server tool registry

GitHubEmbed

About

Tool manifests for MCP Server tool registry

README

Tool manifests for the MCP Server tool registry. This repository acts as the primary tool bucket — a collection of tool definitions that can be browsed, installed, and synced via the MCP Server's tool registry API.

Structure

Each tool is defined as a JSON manifest file in the root directory:

tool-name.json

Distribution artifacts live beside the manifests:

powershell/
packages/

The powershell/ directory contains the current McpServer helper modules published by this bucket. The packages/ directory contains the current SharpNinja.McpServer.Repl NuGet global-tool package used by the mcpserver-repl manifest.

The mcpserver-*-plugin.json manifests expose sibling agent plugin repositories. Plugin manifests clone or update from GitHub into a caller-provided parent directory.

Manifest Format

{
  "name": "tool-name",
  "description": "Human-readable description of what this tool does",
  "tags": ["keyword1", "keyword2"],
  "parameterSchema": "{ ... optional JSON schema ... }",
  "commandTemplate": "command --arg {{param1}}"
}

Usage

Register this bucket with MCP Server

curl -X POST http://localhost:7147/mcpserver/tools/buckets \
  -H "Content-Type: application/json" \
  -d '{
    "name": "official",
    "owner": "sharpninja",
    "repo": "McpServerTools",
    "branch": "main",
    "manifestPath": "/"
  }'

Browse available tools

curl http://localhost:7147/mcpserver/tools/buckets/official/browse

Install a tool from this bucket

curl -X POST "http://localhost:7147/mcpserver/tools/buckets/official/install?toolName=screenshot"

Sync to pick up updates

curl -X POST http://localhost:7147/mcpserver/tools/buckets/official/sync

Contributing

Add a new .json manifest file following the format above and submit a pull request.

from github.com/sharpninja/McpServerTools

Installing McpServerTools

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/sharpninja/McpServerTools

FAQ

Is McpServerTools MCP free?

Yes, McpServerTools MCP is free — one-click install via Unyly at no cost.

Does McpServerTools need an API key?

No, McpServerTools runs without API keys or environment variables.

Is McpServerTools hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install McpServerTools in Claude Desktop, Claude Code or Cursor?

Open McpServerTools on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare McpServerTools with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs