Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Primitive Go Mcp Server

    A Go implementation of an MCP (Model Context Protocol) server tools

    11 stars
    Go
    Updated Jul 3, 2025
    golang
    llm
    mcp

    Table of Contents

    • Features
    • Prerequisites
    • Build command
    • Configuration
    • Usage
    • Implementation Details
    • License

    Table of Contents

    • Features
    • Prerequisites
    • Build command
    • Configuration
    • Usage
    • Implementation Details
    • License

    Documentation

    MCP Image Generation Server

    A Go implementation of an MCP (Model Context Protocol) server that generates images using OpenAI's DALL-E API. This server demonstrates how to build MCP tools that can be used by Large Language Models like Claude.

    Features

    • Generate images from text descriptions
    • Automatic handling of save locations
    • Configurable image dimensions
    • Proper error handling and logging
    • Works with Claude Desktop and other MCP clients

    Prerequisites

    • Go 1.19 or higher
    • OpenAI API key
    • Claude Desktop (for testing)

    Build command

    code
    go build -o ./bin/imagegen-go ./main

    Configuration

    Add this server to your Claude Desktop configuration at ~/Library/Application Support/Claude/claude_desktop_config.json:

    json
    {
      "mcpServers": {
       "imagegen-go": {
          "command": "/path/to/imagegen-go/bin/imagegen-go",
          "env": {
            "OPENAI_API_KEY": "your-api-key",
            "DEFAULT_DOWNLOAD_PATH":"/path/to/downloads"
          }
        }
      }
    }

    Usage

    1. Build the server using the command above

    2. Configure Claude Desktop with your server path and API key

    3. Restart Claude Desktop

    4. Ask Claude to generate images!

    Example prompt:

    "Can you generate an image of a riverside home in cinematic style?"

    Implementation Details

    This server implements the MCP tools capability and provides a single tool:

    • generate-image: Generates an image from a text prompt using OpenAI's DALL-E

    License

    MIT License

    Similar MCP

    Based on tags & features

    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcpjungle

      Go·
      617
    • FA

      Fal Mcp Server

      Python·
      8

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k