Website To Markdown MCP MCP Server

Advanced MCP server for fetching websites and converting to markdown with AI-powered features and stealth capabilities

Local serverstdio

What is the Website To Markdown MCP MCP server?

Advanced MCP server for fetching websites and converting to markdown with AI-powered features and stealth capabilities. Exposed over MCP by the website to markdown mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

  1. Restart Cursor 2. Open Chat and use Agent mode 3. Test command: Please list all configured websites

Its toolset

Everything the assistant can do here goes through one of these:

  • fetch_petstore_openapi — Fetch Petstore OpenAPI 3.0 spec
  • fetch_petstore_swagger — Fetch Petstore Swagger 2.0 spec
  • fetch_github_api — Fetch GitHub API spec
  • fetch_tailwind_css — Fetch Tailwind CSS documentation
  • Version — 2.1.0
  • Description — A powerful example API for modern applications
  • Feature — OpenAPI 3.x
  • fetch_website — Fetch any website
  • list_configured_websites — List configured websites

Adding it to your client

Installation on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Configuration

You will need 2 environment variables: WEBSITES_CONFIG_PATH, WEBSITES_CONFIG. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Plenty of knowledge and memory servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Website To Markdown MCP's toolset — fetch_petstore_openapi, fetch_petstore_swagger, fetch_github_api and 6 more — is a fair guide to whether it matches your workflow. It is maintained by SunZhi-Will; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 9 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Website To Markdown MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the website to markdown mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
fetch_petstore_openapiFetch Petstore OpenAPI 3.0 spec
fetch_petstore_swaggerFetch Petstore Swagger 2.0 spec
fetch_github_apiFetch GitHub API spec
fetch_tailwind_cssFetch Tailwind CSS documentation
Version2.1.0
DescriptionA powerful example API for modern applications
FeatureOpenAPI 3.x
fetch_websiteFetch any website
list_configured_websitesList configured websites

How to install the Website To Markdown MCP MCP server

{
  "mcpServers": {
    "website-to-markdown": {
      "command": "npx",
      "args": ["-y", "website-to-markdown-mcp"],
      "disabled": false,
      "env": {
        "WEBSITES_CONFIG_PATH": "./my-websites.json"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
WEBSITES_CONFIG_PATHFilesystem location the server is allowed to use.Optional
WEBSITES_CONFIGConfiguration value read at startup.Optional

Example prompts to try

  • Use Website To Markdown MCP to fetch petstore openapi.
  • Use Website To Markdown MCP to fetch petstore swagger.
  • Use Website To Markdown MCP to fetch github api.

Frequently asked questions

It connects Website To Markdown MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 9 tools (fetch_petstore_openapi, fetch_petstore_swagger, fetch_github_api, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Website To Markdown MCP directly.