|
| 1 | +<div align="center" style="margin: 0 auto; max-width: 80%;"> |
| 2 | + <picture> |
| 3 | + <source media="(prefers-color-scheme: dark)" srcset="./static/logo_white.svg"> |
| 4 | + <source media="(prefers-color-scheme: light)" srcset="./static/logo_black.svg"> |
| 5 | + <img alt="mcp use logo" src="./static/logo_white.svg" width="80%" style="margin: 20px auto;"> |
| 6 | + </picture> |
| 7 | +</div> |
| 8 | + |
1 | 9 | <h1 align="center">Unified MCP Client Library</h1> |
2 | 10 |
|
3 | | -[](https://www.npmjs.com/package/mcp-use) |
4 | | -[](https://www.npmjs.com/package/mcp-use) |
5 | | -[](https://github.com/zandko/mcp-use/blob/main/LICENSE) |
6 | | -[](https://eslint.org) |
7 | | -[](https://github.com/zandko/mcp-use/stargazers) |
| 11 | +<p align="center"> |
| 12 | + <a href="https://www.npmjs.com/package/mcp-use" alt="NPM Downloads"> |
| 13 | + <img src="https://img.shields.io/npm/dw/mcp-use.svg"/></a> |
| 14 | + <a href="https://www.npmjs.com/package/mcp-use" alt="NPM Version"> |
| 15 | + <img src="https://img.shields.io/npm/v/mcp-use.svg"/></a> |
| 16 | + <a href="https://docs.mcp-use.io" alt="Documentation"> |
| 17 | + <img src="https://img.shields.io/badge/docs-mcp--use.io-blue" /></a> |
| 18 | + <a href="https://mcp-use.io" alt="Website"> |
| 19 | + <img src="https://img.shields.io/badge/website-mcp--use.io-blue" /></a> |
| 20 | + <a href="https://github.com/mcp-use/mcp-use-ts/blob/main/LICENSE" alt="License"> |
| 21 | + <img src="https://img.shields.io/github/license/mcp-use/mcp-use-ts" /></a> |
| 22 | + <a href="https://eslint.org" alt="Code style: ESLint"> |
| 23 | + <img src="https://img.shields.io/badge/code%20style-eslint-4B32C3.svg" /></a> |
| 24 | + <a href="https://github.com/mcp-use/mcp-use-ts/stargazers" alt="GitHub stars"> |
| 25 | + <img src="https://img.shields.io/github/stars/mcp-use/mcp-use-ts?style=social" /></a> |
| 26 | + <a href="https://discord.gg/XkNkSkMz3V" alt="Discord"> |
| 27 | + <img src="https://dcbadge.limes.pink/api/server/XkNkSkMz3V?style=flat" /></a> |
| 28 | +</p> |
8 | 29 |
|
9 | 30 | 🌐 **MCP Client** is the open-source way to connect **any LLM to any MCP server** in TypeScript/Node.js, letting you build custom agents with tool access without closed-source dependencies. |
10 | 31 |
|
|
0 commit comments