MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

An ImgFlip meme crawler made using bs4. FOR EDUCATIONAL PURPOSES ONLY, use their API for any use case.

Created 5/26/2025
Updated 7 months ago
Repository documentation and setup instructions

imgflipcrawler

An ImgFlip meme crawler made using bs4. FOR EDUCATIONAL PURPOSES ONLY, use their API for any use case.

Made this originally for my MCP server until I realized they have a free API to use.

This crawler is for EDUCATIONAL PURPOSES ONLY, use their free API for any use case.

The crawler is heavily inspired from icrawler.

Quick Setup
Installation guide for this server

Install Package (if required)

uvx imgflipcrawler

Cursor configuration (mcp.json)

{ "mcpServers": { "nkapila6-imgflipcrawler": { "command": "uvx", "args": [ "imgflipcrawler" ] } } }