Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Agentis

    Python framework for creating AI agents that use MCP servers as tools. Compatible with any MCP server and model provider.

    2 stars
    Python
    Updated Mar 30, 2025

    Table of Contents

    • Features
    • Installation
    • Quick Start
    • Documentation
    • License

    Table of Contents

    • Features
    • Installation
    • Quick Start
    • Documentation
    • License

    Documentation

    Agentis MCP

    A flexible multi-agent framework for building powerful AI agents with MCP server connectivity.

    Features

    • Connect to MCP servers for tool access and resource retrieval
    • Build multi-agent workflows with powerful orchestration
    • Simple and intuitive API for creating custom agents
    • Flexible configuration system
    • Support for different transport mechanisms (stdio, SSE)
    • Persistent and temporary connection management
    • Aggregation of multiple tool servers

    Installation

    bash
    pip install agentis-mcp

    Quick Start

    python
    import asyncio
    from agentis_mcp import Agent, AgentContext
    from agentis_mcp.config import load_config
    
    async def main():
        # Load the configuration from a YAML file
        config = load_config("config.yaml")
        
        # Create an agent context
        context = AgentContext(config)
        
        # Create an agent with the context
        async with Agent(context) as agent:
            # Run a task with the agent
            result = await agent.run("What's the weather in San Francisco?")
            print(result)
    
    asyncio.run(main())

    Documentation

    For detailed documentation, see the docs directory.

    License

    APACHE 2.0

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • CH

      Chuk Mcp Linkedin

      Python00
    • PU

      Pursuit Mcp

      Python00
    • HE

      Hello Mcp

      Python00
    • GR

      Gradle Mcp

      Python00

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k