mcpserver
0
This project is a simple MCP server that maintains and manages a list of color names and their hexadecimal values. It allows users to list all color entries, retrieve specific entries, and add new colors, designed as part of a tutorial on setting up an MCP server.
- My Own MCP Server - A simple list of colors and hex values
This project presents a simple demo based on a YouTube tutorial by Dan Vega. It involves an MCP server that exposes a list of color names and hex value pairs. Features of the server include listing all pairs, retrieving a specific color, and adding a new color entry.
- Prerequisite
- To demo the running MCP server, Claude desktop installation is used.
- Developer mode should be enabled.
- Usage
- Replace the settings with your specific build and Java path.
- Run
mvn package
to build the jar.
- Links