MCP Server for dice notation parsing
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dice-parser": {
"args": [
"-jar",
"<absolute-path-to-project-directory>/target/mcp-roller-0.0.1-SNAPSHOT.jar",
"--logging.file.name=<log-dir>/mcp-dice-parser.log"
],
"command": "java"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is an example MCP Server that uses Spring AI that will parse dice notation and return results.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Dice Parser and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is an example MCP Server that uses Spring AI that will parse dice notation and return results.
This version is using stdio, as to more easily integrate with existing clients.
./mvnw verify
To configure your client, open up it's JSON config file (or equivalent), for example, Claude's config file can be found at ~/Library/Application\ Support/Claude/claude_desktop_config.json on macOS. Add an entry for the MCP server:
{
"mcpServers": {
"dice-parser": {
"command": "java",
"args": [
"-jar",
"<absolute-path-to-project-directory>/target/mcp-roller-0.0.1-SNAPSHOT.jar",
"--logging.file.name=<log-dir>/mcp-dice-parser.log"
]
}
}
}
[!NOTE] Any time you change this file, you must restart your client.
Example prompt:
Let's play a roll playing game, you are the GM, and I'll play as an entry level rouge.
You create the character sheet for me, assign weapons, etc.
Our first encounter should be simple, like fighting a kobold.