Content
# Hexdocs MCP
Unofficial, experimental MCP server for HexDocs, based in the search API.
Allows AI agents such as Claude or Cursor to search documentation in HexDocs.
## Prerequisites
- Node.js (v18 or later)
- npm
## Set up
1. Clone the repository:
```
git clone https://github.com/v0idpwn/hexdocs-mcp.git
```
2. Install dependencies:
```
npm install
```
3. Build the TypeScript code:
```
npm run build
```
4. Set up the MCP in your agent. For claude code:
```
claude mcp add hexdocs node /path/to/hexdocs-mcp/dist/index.js
```
Connection Info
You Might Also Like
MarkItDown MCP
Converting files and office documents to Markdown.
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors