mcp-client
Installation
SKILL.md
MCP Client
Overview
The MCP client SDK lets you connect to any MCP server, discover its capabilities (tools, resources, prompts), and invoke them programmatically. Use this when building AI agents, testing MCP servers, or integrating MCP capabilities into your application.
Instructions
Step 1: Install the SDK
TypeScript:
npm install @modelcontextprotocol/sdk
Python:
pip install mcp