Skip to main content
Developer ToolsPython

conan-io/conan-mcp

Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities.

developer-toolsofficiallocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/conan-io/conan-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "conan-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "conan-io/conan-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
conan-io