h-129/image-search-mcp-server
3.2
If you are the rightful owner of image-search-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This project implements an image search service based on the MCP protocol, utilizing the Pexels API to provide high-quality free image search functionality.
项目概述 本项目实现了一个基于 MCP 协议的图片搜索服务,通过调用 Pexels API 提供高质量的免费图片搜索功能。 技术架构 后端框架:Spring Boot API 调用:Pexels API v1 协议支持:MCP (Model Context Protocol) 主要依赖: Spring Web Jackson (JSON 处理) WebClient 或 RestTemplate (HTTP 客户端) 核心功能 图片搜索 接收用户查询关键词 向 Pexels API 发送请求 返回结构化图片数据 结果处理 解析 Pexels API 响应 数据格式转换与封装 错误处理与异常管理