MCP Directory
Back

modelcontextprotocol__python-sdk.2628e01f

by autocode07 · Python · ★ 0

modelcontextprotocol__python-sdk.2628e01f — MCP server.

Install

pip install git+https://github.com/autocode07/modelcontextprotocol__python-sdk.2628e01f.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": {
    "modelcontextprotocol--python-sdk-2628e01f": {
      "command": "uvx",
      "args": [
        "git+https://github.com/autocode07/modelcontextprotocol__python-sdk.2628e01f.git"
      ]
    }
  }
}

From the README

Python implementation of the Model Context Protocol (MCP) [![PyPI][pypi-badge]][pypi-url] [![MIT licensed][mit-badge]][mit-url] [![Python Version][python-badge]][python-url] [![Documentation][docs-badge]][docs-url] [![Specification][spec-badge]][spec-url] [![GitHub Discussions][discussions-badge]][discussions-url] - [Overview](#overview) - [Installation](#installation) - [Quickstart](#quickstart) - [What is MCP?](#what-is-mcp) - [Core Concepts](#core-concepts) - [Server](#server) - [Resources](#resources) - [Tools](#tools) - [Prompts](#prompts) - [Images](#images) - [Context](#co…
Read full README on GitHub →

Related other servers