MCP Directory
Back

oatpp-mcp

by oatpp · C++ · ★ 50

Anthropic’s Model Context Protocol implementation for Oat++

#anthropic#model-context-protocol#oatpp

Install

git clone https://github.com/oatpp/oatpp-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "oatpp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:oatpp/oatpp-mcp"
      ]
    }
  }
}

From the README

Anthropic’s Model Context Protocol implementation for Oat++ Read more: - [About Oat++](https://oatpp.io/) - [Oat++ Repository](https://github.com/oatpp/oatpp) - [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) :tada: can automatically generate tools from so that you can query your API with LLM. :tada: - [Detailed tutorial](https://medium.com/oatpp/c-restful-web-service-with-autogenerated-mcp-server-to-connect-with-llms-156d68bbb661) - Example project [example-crud](https://github.com/oatpp/example-crud) (branch ) - STDIO - HTTP SSE - [Prompts](https://sp…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers