| Port details |
- py-mcp Python implementation of the Model Context Protocol (MCP)
- 2.1.1 misc
=0 1.27.2Version of this port present on the latest quarterly branch. - Maintainer: nivit@FreeBSD.org
 - Port Added: 2025-03-18 09:51:06
- Last Update: 2026-08-30 12:37:46
- Commit Hash: f90792a
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.python.org/pypi/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
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}mcp>0:misc/py-mcp@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/misc/py-mcp/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/py-mcp
- pkg install py312-mcp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py312-mcp listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py312-mcp
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1788093026
SHA256 (mcp-2.1.1.tar.gz) = 50b7ba1ebbe117008ea7bdd288234043e69c20b403d6851d19661e6d431a75ef
SIZE (mcp-2.1.1.tar.gz) = 3984589
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py312-hatchling>=1.27.0 : devel/py-hatchling@py312
- py312-uv-dynamic-versioning>=0.8.2 : devel/py-uv-dynamic-versioning@py312
- python3.12 : lang/python312
- py312-build>=0 : devel/py-build@py312
- py312-installer>=0 : devel/py-installer@py312
- Test dependencies:
-
- python3.12 : lang/python312
- Runtime dependencies:
-
- py312-anyio>=4.5 : devel/py-anyio@py312
- py312-httpx-sse>=0.4 : www/py-httpx-sse@py312
- py312-httpx>=0.28.1 : www/py-httpx@py312
- py312-jsonschema>=4.20.0 : devel/py-jsonschema@py312
- py312-mcp-types=2.1.1 : misc/py-mcp-types@py312
- py312-multipart>=0.0.9 : devel/py-multipart@py312
- py312-opentelemetry-api>=1.28.0 : devel/py-opentelemetry-api@py312
- py312-pydantic-settings>=2.6.0 : devel/py-pydantic-settings@py312
- py312-pydantic2>=2.10.6_2 : devel/py-pydantic2@py312
- py312-pyjwt>=2.10.1 : www/py-pyjwt@py312
- py312-sse-starlette>=2.2.0 : www/py-sse-starlette@py312
- py312-starlette>=0.45.3 : www/py-starlette@py312
- py312-typing-extensions>=4.15.0 : devel/py-typing-extensions@py312
- py312-typing-inspection>=0.4.2 : devel/py-typing-inspection@py312
- py312-uvicorn>=0.34.0 : www/py-uvicorn@py312
- python3.12 : lang/python312
- This port is required by:
- for Run
-
- devel/py-oci
- misc/py-crewai
- misc/py-fastmcp
- misc/py-google-genai
- misc/py-langchain-mcp-adapters
- misc/py-litellm
- misc/py-vllm
Configuration Options:
- No options to configure
- Options name:
- misc_py-mcp
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|