HomeSearch & Research › AgentMD

AgentMD

Convert PDF, DOCX, HTML, and URLs to clean, LLM-ready markdown with tables preserved

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-16 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://www.getagentmd.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agentmd-mcp https://www.getagentmd.com/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "agentmd-mcp": {
      "url": "https://www.getagentmd.com/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <your AgentMD API key>

Package (npm 0.1.4)

npx -y agentmd-mcp@0.1.4

Or add to your MCP client config:

{
  "mcpServers": {
    "agentmd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentmd-mcp@0.1.4"
      ],
      "env": {
        "AGENTMD_API_KEY": "<YOUR_VALUE>",
        "AGENTMD_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • AGENTMD_API_KEY required secret — API key from https://www.getagentmd.com
  • AGENTMD_BASE_URL — Override the API base URL (self-hosting or staging)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry