Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksUpdated 12d ago
ClaudeWave Trust Score
44/100
! Caution
Passed
  • Actively maintained (<30d)
Flags
  • !No standard license detected
  • !No description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/doc2mcp/doc2mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "doc2mcp": {
      "command": "node",
      "args": ["/path/to/doc2mcp/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 and follow its README for install instructions.
Use cases

MCP Servers overview

# doc2mcp — MCP Registry manifest

This repository **is not** the doc2mcp product. It is the small,
GitHub‑OIDC‑authenticated publishing manifest for the
[official Model Context Protocol Registry](https://registry.modelcontextprotocol.io).

| What                | Where                                                                           |
| ------------------- | ------------------------------------------------------------------------------- |                                                                         
| MCP Registry entry  | <https://registry.modelcontextprotocol.io/v0.1/servers?search=doc2mcp>   
| Live product        | <https://doc2mcp.site>          |
| Registry namespace  | `io.github.doc2mcp/doc2mcp`                                                     |
| Current version     | **1.0.1**                                                                       |

## Why a separate repo?

The MCP Registry uses GitHub OIDC to claim a namespace. Whichever GitHub
org or user runs `mcp-publisher publish` from a workflow gets exclusive
publishing rights to `io.github.<that-org>/*`.

Since we want the public, brandable namespace `io.github.doc2mcp/*`
(instead of `io.github.gautammanak1/*`), the publish workflow must run
inside the `doc2mcp` GitHub organization. This repository holds **only**
the publishing manifest and workflow — nothing else.

```text
gautammanak1/doc2mcp   →  product code, Vercel deploy, docs site
doc2mcp/doc2mcp        →  this repo. server.json + publish workflow
```

## What clients should use

To connect to doc2mcp from Cursor, Claude Desktop, VS Code, Windsurf,
the OpenAI Agents SDK, etc., point your MCP host at the **remote URL**
in [`server.json`](./server.json):

```json
{
  "type": "streamable-http",
  "url": "https://doc2mcp.site/api/mcp/{project_id}/mcp",
  "headers": { "Authorization": "Bearer <your project MCP token>" }
}
```

Get your `project_id` and Bearer token from

## Publishing flow

Pushing a `vX.Y.Z` tag to `main` triggers
[`.github/workflows/publish-mcp.yml`](./.github/workflows/publish-mcp.yml),
which:

1. Updates the `version` field in `server.json` to match the tag.
2. Installs the official `mcp-publisher` CLI.
3. Authenticates via GitHub OIDC (`id-token: write`).
4. Publishes the manifest to the registry.

To cut a new version:

```bash
# from this repo
git tag v1.0.2
git push origin v1.0.2
```

The workflow validates against the upstream JSON Schema before publish,
so a bad `description` length or missing required field will fail
loudly with a clear error.

## License

The manifest in this repo is published under the MIT License.
The doc2mcp product itself is licensed in
[its main repository](https://github.com/gautammanak1/doc2mcp).

What people ask about doc2mcp

What is doc2mcp/doc2mcp?

+

doc2mcp/doc2mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install doc2mcp?

+

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

Is doc2mcp/doc2mcp safe to use?

+

Our security agent has analyzed doc2mcp/doc2mcp and assigned a Trust Score of 44/100 (tier: Caution). See the full breakdown of passed checks and flags on this page.

Who maintains doc2mcp/doc2mcp?

+

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

Are there alternatives to doc2mcp?

+

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

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

More MCP Servers

doc2mcp alternatives