# litemcp

> MCP Client

Litemcp simplifies SDK adoption into MCP by providing a lightweight client for integrating AI SDKs like LangChain and Agent SDK, emphasizing simplicity, flexibility, and minimal dependencies. Litemcp simplifies SDK adoption

## Overview

- **Category:** AI
- **Language:** Python
- **Stars:** 6
- **Forks:** 0
- **Owner:** yanmxa
- **GitHub:** https://github.com/yanmxa/litemcp
- **Created:** 2025-03-21T00:46:18+00:00
- **Updated:** 2025-03-27T06:31:03+00:00
- **Source:** https://model-context-protocol.com/clients/lightweight-sdk-adoption-mcp-client

## Setup

## Setup
Install via pip:

```bash
pip install litemcp
```

## Tools

## Available Tools

1. Simplicity: Streamlined interfaces ensure easy integration.
2. Flexibility: Quickly adopt diverse SDKs with minimal effort.
3. Lightweight: Designed with minimal dependencies to maximize clarity and performance.
4. OpenAI Agent SDK Integration: Integrates tools from an MCP server into the OpenAI Agent SDK.
5. LangChain Integration: Integrates tools from an MCP server into LangChain.
6. Direct OpenAI API Integration: Integrates tools from an MCP server into direct OpenAI API calls.
7. Tool Call Validator: Allows adding a custom validation function to control MCP tool calls.
