pirate-borg-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pirate-borg-mcpMake a Pirate Borg NPC: a corsair captain."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pirate-borg-mcp
An MCP server for Pirate Borg. Gives an LLM the tools it needs to generate stat-accurate NPCs using the procedural tables from the rulebook.
Tools
create_character
Generates a Pirate Borg NPC. The LLM provides narrative fields (name, faction, description, attack, inventory); the server rolls all numerical values from the enemy generator tables: HP, morale, armor tier, and the five ability score modifiers (Strength, Agility, Presence, Toughness, Spirit).
The LLM can optionally override hp_tier (1–10) or armor_tier (0–3) — useful for intentionally tough or lightly armored characters.
Returns a formatted markdown stat block.
Related MCP server: MCP Dice Roller
Setup
pnpm install
pnpm buildConnecting to Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pirate-borg": {
"command": "node",
"args": ["/absolute/path/to/pirate-borg-mcp/dist/index.js"]
}
}
}Development
pnpm dev # runs src/index.ts directly with tsx (no build step)Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- MIT
- AlicenseAqualityCmaintenanceAn MCP server that provides tools for rolling dice using standard notation, flipping coins, and selecting random items from lists. It supports advanced tabletop gaming features such as character stat generation and keep-highest/lowest mechanics.Last updated6MIT
- AlicenseBqualityCmaintenanceA comprehensive MCP server for managing AI-assisted Dungeons & Dragons campaigns, featuring tools for character sheets, combat tracking, and world-building. It enables players and DMs to interact with 5e game mechanics and query personal PDF rulebooks using RAG capabilities.Last updated972MIT
- Alicense-qualityFmaintenanceAn MCP server that enables AI agents to act as dynamic dungeon masters for text-based RPGs with dynamically generated rule systems and comprehensive game state management.Last updated309MIT
Related MCP Connectors
Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samhooker/pirate-borg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server