Skip to content
Grok

web2md for Grok

org.web2md/web2md

MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.

client:Grok transport:stdio runtime:npm

Install web2md in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "web2md": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "web2md-mcp-server"
      ],
      "env": {
        "WEB2MD_API_KEY": "<WEB2MD_API_KEY>"
      }
    }
  }
}

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

web2md in other clients