Skip to content
Grok

fastmcp pdftools for Grok

io.github.atarkowska/fastmcp-pdftools

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

client:Grok transport:stdio runtime:pypi

Install fastmcp pdftools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "fastmcp-pdftools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fastmcp pdftools in other clients