Docfork MCP
Rank #3,077com.docfork/docfork-mcp
MCP server providing docfork-mcp capabilities
Docfork MCP is a Model Context Protocol (MCP) server published by docfork. It ranks #3,077 of 115,460 servers tracked on MCP Toplist, and its repository has 489 GitHub stars. Docfork MCP is listed across 2 registries — Official MCP and Glama, with 13 tracked versions. It was first listed on Jun 19, 2025 and most recently updated on Jan 14, 2026.
Ranks ahead of 112,383 of 115,460 servers on MCP Toplist.
Use Docfork MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http docfork-mcp https://mcp.docfork.com/mcpclaude mcp add docfork-mcp -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y docforkReplace each placeholder with your own value before saving.
[mcp_servers.docfork-mcp]
url = "https://mcp.docfork.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.docfork-mcp]
command = "npx"
args = ["-y", "docfork"]
[mcp_servers.docfork-mcp.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.docfork.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"docfork-mcp": {
"command": "npx",
"args": [
"-y",
"docfork"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docfork-mcp": {
"url": "https://mcp.docfork.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"docfork-mcp": {
"command": "npx",
"args": [
"-y",
"docfork"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"docfork-mcp": {
"type": "http",
"url": "https://mcp.docfork.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"docfork-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"docfork"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docfork-mcp": {
"serverUrl": "https://mcp.docfork.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"docfork-mcp": {
"command": "npx",
"args": [
"-y",
"docfork"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"docfork-mcp": {
"url": "https://mcp.docfork.com/mcp"
}
}
}{
"mcpServers": {
"docfork-mcp": {
"command": "npx",
"args": [
"-y",
"docfork"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.docfork%2Fdocfork-mcp)<a href="https://mcptoplist.com/server/com.docfork%2Fdocfork-mcp"><img src="https://mcptoplist.com/badge/com.docfork%2Fdocfork-mcp.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 (1 delisted)
docfork
Other servers by docfork
View all docfork servers →Available versions (13)
| Version | Published |
|---|---|
| 1.3.3 | Jan 14, 2026 |
| 1.3.1 | Jan 14, 2026 |
| 1.3.0 | Jan 14, 2026 |
| 1.3.2 | Jan 14, 2026 |
| 1.2.2 | Jan 5, 2026 |
| 1.1.0 | Dec 22, 2025 |
| 1.0.5 | Dec 12, 2025 |
| 1.0.4 | Nov 4, 2025 |
| 1.0.2 | Nov 4, 2025 |
| 1.0.1 | Nov 4, 2025 |
| 1.0.0 | Oct 5, 2025 |
| 0.7.2 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Docfork MCP?
- Docfork MCP is maintained by docfork, which publishes 8 MCP servers (18 total versions) tracked on MCP Toplist.
- Is Docfork MCP listed on the Official MCP Registry?
- Yes — Docfork MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Docfork MCP have?
- MCP Toplist tracks 13 versions of Docfork MCP, most recently published on Jan 14, 2026.
- Where can I find the source code for Docfork MCP?
- The source code for Docfork MCP is hosted at github.com/docfork/docfork-mcp.