All servers

mcptools

Go

f

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

1,616Pushed 12/18/2025View on GitHub
77

Score Breakdown

Authentication28/35
Static Analysis25/30
Dependencies20/25
Maintenance4/10

Authentication

Tier B — OAuth / JWT

OAuth with access tokens or JWT verification. Good authentication.

Last scanned 6/17/2026

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.