
RedirHub MCP — manage URL redirects from Claude/Cursor (free tier, open source)
I work on RedirHub, so this is our own MCP server. Sharing it here because redirect management turned out to be a genuinely good MCP use case and this sub is where it's relevant.
What it does: connects an AI agent (Claude Desktop, Cursor, VS Code, Codex) to RedirHub so you can create, update, and manage URL redirects, short links, and domains in plain language instead of clicking through a dashboard.
Some specifics that might be useful if you're building in this space:
- 17 tools / 15 resources — covers CRUD on redirects, bulk import, domain management, workspace stuff
- Bulk operations have a dry-run mode (preview changes before they commit) — this was the part that made it actually safe to point an agent at production
- Streamable HTTP transport (JSON-RPC 2.0), so it works with any MCP client out of the box
- Works on the free tier, not gated behind a paid plan
Repo + setup: github.com/redirhub/mcp-server
Happy to answer anything about how it's built or the design choices — and genuinely curious if others here have found redirect/infra management to be a good fit for MCP, or if you're using it for different things.