philschmidphilschmidCommunityยท2 Agent Skills Included

mcp-cli

Control any MCP server from the command line

Connects AI agents and shell scripts to any MCP server through simple terminal commands. Lists, searches, inspects, and calls tools from servers like GitHub, filesystems, and databases without writing integration code. Keeps connections warm with a background daemon and outputs clean JSON for easy piping and chaining.
npx skills add philschmid/mcp-cli --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install mcp-cli?โ–ผ

Run `npx skills add philschmid/mcp-cli --all -g -y` in your terminal to install this skill globally for your AI agent.

What does mcp-cli do?โ–ผ

It lets you discover, inspect, and call tools from any MCP server directly from the command line, using simple commands like info, grep, and call.

Does mcp-cli work with Claude Code and Gemini CLI?โ–ผ

Yes. It is designed for AI coding agents and works with Claude Code, Gemini CLI, and any tool that follows the SKILL.md standard.

How do I connect mcp-cli to my MCP servers?โ–ผ

Create an mcp_servers.json config file listing your servers, the same format used by Claude Desktop and VS Code. Both local stdio and remote HTTP servers are supported.

Can I use mcp-cli in shell scripts?โ–ผ

Yes. It outputs clean JSON and raw text, so you can pipe results into jq, chain multiple calls, and build automated workflows.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’