MCP Catalogs
首页

grimoire-mcp

by Linell·0·综合分 30

一个提供 D&D 5e 法术信息搜索和详细数据的 MCP 服务器。

ai-llmother
0
Forks
0
活跃 Issue
10 个月前
最近提交
2 天前
收录于

概述

Grimoire 是一个模型上下文协议服务器,通过一组明确定义的工具提供 D&D 5e 法术信息访问。它集成 D&D 5e API 提供全面的法术数据,包括施法时间、组件、描述和职业特定列表。服务器支持多种搜索过滤器,如等级、学派、职业和仪式状态,便于查找特定法术或浏览可用选项。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:地下城城主在游戏过程中查找法术详情
:玩家为角色构建研究可用法术
:AI 助手在角色扮演环境中访问 D&D 5e 法术数据
:这个服务器使用什么数据源?
:我可以使用 Smithery 部署此服务器吗?

什么时候选它

如果您在游戏或角色创建过程中需要快速访问 D&D 5e 法术信息,尤其是使用兼容 MCP 的 AI 助手时,请选择此服务器。

什么时候不要选它

如果您需要 D&D 5e 法术之外的数据,或者需要包含怪物、物品和其他游戏元素的更广泛游戏数据 API,请避免使用此服务器。

此 server 暴露的工具

从 README 抽取出 5 个工具
  • search_spells

    Search for spells with various filters

  • get_spell

    Get detailed information about a specific spell

  • list_schools

    List all available D&D 5e spell schools

  • list_classes

    List all available spellcasting character classes

  • get_class_spells

    Get spells available to a specific class at a given level

可对比工具

mcp-dnd-apidnd5e-toolsmcp-ddbmcp-rpg

安装

安装

  1. 克隆仓库:
git clone https://github.com/Linell/grimoire-mcp.git
cd grimoire-mcp
  1. 安装依赖:
npm install
  1. 启动开发服务器:
npm run dev

对于 Claude Desktop,添加到 claude_desktop_config.json

{
  "mcpServers": {
    "grimoire": {
      "command": "node",
      "args": ["dist/index.js"]
    }
  }
}

FAQ

这个服务器使用什么数据源?
服务器使用 D&D 5e API (5e-bits.github.io/docs) 作为其法术信息的综合数据源。
我可以使用 Smithery 部署此服务器吗?
是的,项目包含 smithery.yaml 配置文件,可通过 Smithery 平台轻松部署。

grimoire-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。