@ezquill/mcp-server
Related Servers
Alternatives to @ezquill/mcp-server
No user-submitted related servers found.
Related Servers
AlicenseNot gradedqualityDmaintenanceEnables AI assistants to connect to AutoRFP.ai and query RFP projects, requirements, tags, and approved content library with read-only access.MIT
Memuaria MCPofficial
AlicenseNot gradedqualityBmaintenanceConnects compatible AI assistants to Memuaria so they can retrieve account and book information, check memory or story draft status, and prepare changes for user review while personal data remains in the Memuaria cloud service.MIT- AlicenseNot gradedqualityBmaintenanceEnables collaborative manuscript editing where an AI agent reads the page, proposes changes scored against the writer's voice, and waits for acceptance or rejection before any text is committed.MIT
- AlicenseAqualityNot gradedmaintenanceEnables AI assistants to read, write, organize, search, and compile Scrivener writing projects. Supports manuscript editing, document management, consistency checking, and PDF export for writers using Scrivener 3.228 npm-
- AlicenseNot gradedqualityDmaintenanceEnables a user's own AI agent to read their personal ORANO library—projects, tasks, research, roadmaps, and memory facts—as grounded context through read-only MCP tools.MIT

Echoes MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables AI integration with the Echoes storytelling platform, providing narrative knowledge graph extraction, semantic search, and arc isolation.60 npmMIT
TDQS
Scored across 11 tools
Each tool targets a clearly distinct resource or action: project listing/detail/search, outline vs. scene, entity list/detail, timeline, feedback, and auth. There is little risk of an agent selecting the wrong tool for a given intent.
All tools use a consistent lowercase snake_case verb_noun pattern: list_projects, get_project, search_project, get_outline, read_scene, list_entities, get_entity, get_timeline, list_feedback. authenticate and sign_out are the only exceptions but they are auth actions and still read predictably.
Eleven tools is well within the ideal range for this domain. Each tool covers a distinct need without unnecessary duplication, and the auth tools are justified for a service that requires sign-in.
The read-side surface is thorough: projects, outline, scenes, entities, timeline, and feedback are all covered. The only notable gap is the absence of any create/update/delete operations, but that appears intentional for a read-only writing-project assistant.