Skip to content
Zed

fastmcp pdftools for Zed

io.github.atarkowska/fastmcp-pdftools

An MCP server that provides [describe what your server does]

client:Zed transport:stdio runtime:pypi

Install fastmcp pdftools in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "fastmcp-pdftools": {
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

fastmcp pdftools in other clients