naics-mcp-server

mfbaig35r/naics-mcp-server
★ 1 stars Python 📦 Other Updated today
NAICS MCP Server - An intelligent industry classification service for NAICS 2022
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "naics-mcp-server": {
      "command": "uvx",
      "args": [
        "naics-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install naics-mcp-server