Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCSManager MCP Serverrestart the survival server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcsm-mcp
English | 中文
Overview
mcsm-mcp is a lightweight MCP (Model Context Protocol) client library that enables your applications to communicate with MCP‑compatible servers. It supports multiple transport mechanisms – STDIO, SSE, and Streamable HTTP – and can be used from both CLI scripts and UI tools.
Installation
The package works on Windows, macOS and Linux.
Configuration & Usage
The client reads its configuration from a JSON file (default name mcp.json). Below are examples for the three supported transports.
STDIO (default)
Streamable HTTP
Save the file as mcp.json in your project root or specify a custom path with the --config flag.
Testing the Client
CLI Mode (scriptable)
The library ships with a CLI wrapper that can be invoked via npx @modelcontextprotocol/inspector.
UI Mode (interactive)
Running the command without --cli starts the MCP Inspector UI on http://localhost:6274.
You can also launch the UI directly from an existing configuration:
The project includes a comprehensive test suite that validates each transport (STDIO, SSE, Streamable HTTP). Tests are based on the MCP Inspector documentation in docs/MCPInspector_README.md.
Open the Inspector UI (see UI Mode above).
In the Servers File panel click "Servers File" to copy a full configuration for the transport you want to test.
Save the JSON to a temporary file, e.g.
mcp-test.json.Run the CLI test command:
npx @modelcontextprotocol/inspector --cli --config ./mcp-test.json --method tools/listVerify the output matches the expected tool list for your server.
Both GUI and CLI modes are exercised automatically by the CI pipeline.
Project Links
GitHub Repository: https://github.com/SMGoro/mcsm-mcp
MCSManager Site: https://mcsmanager.com/
Model Context Protocol: https://modelcontextprotocol.io/
License
AGPL-3.0