Skip to main content
Glama
0PValencia

image-lab-mcp

by 0PValencia

@0pvalencia/image-lab-mcp

MCP de imágenes: Openverse + Wikimedia Commons + atribución.

Cursor / Claude / VS Code

Local (recomendado si clonas el repo)

{
  "mcpServers": {
    "image-lab": {
      "command": "node",
      "args": ["/ABSOLUTE/PATH/TO/image-lab-mcp/dist/cli.js"]
    }
  }
}

Tras clonar: npm install && npm run build.

npx (sin clonar)

{
  "mcpServers": {
    "image-lab": {
      "command": "npx",
      "args": ["-y", "@0pvalencia/image-lab-mcp"]
    }
  }
}

Si abres este repo en Cursor y usas npx, hace falta npm install en el proyecto para que el bin local exista. Sin eso, npx falla con image-lab-mcp: not found y el MCP se queda cargando.

Related MCP server: Wikimedia-Search-Images

Install / run

npx -y @0pvalencia/image-lab-mcp

Local

npm install
npm run build
npm start

Tools

  • search_images — query → insertUrl + attribution

  • format_attribution

Usa insertUrl con insert_image de google-documents-mcp.

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0PValencia/image-lab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server