MCP.so
登录

Lite Mcp Client

@sligter

关于 Lite Mcp Client

Lite-MCP-Client是一个基于命令行的轻量级MCP客户端工具

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

sligter

提交者

里翔 艾

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "lite-mcp-client": {
      "command": "uv",
      "args": [
        "pip",
        "install",
        "lite-mcp-client"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Lite Mcp Client?

Lite Mcp Client is a lightweight, command-line-based MCP (Model-Chat-Prompt) client that connects to multiple MCP servers, enabling users to call tools, access resources, and use prompt templates. It supports integration with large language models (LLMs) for intelligent, natural-language-driven queries and is intended for developers and power users working with MCP ecosystems.

How to use Lite Mcp Client?

Install via pip install lite-mcp-client or from source with uv sync. Configure a mcp_config.json file (or use .env.example for environment variables). Invoke via the lite-mcp-client command with flags like --interactive, --query "question", --call "server.tool", or directly with a query string.

Key features of Lite Mcp Client

  • Multi-server connection management
  • Supports STDIO and SSE server types
  • Tool, resource, and prompt template access
  • Natural language intelligent queries with auto tool selection
  • Interactive terminal mode with rich commands
  • Session-based conversation history

Use cases of Lite Mcp Client

  • Query trending news via a specific MCP server and summarize results
  • Fetch and save webpage content using the Get tool
  • Configure and switch between multiple MCP servers for different tasks

FAQ from Lite Mcp Client

What server types does Lite Mcp Client support?

It supports both STDIO (launched via a command) and SSE (HTTP Server-Sent Events) server types, configured in the mcp_config.json file.

How do I install Lite Mcp Client?

Install from PyPI: pip install lite-mcp-client, or clone the source repository and run uv sync.

How do I configure servers?

Create a mcp_config.json file with an array of mcp_servers objects specifying name, type, command/url, args, environment variables, and description. A default server list can be set under default_server.

What are the main dependencies of Lite Mcp Client?

The client requires Python 3.11+ and depends on libraries like asyncio, mcp, langchain_openai, langchain_google_genai, langchain_anthropic, langchain_aws, and dotenv.

What license does Lite Mcp Client use?

It is released under the MIT License.

评论

其他 分类下的更多 MCP 服务器