Open-Source MCP Server Turns Claude into an Autonomous Literary Agent for Querying Publishers

The Agentic Publishing Node is an open-source MCP server that turns Claude into an autonomous literary agent. Instead of manual copy-pasting into web chats, it exposes your manuscript and market positioning as a live API via Claude Desktop. The server reads three local markdown templates — author-dossier.md, book-proposal.md, and manuscript-sample.md — and provides four specific tools:
publish-analyze_mswl: Feed Claude a literary agent's Manuscript Wish List (MSWL). The server cross-references it against your book proposal, calculates a match score, and extracts a customized hook.publish-generate_query: Dynamically drafts a query letter using the generated hook, your dossier, and premise. Because it reads only your local files, output contains zero generic hallucinated filler.publish-export_shunn: Formats raw markdown chapters into strict Shunn Standard (double-spaced, 12pt reference) for immediate export.publish-log_query: Automatically appends a record (Date, Agent, Agency, Hook) to a localquery_log.csvfile.
The result: your hard drive becomes an active querying engine, maintaining full IP sovereignty while Claude handles market matching and CRM logging. The boilerplate template is open-sourced on GitHub.
This is a highly specific vertical MCP implementation for the publishing industry, demonstrating how agents can automate administrative friction in traditional workflows.
📖 Read the full source: r/ClaudeAI
👀 See Also

PaperclipAI: Open-source orchestration for zero-human companies
PaperclipAI is an open-source orchestration framework designed for fully automated companies. The project gained 14,000 GitHub stars in its first week of existence.

Grape Root Tool Reduces Claude Code Token Usage by Caching Repository Context
A free experimental tool called Grape Root addresses redundant token consumption in Claude Code by maintaining lightweight state about previously explored repository files, preventing unnecessary re-reads of unchanged files during follow-up prompts.

Open-source CLI uses Claude Haiku to automate Xero expense auditing
A developer has released an open-source Python CLI tool that uses Claude Haiku 4.5 to automate Xero expense auditing. The tool follows a 'deterministic code first, then AI to fill in the gaps' approach, keeping costs to a few cents per audit run.

CSS Modern Features Agent Skill: Enforce Modern CSS Practices in AI Coding Agents
An agent skill that enforces 57+ modern CSS features across color, layout, selectors, animation, typography, positioning, and component patterns, compatible with Claude Code, Cursor, Windsurf, Codex, Cline, and GitHub Copilot.