mcp-dice:用于掷骰子的 MCP 服务器
一个模型上下文协议 (MCP) 服务器,支持大型语言模型 (LLM) 掷骰子。它接受标准骰子符号(例如1d20
),并返回每次掷骰结果及其和。
特征
- 支持标准骰子符号(例如
1d20
、3d6
、2d8+1
) - 返回单个掷骰结果和总和
- 轻松与 Claude Desktop 集成
- 兼容 MCP Inspector 进行调试
安装
通过 Smithery 安装
要通过Smithery自动安装 Dice Roller for Claude Desktop:
使uv
可用: https://docs.astral.sh/uv/getting-started/installation/
用法
基本命令行用法
输入格式
服务器接受带有notation
字段的 JSON 对象:
示例响应:
Claude桌面配置
地点
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%/Claude/claude_desktop_config.json
示例
注意:用您的登录 shell 替换zsh
。
开发与调试
安装开发依赖项
运行测试
使用 MCP 检查器
MCP Inspector是一款用于调试 MCP 服务器的实用工具。使用 npm 安装并运行它:
Claude 桌面开发配置
注意:将path/to/mcp-dice-repo
替换为文件系统上存储库的路径。
注意:请将zsh
替换为您的登录 shell。另外,请将path/to/mcp-dice-repo
替换为您的 WSL 文件系统上的存储库路径。
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
一个允许 LLM 掷骰子的 MCP 服务器
Related MCP Servers
- -securityAlicense-qualityMCP server for toolhouse.ai. This does not rely on an external llm unlike the official server.Last updated -1PythonMIT License
- AsecurityAlicenseAqualityAn MCP server that provides LLMs access to other LLMsLast updated -41412JavaScriptMIT License
- AsecurityAlicenseAqualityAn MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.Last updated -441TypeScriptMIT License
- AsecurityAlicenseAqualityMCP server implementation that enables LLMs to interact with Rollbar error tracking data, allowing users to list and analyze errors, view occurrences, track deployments, and access project information.Last updated -132562TypeScriptMIT License