Skip to content
Cursor

openverse mcp for Cursor

io.github.mrfentmen/openverse-mcp

Search openly licensed images from the Openverse catalog. No key required.

client:Cursor transport:stdio runtime:npm

Install openverse mcp in Cursor

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

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

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

openverse mcp in other clients