Docs MCP Server
About
Search and read your documentation using the model context protocol
Details
- Author
- MiguelRipoll23
- Downloads
- 476
- Categories
- Knowledge Base
Jump to
- Searches documentation in markdown and text files.
- Reads documentation content via MCP.
- Uses Deno runtime.
- Simple stdio transport setup.
- Accepts a directory path argument.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Docs MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the provided JSON block to your MCP client, specifying the stdio transport, deno as the command, and the arguments run, --allow-read, jsr:@miguelripoll23/docs-mcp-server, and the directory path to your documentation.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"docs mcp server": {
"docs-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-read",
"jsr:@miguelripoll23/docs-mcp-server",
"DIRECTORY_PATH_DOCUMENTATION_HERE"
]
}
}
}
}
McpServers
{
"docs-mcp-server": {
"command": "deno",
"args": [
"run",
"--allow-read",
"jsr:@miguelripoll23/docs-mcp-server",
"DIRECTORY_PATH_DOCUMENTATION_HERE"
]
}
}
Docs MCP Server
Search and read your documentation in markdown or text files using the model
context protocol.
> [!NOTE]
> Requires Deno to be installed.
Demo
Usage
Add the following block to your MCP client:
"mcp": {
"servers": {
"docs-mcp-server": {
"type": "stdio",
"command": "deno",
"args": ["run", "--allow-read", "jsr:@miguelripoll23/docs-mcp-server", "DIRECTORY_PATH_DOCUMENTATION_HERE"]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


