# mcp-tools-cli

> MCP Server

The mcp-tools-cli repository provides a command-line interface for interacting with Model Context Protocol (MCP) servers, allowing users to list available tools and call specific tools with optional arguments using a configuration file.

## Overview

- **Category:** Developer Tools
- **Language:** Python
- **Stars:** 2
- **Forks:** 0
- **Owner:** moritalous
- **GitHub:** https://github.com/moritalous/mcp-tools-cli
- **Created:** 2025-03-23T03:22:25+00:00
- **Updated:** 2025-03-23T07:25:58+00:00
- **Source:** https://model-context-protocol.com/servers/mcp-server-interaction-command-line-tool

## Setup

## Setup

1.  Install `mcp-tools-cli` using pip: `pip install mcp-tools-cli`
2.  Create a `mcp_config.json` file to store MCP server connection details.
3.  Populate `mcp_config.json` with the server configurations, including command and arguments.
4.  Optionally, install `mcp-server-time` if using the Time MCP Server example: `pip install mcp-server-time`

## Tools

## Available Tools

1.  `list-tools` (Lists the available tools on the MCP server.)
2.  `call-tool` (Calls a specific tool on the MCP server.)
