mcp2cli MCP Server
tronsfey928/mcp2cli
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
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
License low impact
Dependents medium impact
Matched Queries
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.