Skip to main content

MCP Tools extension for AutoGen >= v0.4

Project description

AutoGen Extension for MCP Tools

PyPI - Version

This package provides integration between Microsoft AutoGen and the Model Context Protocol (MCP), enabling AutoGen agents to seamlessly connect with various data sources and tools.

MCP is an open standard that enables secure, two-way connections between AI systems and data sources, replacing fragmented integrations with a single universal protocol. This allows AI assistants to maintain context as they move between different tools and datasets.

Installation

pip install autogen-ext-mcp

Features

  • Seamless integration of MCP tools with AutoGen agents
  • Connect to any MCP-compatible data source or tool
  • Automatic conversion of MCP tool schemas to AutoGen-compatible formats

Quick Start

from autogen_ext_mcp.tools import get_tools_from_mcp_server
from mcp import StdioServerParameters
from pathlib import Path

# Get desktop path cross-platform
desktop_path = str(Path.home() / "Desktop")

# Connect to FileSystem MCP server
server_params = StdioServerParameters(
    command="npx",
    args=[
        "-y",
        "@modelcontextprotocol/server-filesystem",
        desktop_path,  # Allow access to Desktop directory
    ]
)

# Get tools
tools = await get_tools_from_mcp_server(server_params)

# Use tools with AutoGen agents
# The tools can be passed to any AutoGen agent that supports tool use

Samples

Check out the samples directory for example code and detailed instructions on getting started with the AutoGen MCP Extension. The samples demonstrate common use cases and best practices for integrating MCP tools with AutoGen agents.

Resources

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autogen_ext_mcp-0.2.2.tar.gz (66.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

autogen_ext_mcp-0.2.2-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file autogen_ext_mcp-0.2.2.tar.gz.

File metadata

  • Download URL: autogen_ext_mcp-0.2.2.tar.gz
  • Upload date:
  • Size: 66.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.8

File hashes

Hashes for autogen_ext_mcp-0.2.2.tar.gz
Algorithm Hash digest
SHA256 1e8a62b3f47bea83e0af24f441712ffc8a229d68f269bd661ffdb4c5e040e846
MD5 782034681b288303e83d819eae9bb60c
BLAKE2b-256 439854b88c34c3b64031d797ba4586b12f6e918aab242d6ea66631910ca4ccc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for autogen_ext_mcp-0.2.2.tar.gz:

Publisher: publish.yaml on richard-gyiko/autogen-ext-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file autogen_ext_mcp-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for autogen_ext_mcp-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 bca66889b6f1da775480b31d24fd12f380f6f7f46385ac1820036539d8ebf733
MD5 f6f7e832f46cb72db924a0ebfd1c3aae
BLAKE2b-256 7ed5ac0c031ec515e7608eb4741598ac1c57bc5c3460601e9a837316507a1bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for autogen_ext_mcp-0.2.2-py3-none-any.whl:

Publisher: publish.yaml on richard-gyiko/autogen-ext-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page