conan-io/conan-mcp
Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities.
Quick Start
Clone the repository:
git clone https://github.com/conan-io/conan-mcpClaude Desktop configuration example:
{
"mcpServers": {
"conan-mcp": {
"command": "npx",
"args": [
"-y",
"conan-io/conan-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.