Skip to content
Cursor

fbi wanted mcp for Cursor

io.github.mrfentmen/fbi-wanted-mcp

FBI Wanted API: most wanted list, search, and top rewards. No key required.

client:Cursor transport:stdio runtime:npm

Install fbi wanted mcp in Cursor

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

{
  "mcpServers": {
    "fbi-wanted-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "fbi-wanted-mcp"
      ]
    }
  }
}

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

fbi wanted mcp in other clients