mcptools

CLI for interacting with MCP servers via stdio and HTTP transport

brewmacoslinux
Try with needOr install directly
Source

About

CLI for interacting with MCP servers using both stdio and HTTP transport

Commands

mcptools

Examples

List available MCP servers and their tools$ mcptools list
Call a specific tool on an MCP server$ mcptools call --server localhost:3000 --tool toolname --args '{"param": "value"}'
Connect to an MCP server via stdio transport$ mcptools connect --stdio --command 'node server.js'