Cli Client
CreatedFbeunder
Interacts with local and remote Machine Communication Protocol (MCP) servers using a command-line interface.
About
The CLI Client provides a command-line interface for interacting with Machine Communication Protocol (MCP) servers, supporting both local (STDIO) and remote (SSE) connections. It allows users to send JSON-RPC requests, operate in interactive or command-line modes, and integrate as a Python module into other projects, facilitating easy communication with MCP servers for various applications.
Key Features
- Sends JSON-RPC requests
- Supports command-line and interactive modes
- Connects to remote MCP servers via SSE
- 0 GitHub stars
- Connects to local MCP servers via STDIO
- Can be integrated as a Python module
Use Cases
- Automating MCP server interactions in scripts
- Integrating MCP communication into Python projects
- Interacting with MCP servers from the command line