Back to MCP Servers
Conan
Official MCP server for Conan C/C++ package manager. Create projects, manage dependencies, check licenses, and scan for security vulnerabilities.
developer-toolssecurity
By conan-io
Installation
npx -y conan-mcpConfiguration
{
"mcpServers": {
"conan-mcp": {
"command": "npx",
"args": ["-y", "conan-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes