MCP Directory
Back

mcpcpp

by nlpresearchai · C++ · ★ 9

A modern C++ implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) for building AI-powered applications with external tool integration.

Install

git clone https://github.com/nlpresearchai/mcpcpp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcpcpp": {
      "command": "npx",
      "args": [
        "-y",
        "github:nlpresearchai/mcpcpp"
      ]
    }
  }
}

From the README

[](https://opensource.org/licenses/MIT) [](https://en.cppreference.com/w/cpp/17) [](https://cmake.org/) A modern C++ implementation of the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) for building AI-powered applications with external tool integration. - ✅ **Full MCP Protocol Support** - JSON-RPC 2.0 based protocol (v2024-11-05) - ✅ **Dual Transport** - STDIO and SSE/HTTP modes - ✅ **Tools** - Register C++ functions as AI-callable tools - ✅ **Resources** - Serve data, configurations, and files - ✅ **Prompts** - Provide reusable prompt templates - ✅ **Client Library** - Co…
Read full README on GitHub →

Related other servers