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

    Image Reader Mcp

    An MCP (Model Context Protocol) server (using FastMCP) to provide tools for listing local image files and reading their content. Designed for LLM agent integration.

    6 stars
    TypeScript
    Updated Sep 23, 2025
    cursor
    fastmcp
    llm
    mcp
    mcp-server

    Table of Contents

    • Tools
    • list_images
    • read_image
    • Setup

    Table of Contents

    • Tools
    • list_images
    • read_image
    • Setup

    Documentation

    Image Reader MCP Server

    A simple MCP server built with FastMCP that provides tools to:

    • List image files in a specified directory.
    • Read a specific image file and return its content.

    Tools

    This server provides the following tools:

    list_images

    • Description: List image files in a specified directory.
    • Parameters:
    • directoryPath (string): The absolute path to the directory to scan for images.
    • Returns: A list of image filenames found in the directory or a message indicating no images were found.
    • Supported Extensions: .jpg, .jpeg, .png, .gif, .bmp, .webp, .svg

    read_image

    • Description: Reads a specific image file and returns its content as base64.
    • Parameters:
    • filePath (string): The absolute path to the image file to read.
    • Returns: An object containing the image content suitable for display (using imageContent helper from fastmcp).
    • Supported Extensions: .jpg, .jpeg, .png, .gif, .bmp, .webp, .svg

    Setup

    To configure an MCP client, add the imageReader entry to the mcpServers object. It should look something like this:

    json
    {
      "mcpServers": {
        // ... other servers might be here ...
        "imageReader": {
          "command": "npx",
          "args": ["image-reader-mcp"],
          "env": {}
        }
      }
    }

    Important Note: When using this server with Cursor, it currently seems to function only when Claude Sonnet is selected (other models don't seem to have vision enabled).

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57

    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

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57

    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