All servers

mcptools

Go

f

A command-line interface for interacting with MCP (Model Context Protocol) servers using both stdio and HTTP transport.

1,595Pushed 12/18/2025View on GitHub
74

Score Breakdown

Authentication25/30
Static Analysis25/25
Dependencies20/20
Behavior0/15
Maintenance4/10

Authentication

Tier B — OAuth / JWT

OAuth with access tokens or JWT verification. Good authentication.

Last scanned 6/17/2026

Tools(1)

TOOL_NAME

TOOL_DESCRIPTION

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcptools": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/f/mcptools"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.