mofox-docs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mofox-docs-mcphow do I deploy Neo-MoFox on Windows?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mofox-docs-mcp
Neo-MoFox official documentation MCP server: provides search and read capabilities for the MoFox-Bot-Docs documentation site via Model Context Protocol, so MCP clients such as Claude, Cursor, and Neo-MoFox can directly search and read the official documentation.
The data source is the documentation site's JSON API (https://docs.mofox-sama.com/api/docs/*), which shares the same llms.json index as the mofox_docs plugin in the MoFox plugin marketplace, so the behavior is consistent.
Features
Tools
Tool | Description |
| Searches documents by keyword. The query is split by whitespace, and results are returned in descending order of the number of matched keywords (for example, |
| Lists documents. Sorted by section, with deployment guides ( |
| Gets the full body of the specified document (plain text). |
Resources
Parameter | Description |
| Full index ( |
| Full text of a single document (e.g. |
Related MCP server: mcp-docs
Quick Start
Method 1: Run directly with npx (recommended)
npx -y mofox-docs-mcpMethod 2: Clone / build locally
npm install
npm run build
npm startConnecting to Neo-MoFox
Edit config/mcp.toml:
[mcp.stdio_servers.mofox-docs]
command = "npx"
args = ["-y", "mofox-docs-mcp"]
instructions = "提供 Neo-MoFox 官方文档的搜索与阅读功能,当用户询问框架功能、配置、插件开发、API 用法时使用"Restart Neo-MoFox for the changes to take effect.
Other MCP Clients
{
"mcpServers": {
"mofox-docs": {
"command": "npx",
"args": ["-y", "mofox-docs-mcp"]
}
}
}Configuration Options
Parameter | Description | Default |
| Documentation site URL |
|
| Request timeout |
|
| Cache duration for the index ( |
|
The same environment variables are also supported: MOFOX_DOCS_BASE_URL, MOFOX_DOCS_TIMEOUT, MOFOX_DOCS_CACHE_TTL.
Development
npm run build # 编译到 dist/
npm start # 运行License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseAqualityDmaintenanceProvides AI assistants with real-time access to the AGNO framework documentation by enabling them to browse, search, and fetch documentation pages. This server allows users to query information about AGNO's Agents, Teams, and Workflows directly through MCP-compatible clients.16
- AlicenseNot gradedqualityDmaintenanceGeneric MCP server that exposes Markdown documentation to LLMs, enabling them to search and answer questions about any software documentation.MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to access and read mdbook documentation, including structure, content, and search.123MIT
- AlicenseNot gradedqualityAmaintenanceA generic, configurable MCP server that makes any MkDocs documentation site searchable and explorable from MCP clients.MIT
Related MCP Connectors
MCP server for accessing curated awesome list documentation
MCP server for skill documentation, generated by doc2mcp.
MCP server for network documentation, generated by doc2mcp.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/minecraft1024a/mofox-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server