About Anaconda Help Download Anaconda

The official Python SDK for Model Context Protocol servers and clients

Installers

  • linux-64 v1.6.0
  • linux-aarch64 v1.6.0
  • osx-64 v1.6.0
  • osx-arm64 v1.6.0
  • win-64 v1.6.0

conda install

To install this package run one of the following:
conda install main::mcp

Description

The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This Python SDK implements the full MCP specification, making it easy to:

  • Build MCP clients that can connect to any MCP server
  • Create MCP servers that expose resources, prompts and tools
  • Use standard transports like stdio and SSE
  • Handle all MCP protocol messages and lifecycle events

© 2025 Anaconda, Inc. All Rights Reserved. (v4.1.0) Legal | Privacy Policy