D&D 5e MCP — wraps the D&D 5th Edition API (free, no auth)
claude mcp add dnd5e --transport http https://gateway.pipeworx.io/dnd5e/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"dnd5e": {
"url": "https://gateway.pipeworx.io/dnd5e/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dnd5e": {
"serverUrl": "https://gateway.pipeworx.io/dnd5e/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"dnd5e": {
"type": "http",
"url": "https://gateway.pipeworx.io/dnd5e/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"dnd5e": {
"url": "https://gateway.pipeworx.io/dnd5e/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"dnd5e": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/dnd5e/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://gateway.pipeworx.io/dnd5e/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.pipeworx-io--dnd5e/reviews or the review_server meta-tool.
POST /mcp