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

Codesight CLI reduces AI coding agent token usage by scanning codebases
Codesight is a zero-dependency CLI tool that scans TypeScript, Python, and Go projects to generate compact context files, reducing Claude Code exploration tokens by 12.3× on average according to benchmarks from real production codebases.

Skales: A Desktop AI Agent That Connects to Ollama Without Docker
Skales is a desktop AI agent that connects to Ollama locally, requiring no Docker setup. It offers features like email management via Gmail IMAP, browser automation, and voice chat using Whisper through Groq.
TextGen (text-generation-webui) Becomes Native Desktop App with Portable Builds
TextGen, the open-source alternative to LM Studio, has evolved from a web UI to a no-install desktop app for Windows, Linux, and macOS with portable builds, full privacy, and advanced quantization support.

Fullerenes: Open-source persistent memory layer for coding agents cuts tokens by 64% on SWE-bench
Fullerenes uses a local SQLite knowledge graph built via Tree-sitter to give coding agents like Claude Code persistent memory, reducing token usage by 64% on SWE-bench and up to 96.6% on internal benchmarks.