Saved filters for reporting
Teams that review the same dashboard views each week can now save a filter set once and reopen it in one click.
This update is live for reporting workspaces and closes a popular request from finance-heavy accounts.
Claude Code changelog
Connect ChangeCrab through MCP so Claude Code can turn release context into a reviewed changelog draft, then publish the approved update to your public page, widget, RSS feed, and subscribers.
Teams that review the same dashboard views each week can now save a filter set once and reopen it in one click.
This update is live for reporting workspaces and closes a popular request from finance-heavy accounts.
Why this page exists
Developers already have commits, PRs, issue context, and migration notes in the coding workflow. ChangeCrab gives Claude Code a safe publishing target for the customer-facing version.
Ask Claude Code to summarize merged work while it still has the repo, test output, and implementation details in view.
Use Claude Code for drafting and structure, then keep a human approval step before publishing public updates.
Move from code context to public page, widget, RSS, and subscriber channels without rewriting the release from scratch.
Workflow
Use merged PRs, issue links, test notes, support context, and rollout details from the current repo.
Let Claude Code use the MCP server to find the right changelog, categories, and existing posts before creating a draft.
Approve the final copy, then publish once to update the changelog page, widget, RSS feed, and subscriber channels.
Setup shape
Create a ChangeCrab API key, add the MCP server, then ask Claude Code to draft changelog posts as part of your release workflow.
{
"mcpServers": {
"changecrab": {
"command": "npx",
"args": ["-y", "changecrab-mcp-server"],
"env": {
"CHANGECRAB_API_KEY": "your_api_key"
}
}
}
}
Tool coverage
The MCP server maps Claude Code prompts to structured ChangeCrab workflows.
list_changelogsFind the right workspace before drafting.
get_changelogFetch the current changelog details.
list_categoriesUse the labels your customers already see.
list_postsCheck recent updates before writing a duplicate.
create_postCreate the next release note as draft or published.
update_postRevise copy after review.
delete_postRemove a mistaken entry when needed.
info toolsAnswer setup and workflow questions from chat.
Buyer questions
Yes. Claude Code supports connecting to external tools through MCP servers. ChangeCrab uses that path to expose changelog workflows.
Usually no. Use it to draft, categorize, and prepare the post, then keep review before anything customer-facing goes live.
A repository changelog is useful for developers. ChangeCrab gives customers a public page, subscribers, RSS, widgets, custom-domain options, and a durable product update archive.
Start a ChangeCrab trial, connect the MCP server, and turn the next release into a customer-facing update while the context is still fresh.