Docfork
Rank #5,757io.github.docfork/docfork
MCP server providing docfork capabilities
Docfork is a Model Context Protocol (MCP) server published by docfork. It ranks #5,757 of 115,460 servers tracked on MCP Toplist, and its repository has 489 GitHub stars. Docfork is listed on Official MCP, with 2 tracked versions. It was first listed on Jan 14, 2026 and most recently updated on Jan 14, 2026.
Ranks ahead of 109,703 of 115,460 servers on MCP Toplist.
Use Docfork
claude mcp add docfork -- npx -y docfork[mcp_servers.docfork]
command = "npx"
args = ["-y", "docfork"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"docfork": {
"command": "npx",
"args": [
"-y",
"docfork"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"docfork": {
"command": "npx",
"args": [
"-y",
"docfork"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"docfork": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docfork"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"docfork": {
"command": "npx",
"args": [
"-y",
"docfork"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docfork": {
"command": "npx",
"args": [
"-y",
"docfork"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.docfork%2Fdocfork)<a href="https://mcptoplist.com/server/io.github.docfork%2Fdocfork"><img src="https://mcptoplist.com/badge/io.github.docfork%2Fdocfork.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
docfork
Other servers by docfork
View all docfork servers →Available versions (2)
| Version | Published |
|---|---|
| 1.3.2 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Docfork?
- Docfork is maintained by docfork, which publishes 8 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Docfork listed on the Official MCP Registry?
- Yes — Docfork is listed on the Official MCP Registry.
- How many versions does Docfork have?
- MCP Toplist tracks 2 versions of Docfork, most recently published on Jan 14, 2026.
- Where can I find the source code for Docfork?
- The source code for Docfork is hosted at github.com/docfork/docfork.