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

Ktx: An Executable Context Layer to Fix Data Agent Accuracy
Ktx is an open-source executable context layer that makes agents reliable on your data stack by combining Markdown wiki ingestion with YAML semantic definitions.

Open Source Curated Collection of OpenClaw Resources Unveiled
Discover a new open-source collection of OpenClaw resources, curated by the community to enhance AI development and collaboration.

Maestro v1.5.0 adds Claude Code support for multi-agent orchestration
Maestro v1.5.0, an open-source multi-agent orchestration platform, now runs as a native plugin on Claude Code in addition to Gemini CLI. The update includes deeper design planning, a 42-step orchestration backbone, agent capability enforcement, and security hardening.

Local AI Image Critic Tool Uses Ollama Vision Models for Feedback
A developer has created a free desktop application that analyzes AI-generated images locally using Ollama vision models. The tool provides structured feedback reports including improvement suggestions and prompt upgrades.