Docfork

v1.3.3Search & Data Extractionstable

Retrieves up-to-date documentation and code examples for any library. This tool automatically searches for the library by name and fetches its documentation. Usage: 1. Provide the author and library

agentagentsdocumentationmcpmodelcontextprotocol
Share:
478
Stars
0
Downloads
0
Weekly
0/5

What is Docfork?

Docfork is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to retrieves up-to-date documentation and code examples for any library. this tool automatically searches for the library by name and fetches its documentation. usage: 1. provide the author and library

Retrieves up-to-date documentation and code examples for any library. This tool automatically searches for the library by name and fetches its documentation. Usage: 1. Provide the author and library

This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • get-library-docs

Use Cases

Retrieve up-to-date library documentation and code examples.
Automatically fetch documentation for any open-source library.
docfork

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.3.3
UpdatedMay 18, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y docfork

Manual Installation

npx -y docfork

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Docfork

Docfork retrieves up-to-date documentation and code examples for any library by automatically searching and fetching documentation based on the library name. This server saves time by providing instant access to the latest docs without manual browser searches.

Prerequisites

  • Node.js 14+ and npm
  • Claude Desktop, Cursor, or another MCP client
  • Internet connection to fetch documentation
1

Install via npm

Install the Docfork package using npm or npx. You can install it globally or run it directly.

npx -y docfork
2

Add to client configuration

Register the server in your Claude Desktop or Cursor configuration.

{
  "mcpServers": {
    "docfork": {
      "command": "npx",
      "args": ["-y", "docfork"]
    }
  }
}
3

Restart your client

Restart Claude Desktop or Cursor to load the Docfork configuration.

4

Verify the connection

Check the MCP panel to ensure Docfork appears as connected and ready to fetch documentation.

Docfork Examples

Client config example

Add this configuration to enable Docfork in Claude Desktop.

{
  "mcpServers": {
    "docfork": {
      "command": "npx",
      "args": ["-y", "docfork"]
    }
  }
}

Prompts to try

Ask these questions to retrieve documentation.

"Get the documentation for the React library"
"What are the latest features in TensorFlow? Fetch the official docs."
"Show me code examples for how to use the Express.js middleware system"

Troubleshooting Docfork

Cannot find library documentation

Verify the exact library name. Try searching for the author name and library name together (e.g., 'React by Facebook').

Documentation fetching is slow

Check your internet connection. Large documentation sites may take longer to fetch. Consider retrying if the request times out.

Frequently Asked Questions about Docfork

What is Docfork?

Docfork is a Model Context Protocol (MCP) server that retrieves up-to-date documentation and code examples for any library. this tool automatically searches for the library by name and fetches its documentation. usage: 1. provide the author and library It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Docfork?

Install via npm with the command: npx -y docfork. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Docfork?

Docfork works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Docfork free to use?

Yes, Docfork is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Search & Data Extraction MCP Servers

Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "docfork": { "command": "npx", "args": ["-y", "docfork"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Docfork?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides