MCP Catalogs
Home

mcpc

by mcpc-tech·93·Score 47

MCPC is an SDK for building agentic MCP servers by composing existing MCP tools.

developer-toolsai-llmother
9
Forks
5
Open issues
this month
Last commit
2d ago
Indexed

Overview

MCPC provides a framework for creating sophisticated agentic MCP servers that can combine, fine-tune, and orchestrate existing MCP tools. It supports multiple execution modes including interactive agents, AI sampling, and secure code execution. The SDK emphasizes portability and agent interoperability, allowing agents to work across all MCP clients and collaborate through standard interfaces.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Building multi-agent systems that collaborate on complex tasks
you:Creating customized coding assistants with access to file systems and GitHub
you:Developing domain-specific agents with specialized knowledge
you:What is MCPC?
you:How does MCPC handle tool dependencies?

When to choose this

Choose MCPC when you need to build sophisticated multi-agent systems that leverage existing MCP tools and require flexible composition, fine-tuning capabilities, and multiple execution modes.

When NOT to choose this

Avoid MCPC if you need a simple MCP tool without composition capabilities or if you're looking for a turnkey solution with minimal development overhead.

Tools this server exposes

5 tools extracted from the README
  • coding-agent

    AI coding assistant with file operations and GitHub integration

  • desktop-commander.execute_command

    Execute terminal commands on the local system

  • desktop-commander.read_file

    Read contents of a file from the local system

  • desktop-commander.write_file

    Write content to a file on the local system

  • github.create_pull_request

    Create a new pull request on GitHub

Note: Tools mentioned in example sections but not clearly documented as MCP tools of this server

Comparable tools

nemotron-mcpautogen-mcpmcp-server-templatellama-agents

Installation

# npm (from npm registry)
npm install @mcpc-tech/core
# npm (from jsr)
npx jsr add @mcpc/core

# deno
deno add jsr:@mcpc/core

# pnpm (from npm registry)
pnpm add @mcpc-tech/core
# pnpm (from jsr)
pnpm add jsr:@mcpc/core

Or add to your MCP client:

{
  "mcpServers": {
    "mcpc-builder-agent": {
      "command": "npx",
      "args": ["-y", "@mcpc-tech/builder", "mcpc-builder-agent"]
    }
  }
}

FAQ

What is MCPC?
MCPC is an SDK for building agentic MCP servers by composing existing MCP tools, with support for multiple execution modes and agent interoperability.
How does MCPC handle tool dependencies?
MCPC allows you to define MCP server dependencies in your agent configuration, specifying transport types and execution parameters for each dependency.

Compare mcpc with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.