mcp-server-example-image-block

mcp-server-example-image-block

1

This project is an example MCP server that provides random images from the Lorem Picsum API. It demonstrates the use of Model Context Protocol for interacting with external tools using TypeScript.

Overview

An example MCP server that returns a random image from the Lorem Picsum API. This project demonstrates how MCP servers can return image blocks.

Available Tools

  • get_random_image - get a random image using the Lorem Picsum API.

Technical Details

Built with:

  • Model Context Protocol (MCP): Framework for allowing AI assistants to interact with external tools
  • TypeScript: For type safety and better developer experience