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

    Oatpp Mcp

    Anthropic’s Model Context Protocol implementation for Oat++

    48 stars
    C++
    Updated Oct 28, 2025
    anthropic
    model-context-protocol
    oatpp

    Table of Contents

    • Supported features
    • Autogenerated tools for API
    • Transport
    • Server features
    • Build And Install
    • Pre Requirements
    • Install module
    • Examples
    • Serve via STDIO
    • Serve via SSE

    Table of Contents

    • Supported features
    • Autogenerated tools for API
    • Transport
    • Server features
    • Build And Install
    • Pre Requirements
    • Install module
    • Examples
    • Serve via STDIO
    • Serve via SSE

    Documentation

    oatpp-mcp

    Anthropic’s Model Context Protocol implementation for Oat++

    Read more:

    • About Oat++
    • Oat++ Repository
    • Model Context Protocol

    Supported features

    Autogenerated tools for API

    :tada: oatpp-mcp can automatically generate tools from ApiController so that you can query your API with LLM. :tada:

    • Detailed tutorial
    • Example project example-crud (branch add_mcp_server)

    Transport

    • STDIO
    • HTTP SSE

    Server features

    • Prompts
    • Resources
    • Tools

    Build And Install

    Pre Requirements

    • Install the main oatpp module

    Install module

    • Clone this repository.
    • In the root of the repository run:
    bash
    mkdir build && cd build
       cmake ..
       make install

    Examples

    Find working example in tests /test/oatpp-mcp/app/ServerTest.cpp

    Serve via STDIO

    Note: make sure to redirect oatpp logging to a different stream - ex.: to file by providing custom Logger.

    cpp
    /* Create MCP server */
      oatpp::mcp::Server server;
    
      /* Add prompts */
      server.addPrompt(std::make_shared());
    
      /* Add resource */
      server.addResource(std::make_shared());
      
      /* Add tools */
      server.addTool(std::make_shared());
    
      /* Run server */
      server.stdioListen();

    Serve via SSE

    cpp
    /* Create MCP server */
      oatpp::mcp::Server server;
    
      /* Add prompts */
      server.addPrompt(std::make_shared());
    
      /* Add resource */
      server.addResource(std::make_shared());
      
      /* Add tools */
      server.addTool(std::make_shared());
    
      /* Add SSE controller to your HTTP server router */
      router->addController(server.getSseController());

    Similar MCP

    Based on tags & features

    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8

    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

    • AN

      Anilist Mcp

      TypeScript·
      57
    • MC

      Mcp Aoai Web Browsing

      Python·
      30
    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8

    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