Skip to main content
ClaudeWave
doc2mcp avatar
doc2mcp

doc2mcp-registry

View on GitHub
MCP ServersOfficial Registry2 stars0 forksUpdated 22d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/doc2mcp/doc2mcp-registry
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "doc2mcp-registry": {
      "command": "node",
      "args": ["/path/to/doc2mcp-registry/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/doc2mcp/doc2mcp-registry and follow its README for install instructions.
Use cases

MCP Servers overview

<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](https://img.shields.io/badge/Live-doc2mcp.site-22c55e)](https://doc2mcp.site)
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-io.github.doc2mcp-2563eb)](https://registry.modelcontextprotocol.io/?search=doc2mcp)
[![npm](https://img.shields.io/npm/v/doc2mcp?color=8b5cf6&logo=npm)](https://www.npmjs.com/package/doc2mcp)
[![GitHub stars](https://img.shields.io/github/stars/doc2mcp/doc2mcp-registry?style=social)](https://github.com/doc2mcp/doc2mcp-registry/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE)

<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](https://doc2mcp.site)** · [Docs](https://doc2mcp.site/docs) · [Marketplace](https://doc2mcp.site/marketplace) · [Pricing](https://doc2mcp.site/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](https://github.com/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](https://doc2mcp.site)**. Source code stays private so the platform cannot be copied.

## How it works

1. Sign in at [doc2mcp.site/login](https://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](https://registry.modelcontextprotocol.io/?search=doc2mcp) as `io.github.doc2mcp/<slug>`

```json
{
  "mcpServers": {
    "my-docs": {
      "url": "https://doc2mcp.site/api/mcp/{project_id}/mcp",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}
```

## CLI

```bash
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) |

- Registry search: <https://registry.modelcontextprotocol.io/?search=doc2mcp>
- Marketplace: <https://doc2mcp.site/marketplace>

### Gateway manifest (`server.json`)

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

```bash
git tag v1.0.2
git push origin v1.0.2
```

Workflow: [`.github/workflows/publish-mcp.yml`](./.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

- 🌐 Product: <https://doc2mcp.site>
- 📦 npm CLI: <https://www.npmjs.com/package/doc2mcp>
- 📋 MCP Registry: <https://registry.modelcontextprotocol.io/?search=doc2mcp>
- 🏆 Product Hunt: <https://www.producthunt.com/products/doc2mcp>
- ✉️ Contact: doc2mcp@gmail.com

## License

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

What people ask about doc2mcp-registry

What is doc2mcp/doc2mcp-registry?

+

doc2mcp/doc2mcp-registry is mcp servers for the Claude AI ecosystem with 2 GitHub stars.

How do I install doc2mcp-registry?

+

You can install doc2mcp-registry by cloning the repository (https://github.com/doc2mcp/doc2mcp-registry) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is doc2mcp/doc2mcp-registry safe to use?

+

doc2mcp/doc2mcp-registry has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains doc2mcp/doc2mcp-registry?

+

doc2mcp/doc2mcp-registry is maintained by doc2mcp. The last recorded GitHub activity is from 22d ago, with 0 open issues.

Are there alternatives to doc2mcp-registry?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy doc2mcp-registry to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: doc2mcp/doc2mcp-registry
[![Featured on ClaudeWave](https://claudewave.com/api/badge/doc2mcp-doc2mcp-registry)](https://claudewave.com/repo/doc2mcp-doc2mcp-registry)
<a href="https://claudewave.com/repo/doc2mcp-doc2mcp-registry"><img src="https://claudewave.com/api/badge/doc2mcp-doc2mcp-registry" alt="Featured on ClaudeWave: doc2mcp/doc2mcp-registry" width="320" height="64" /></a>

More MCP Servers

doc2mcp-registry alternatives