# pocoproject/poco | Model Context Protocol (MCP) Server > The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems. - **Stars**: ⭐ 9,417 - **Language**: C++ - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "poco": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-poco" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "poco": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-poco" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-poco` - **Docker**: `docker run -i --rm mcp/poco`