simple-mcp-server
@marcelloraffaele
About simple-mcp-server
Java Spring Boot simple MCP server implementation
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"simple-mcp-server-marcelloraffaele": {
"command": "docker",
"args": [
"build",
"-t",
"simplemcpserver:1.0",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is simple-mcp-server?
simple-mcp-server is a Java Spring Boot implementation of an MCP (Model Context Protocol) server. It provides two core services: GreetingsService for generating personalized greeting messages and NumberService for numerical operations such as arithmetic calculations or random number generation.
How to use simple-mcp-server?
Configure the MCP client (e.g., Claude Desktop) with the provided JSON snippet for either Docker or local Java execution. For Docker, use the image ghcr.io/marcelloraffaele/simple-mcp-server:main. For local runs, build with Maven and run the jar with the system property -Dspring.ai.mcp.server.stdio=true.
Key features of simple-mcp-server
- Generates personalized greeting messages via GreetingsService
- Performs arithmetic calculations via NumberService
- Generates random numbers via NumberService
- Runs as a Docker container or Java command-line application
- Built with Spring Boot and MCP protocol support
Use cases of simple-mcp-server
- Provide dynamic, user-specific greetings in an AI assistant workflow
- Perform simple numerical operations (add, subtract, random) through MCP tools
- Serve as a reference implementation for Java Spring Boot MCP servers
FAQ from simple-mcp-server
—
—
—
—
—
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Nginx UI
0xJackyYet another WebUI for Nginx

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Comments