VOOZH about

URL: https://apify.com/agentify/docfork-mcp-server

⇱ Docfork MCP Server Β· Apify


Pricing

Pay per event + usage

Go to Apify Store

Docfork MCP Server

Access @latest documentation and code examples from 9000+ libraries in a single tool call

Pricing

Pay per event + usage

Rating

0.0

(0)

Developer

πŸ‘ agentify

agentify

Maintained by Community

Actor stats

0

Bookmarked

11

Total users

0

Monthly active users

6 months ago

Last modified

Share

πŸ‘ Apify Actor Badge

🌿 Access @latest documentation and code examples from 9000+ libraries in a single tool call.

About this MCP Server: To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at mcp.apify.com.

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--docfork-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers":{
"docfork":{
"url":"https://mcp-servers--docfork-mcp-server.apify.actor/mcp",
"headers":{
"Authorization":"Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

Links

🚩 Claim this MCP server

All credits to the original authors of https://github.com/docfork/docfork-mcp To claim this server, please write to ai@apify.com.


❌ The Problem: Expired Knowledge

  • Out of date code examples & stale data from year-old model training
  • Hallucinated syntax & APIs
  • Old or mismatched versions

βœ… The Solution: @latest docs at warp speed

  • Always in sync with the latest version of docs
  • Accurate descriptions and code examples
  • Sub-second retrieval results (500ms @ p95) in your AI code editor

Docfork MCP pulls @latest documentation and code examples straight from the source - and adds them right into your context.

Just tell Cursor to use docfork:

Create a basic Next.js app with the App Router. use docfork

πŸ› οΈ Available Tools

Docfork MCP provides the following tool that LLMs can use:

  • get-library-docs: Searches the library and returns its documentation.
    • libraryName (required): The name of the library to search for
    • topic (required): Focus the docs on a specific topic (e.g., "routing", "hooks")
    • tokens (optional, default 10000, max 50000): Max number of tokens to return. Values less than the configured DEFAULT_MINIMUM_TOKENS value or the default value of 10000 are automatically increased to that value.

πŸ’‘ Tips

Add a Rule

If you don't want to add use docfork to every prompt, you can define a simple rule from your Cursor Settings > Rules section in Cursor (or the equivalent in your MCP client) to auto-invoke Docfork on any code question:

---
alwaysApply:true
---
when the user requests code examples, setup or configuration steps, or library/API documentation
use docfork.

From then on you'll get Docfork's docs in any related conversation without typing anything extra. You can add your use cases to the match part.

Use Specific Library Names

When you know exactly which library you want to use, be specific in your prompts. This helps Docfork find the right documentation faster and more accurately:

implement basic authentication with supabase. use docfork
create a Next.js middleware for rate limiting. use docfork
configure Tailwind CSS with custom typography. use docfork

The more specific you are about the library and what you want to accomplish, the better documentation you'll receive.

⚠️ Disclaimer

Docfork is an open, community-driven catalogue. Although we review submissions, we make no warrantiesβ€”express or impliedβ€”about the accuracy, completeness, or security of any linked documentation or code. Projects listed here are created and maintained by their respective authors, not by Docfork.

If you spot content that is suspicious, inappropriate, or potentially harmful, please contact us.

By using Docfork, you agree to do so at your own discretion and risk.

🌟 Let's Connect!

Stay in the loop and meet the community:

  • 🐦 Follow us on X for product news and updates
  • 🌐 Visit our Website

References

To learn more about Apify and Actors, take a look at the following resources:

You might also like

Context7 MCP Server

agentify/context7-mcp-server

Up-to-date code documentation for any prompt

Example Code Runner (Playwright)

apify/example-code-runner-playwright

Generic Actor to run code examples from the documentation via "Run on Apify" links.

Example Code Runner (Cheerio)

apify/example-code-runner-cheerio

Generic Actor to run code examples from the documentation via "Run on Apify" links.

Example Code Runner (Puppeteer)

apify/example-code-runner-puppeteer

Generic Actor to run code examples from the documentation via "Run on Apify" links.

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Example Code Runner (Python)

apify/example-code-runner-python

Python Actor to run code examples from the documentation via "Run on Apify" links.

Startup Intelligence MCP Server

ritindersingh/startup-intelligence-mcp

MCP server for AI agents. Given a company name or domain, returns funding stage, team size, tech stack, news, and hiring signals in one tool call.

πŸ‘ User avatar

Ritinder Singh

1

Excel Mcp Server

lovely_radiologist/excel-mcp-server

Related articles

Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more