A command-line interface for interacting with MCP servers
Project description
MCP CLI
A command-line interface for interacting with MCP (Model Context Protocol) servers.
Features
- Ask questions to any MCP server directly from the command line
- Manage server configurations with easy add, remove, and list operations
- Set default servers for quick access
- Import and export server configurations
Installation
# From the source directory
pip install -e .
# Or once published
pip install mcp-cli
Usage
Asking Questions
# Ask a question to the default server
mcp-cli ask "What is the best AI tool for coding?"
# Ask a question to a specific server by name
mcp-cli ask --server team-mcp "What tools are being used in this team room?"
# Ask a question to a specific server by URL
mcp-cli ask --url https://mcp-server.example.com/sse "What is the weather today?"
Managing Servers
# List all configured servers
mcp-cli servers list
# Add a new server
mcp-cli servers add my-server https://mcp-server.example.com/sse
# Remove a server
mcp-cli servers remove my-server
# Set the default server
mcp-cli servers set-default tweet-finder-mcp
# Export server configuration
mcp-cli servers export --file servers.json
# Import server configuration
mcp-cli servers import servers.json
Configuration
The CLI stores its configuration in ~/.config/mcp_cli/config.json. This file is created automatically when you first run the CLI, and it contains:
- A list of configured servers with their URLs
- The default server to use when none is specified
Requirements
- Python 3.9 or higher
mcppackage (installed automatically as a dependency)
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dschwartz_mcp_cli-0.1.0.tar.gz.
File metadata
- Download URL: dschwartz_mcp_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
38783d03a802eeee412471ed9b0a9c98a3bcea3994213f375d5db9fa175525dc
|
|
| MD5 |
b4e4d836f9beef0d611073ad908e81d5
|
|
| BLAKE2b-256 |
320fd98879c7595696739a62a5be40a7332b0e73f813831987b6da762b44802d
|
File details
Details for the file dschwartz_mcp_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: dschwartz_mcp_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc77af563dae83fe466868a5248ca9b9c232a79a46ca8924b0dbd8570626bdb7
|
|
| MD5 |
16d06ecf41c764ad43df3422f6aaf5b7
|
|
| BLAKE2b-256 |
07b661fddbdffe347a3d42c1cf7af3c3de9e00faa52de13d8adb8151cc643177
|