Skip to content
Cursor

BLS OEWS for Cursor

io.github.1102tools/bls-oews-mcp

BLS Occupational Employment and Wage Statistics market wages. 7 tools.

client:Cursor transport:stdio runtime:pypi

Install BLS OEWS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bls-oews-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "bls-oews-mcp"
      ],
      "env": {
        "BLS_API_KEY": "<BLS_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BLS OEWS in other clients