CLI tool to interact with MCP servers via stdio and HTTP transport.
CLI for interacting with MCP servers using both stdio and HTTP transport
mcp$ mcp run --transport stdio --command 'python server.py' --tool get_weather --args '{"location": "NYC"}'$ mcp list-tools --transport http --url http://localhost:3000$ mcp call --transport http --url http://example.com:8000 --tool search --args '{"query": "python"}'$ mcp ping --transport stdio --command './mcp_server'$ mcp tool-info --transport http --url http://localhost:3000 --tool read_file