AI-SmartTalk/docusaurus-MCP-server
If you are the rightful owner of docusaurus-MCP-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Docusaurus MCP Server is a comprehensive solution for managing Docusaurus documentation using the Model Context Protocol.
Tools
Functions exposed to the LLM to take actions
create_document
Create a new documentation entry with title and content.
update_docs
Update specific lines in an existing document.
continue_docs
Append content to a document and remove incomplete markers.
get_docs
Retrieve the content of a document by path.
unfinished_docs
List all documents marked as incomplete.
search_docs
Perform semantic search across documentation embeddings.
get_sitemap
Generate a hierarchical view of the documentation structure.
apply_style
Apply style transformations to markdown content.
get_styles
List available style transformations.
health_check
Check service health and status.
metrics
Get service metrics (uptime, requests, document count).
sync_docs
Sync all documents in the docs directory to the vector store.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client