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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers