MCP-CLI
@winterfx
About MCP-CLI
cli tool for inspect mcp server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP-CLI?
MCP-CLI is a command-line tool for managing and interacting with MCP (Machine Conversation Protocol) servers. It enables users to view and call server Tools, view Prompts and Resources, and invoke tools through an interactive shell.
How to use MCP-CLI?
Install with go install github.com/yourusername/mcp-cli@latest, then create a configuration file at ~/.mcp-cli.json listing MCP servers. Launch the tool with commands like mcp-cli server list to list servers or mcp-cli server inspect -n <name> to enter an interactive shell for a specific server.
Key features of MCP-CLI
- Manage multiple MCP servers
- Interactive command-line interface
- View and call server Tools
- View server Prompts and Resources
- Support for tool invocation
Use cases of MCP-CLI
- Inspect available tools on a remote MCP server
- Test tool calls interactively before integrating into workflows
- List all configured MCP servers and their arguments
- Discover prompts and resources exposed by a server
FAQ from MCP-CLI
How do I install MCP-CLI?
Install using Go: go install github.com/yourusername/mcp-cli@latest.
How do I configure MCP-CLI?
Create a JSON configuration file at ~/.mcp-cli.json with a mcpServers object mapping server names to their command and args.
What interactive commands are available in the shell?
Inside the interactive shell, use tools to list tools, prompts for prompts, resources for resources, call <tool-name> <json-params> to invoke a tool, help for help, and exit to quit.
Can I list all configured servers?
Yes, run mcp-cli server list to display a table of server names, commands, and args.
How do I inspect a specific server?
Run mcp-cli server inspect -n <server-name> to enter an interactive shell for that server, showing its tools, prompts, and resources.
More Developer Tools MCP servers
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
Comments