PluginBench
MCP Server
Active
MIT

DocPull MCP Server

io.github.raintree-technology/docpull

What is the DocPull MCP server?

Sync public web sources into cited context packs for AI agents, RAG, and MCP clients.

How to install DocPull

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "docpull": {
      "command": "uvx",
      "args": [
        "docpull"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "docpull": {
      "command": "uvx",
      "args": [
        "docpull"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "docpull": {
      "command": "uvx",
      "args": [
        "docpull"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "docpull": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docpull"
      ]
    }
  }
}
Claude Code
claude mcp add docpull -- uvx docpull

Related MCP servers

Apple Human Interface Guidelines search, lookup, and project audits for AI coding agents.

110
TypeScript
View repository →