Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Imgur
image

Imgur MCP Server

Image hosting and sharing

imageshostingsharing

About

## Imgur MCP Server: Image Hosting and Community Platform The **Imgur MCP Server** integrates the popular image hosting and sharing platform directly into Google Antigravity, enabling AI assistants to upload, manage, and retrieve images programmatically. This integration brings viral image hosting capabilities to your development workflow for building image-centric applications. ### Why Imgur MCP? - **Reliable Hosting**: Host images on battle-tested infrastructure serving billions of views monthly - **Album Management**: Organize images into albums with descriptions and privacy settings - **Community Features**: Access viral content, trending images, and community engagement metrics - **Direct Links**: Get direct image URLs without landing pages for clean embedding - **Anonymous Uploads**: Upload images without requiring user authentication for quick sharing ### Key Features #### 1. Image Upload ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Upload this screenshot to Imgur and get a shareable direct link" }], tools=[{ "name": "imgur_upload", "description": "Upload images to Imgur" }] ) ``` #### 2. Album Management ```python # Create and manage albums response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new album called Project Screenshots and add these images" }], tools=[{"name": "imgur_album", "description": "Manage image albums"}] ) ``` #### 3. Gallery Search ```python # Search Imgur gallery response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find trending programming memes from the Imgur gallery" }], tools=[{"name": "imgur_gallery", "description": "Search and browse gallery"}] ) ``` #### 4. Image Management ```python # Manage uploaded images response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Update the title and description of my recently uploaded image" }], tools=[{"name": "imgur_manage", "description": "Manage image metadata"}] ) ``` ### Configuration ```json { "mcpServers": { "imgur": { "command": "npx", "args": ["-y", "@anthropic/mcp-imgur"], "env": { "IMGUR_CLIENT_ID": "your-client-id", "IMGUR_CLIENT_SECRET": "your-client-secret" } } } } ``` ### Use Cases **Screenshot Sharing**: Quickly upload and share screenshots with permanent, direct links for documentation. **Bug Reports**: Attach visual evidence to bug reports with reliable, long-term image hosting. **Community Applications**: Build apps that leverage Imgur community content and engagement features. **Content Aggregation**: Collect and organize images from various sources into shareable albums. The Imgur MCP Server brings reliable image hosting directly into your development workflow, enabling easy image sharing and management.

Installation

Configuration
{
  "mcpServers": {
    "imgur": {
      "mcpServers": {
        "imgur": {
          "env": {
            "IMGUR_CLIENT_ID": "your-client-id",
            "IMGUR_CLIENT_SECRET": "your-client-secret"
          },
          "args": [
            "-y",
            "imgur-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Register app at api.imgur.com
  2. 2Get client ID and secret
  3. 3Add to configuration

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers