Google PageRank for AI agents. 25,000+ tools indexed.

mcp2cli MCP Server

tronsfey928/mcp2cli

Score: 49.9 Rank #89 MCP Server
Are you the maintainer of tronsfey928/mcp2cli? Claim this listing →

use mcp server in cli way

Add AgentRank to Claude Code Discover and compare tools like tronsfey928/mcp2cli — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

tronsfey928/mcp2cli is a TypeScript MCP server. use mcp server in cli way

Ranked #89 out of 129 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

TypeScript No license

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 3

3 contributors → small team

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Brief
License None

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for tronsfey928/mcp2cli
[![AgentRank](https://agentrank-ai.com/api/badge/tool/tronsfey928--mcp2cli)](https://agentrank-ai.com/tool/tronsfey928--mcp2cli/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/tronsfey928--mcp2cli/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/tronsfey928--mcp2cli" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="tronsfey928/mcp2cli"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# mcp2cli

> Command-line proxy for any MCP (Model Context Protocol) server — call tools directly from the terminal.

A Node.js/TypeScript CLI tool that connects to MCP servers and exposes their tools as command-line commands. Supports both HTTP/SSE and stdio transports, with tool list caching and named server shortcuts ("bakes").

Inspired by [knowsuchagency/mcp2cli](https://github.com/knowsuchagency/mcp2cli).

---

## Installation

```bash
npm install -g @tronsfey/mcp2cli
# or run directly
npx @tronsfey/mcp2cli --help
```

---

## Quick Start

### Connect to an HTTP/SSE MCP server

```bash
# List all available tools
mcp2cli --mcp https://server.example.com/mcp --list

# Call a tool
mcp2cli --mcp https://server.example.com/mcp search --query "hello world"
```

### Connect to a local stdio MCP server

```bash
# Spawn a local server and list its tools
mcp2cli --mcp-stdio "npx -y @modelcontextprotocol/server-filesystem /" --list

# Call a tool on the local server
mcp2cli --mcp-stdio "npx
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.