Installation
Claude Desktop (one-click)
Download 5eMCP.mcpb below and open it, or go to Settings → Extensions → Install Extension in Claude Desktop and select the file.
Claude Code / developers
git clone https://github.com/jazzsequence/5eMCP.git
cd 5eMCP
npm install
npm run buildThen add to ~/.claude.json:
{
"mcpServers": {
"5etools": {
"command": "node",
"args": ["/path/to/5eMCP/dist/index.js"],
"env": { "GITHUB_TOKEN": "ghp_your_token_here" }
}
}
}See the README for full documentation.
What's Changed
- changes to support self hosted MCP server next to self-hosted 5etools by @tz8 in #16
- chore(deps): Bump softprops/action-gh-release from 2 to 3 by @dependabot[bot] in #15
- chore(deps-dev): Bump @typescript-eslint/parser from 8.57.1 to 8.57.2 by @dependabot[bot] in #14
- chore(deps-dev): Bump vitest from 4.1.0 to 4.1.2 by @dependabot[bot] in #12
- chore(deps-dev): Bump @typescript-eslint/eslint-plugin from 8.57.1 to 8.69.0 by @dependabot[bot] in #13
- chore(deps-dev): Bump eslint from 9.39.4 to 10.9.1 by @dependabot[bot] in #10
New Contributors
Full Changelog: v1.1.0...v1.2.0