doc2mcp

doc2mcp

Turns any documentation URL into a hosted MCP server for use in Cursor, Claude, and VS Code.

Category
Visit Server

README

<div align="center">

doc2mcp

Paste docs → get a hosted MCP server for Cursor, Claude & VS Code

Turn any documentation URL into a live Model Context Protocol server in under 60 seconds.

Live MCP Registry npm GitHub stars License: MIT

<a href="https://www.producthunt.com/products/doc2mcp?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-doc2mcp" target="_blank" rel="noopener noreferrer"> <img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1171095&theme=light" alt="doc2mcp on Product Hunt" width="250" height="54" /> </a>

Try it free · Docs · Marketplace · Pricing

Star this repo — it helps developers discover doc2mcp on GitHub and the MCP Registry.

</div>


What is this repo?

This is the public face of doc2mcp on GitHub:

Repo Visibility Purpose
doc2mcp/doc2mcp-registry (this repo) Public MCP Registry manifest, badges, discovery
doc2mcp/doc2mcp Private Product code (not open source)

The live product runs at doc2mcp.site. Source code stays private so the platform cannot be copied.

How it works

  1. Sign in at doc2mcp.site/login
  2. Paste a docs URL (Stripe, LangChain, your own Mintlify site, OpenAPI, GitHub repo…)
  3. Get a hosted MCP URL + Bearer token
  4. Paste into Cursor / Claude / VS Code mcp.json
  5. Every MCP you create is auto-listed on the official MCP Registry as io.github.doc2mcp/<slug>
{
  "mcpServers": {
    "my-docs": {
      "url": "https://doc2mcp.site/api/mcp/{project_id}/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

CLI

npm install -g doc2mcp
doc2mcp login
doc2mcp https://docs.example.com

MCP Registry

Entry Namespace
Platform gateway io.github.doc2mcp/doc2mcp
Your converted docs io.github.doc2mcp/<slug> (auto-published on each conversion)

Gateway manifest (server.json)

This repo publishes the canonical platform record via GitHub OIDC when you push a v* tag:

git tag v1.0.2
git push origin v1.0.2

Workflow: .github/workflows/publish-mcp.yml

Why a separate public repo?

The MCP Registry grants namespace io.github.doc2mcp/* only to workflows running inside the doc2mcp GitHub org. This small public repo holds the OIDC publish manifest — not the product source.

Links

License

The server.json manifest in this repo is MIT. The doc2mcp product code is proprietary and not distributed in this repository.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured