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

sqlite-utils 4.0rc2: Written by Claude Fable, $149.25, Fixes Data Loss Bug
Simon Willison shipped sqlite-utils 4.0rc2, mostly written by Claude Fable for $149.25. Fable found a data loss bug in delete_where() and helped rewrite transaction handling.

Screenbox: Open-Source Virtual Desktops for AI Agents Built Entirely by Voice
Screenbox provides isolated Linux desktops in Docker for AI agents, solving conflicts when multiple agents run in parallel. The project was built entirely using voice commands with Claude Code, and the creator hasn't seen a single line of the code.

ClawProxy: Self-Hosted AI Routing Proxy for Rotating Free-Tier API Keys
ClawProxy is a self-hosted AI routing proxy that manages multiple free-tier AI API keys to avoid rate limits and provider overloads. It features in-flight key rotation, weighted load balancing, model translation, and a dashboard with deep-parsed logs.

Benchmark Results: GitHub CLI vs MCP Approaches for AI Agents
An independent benchmark compared GitHub CLI, MCP, MCP with Tool Search, and MCP with Code Mode for AI agent tasks. GitHub CLI was the most cost-effective, while MCP approaches showed trade-offs in cost, latency, and failure modes.