Skip to content
Back to search
30
MCP

litemcp

pypi/litemcp

A minimal, lightweight client designed to simplify SDK (e.g., LangChain, Agent SDK) adoption into MCP.

Uptime
0.0%
17 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

lightmcp
A lightweight MCP tool layer for LLM agent frameworks.
0 tools
lite-github-mcp
Lightweight GitHub MCP server with minimal context and CLI-first data fetches
0 tools
mcp-client-for-testing
A minimalistic MCP client for testing MCP Server
0 tools
llmcp
A minimal CLI for interacting with LLMs via LiteLLM and MCP
0 tools
mcp-client-langchain-ts
Simple MCP Client CLI Implementation Using LangChain ReAct Agent / TypeScript
0 tools
gdb-lite-mcp
A small TypeScript MCP server for driving gdb sessions.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "litemcp": {
      "url": "None",
      "transport": "http"
    }
  }
}