# nissl-lab/npoi | Model Context Protocol (MCP) Server > a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop. - **Stars**: ⭐ 6,171 - **Language**: C# - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "npoi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-npoi" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "npoi": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-npoi" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-npoi` - **Docker**: `docker run -i --rm mcp/npoi`