
mcpserver
a simple mcp server exposing a list of colors
Repository Info
About This Server
a simple mcp server exposing a list of colors
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
- my own mcp server - a simple list of colors and hex values
This simple demo is based on the youtoube tutorial from dan vega.
Dan Vega, mcp server tutorial
See Spring Boot documentation
** prerequisite
To demo the running mcp server i used claude desktop installation. Developer mode should be enabled.
claude_desktop_config.json
{
"mcpServers": {
"localmcp": {
"type": "command",
"command": "D:\\jdks\\jdk-21+35\\bin\\java.exe",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-jar",
"D:\\ws\\ws_mcp_server\\my_mcp_server\\target\\mymcp-0.0.1-SNAPSHOT.jar"
]
}
}
}
Replace the settings with your specific build and java path.
Run mvn package to build the jar.
** what the mcp exposes
The server exposes a list of color name, hex value pairs. With this list you can interact: list all, get one, add one color entry.
** a chat, done with this demo
Claude Chat Link
Quick Start
Clone the repository
git clone https://github.com/mrwylan/mcpserverInstall dependencies
cd mcpserver
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.