MCP Directory
Back

mcp_client_python_getting_started

by agentventure · Python · ★ 0

mcp client (following getting started tutorial on modelcontextprotocol.io)

Install

pip install git+https://github.com/agentventure/mcp_client_python_getting_started.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-client-python-getting-started": {
      "command": "uvx",
      "args": [
        "git+https://github.com/agentventure/mcp_client_python_getting_started.git"
      ]
    }
  }
}

From the README

> **Note:** This project follows the [Model Context Protocol (MCP) Getting Started tutorial for client developers](https://modelcontextprotocol.io/quickstart/client). The official code sample can also be found at [github.com/modelcontextprotocol/quickstart-resources/tree/main/mcp-client-python](https://github.com/modelcontextprotocol/quickstart-resources/tree/main/mcp-client-python). This project provides a Python client for interacting with an MCP (Model Context Protocol) server using Anthropic's Claude models and tool use. It demonstrates how to connect to a remote MCP server, send queries,…
Read full README on GitHub →

Related other servers