streamable-httpupdated 2mo ago
Turn any documentation URL into a live Model Context Protocol server in under 60 seconds.
autoxingtech 能做什么?
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.
Try it free · Docs · Marketplace · Pricing
⭐ Star this repo — it helps developers discover doc2mcp on GitHub and the MCP Registry.
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
- Sign in at doc2mcp.site/login
- Paste a docs URL (Stripe, LangChain, your own Mintlify site, OpenAPI, GitHub repo…)
- Get a hosted MCP URL + Bearer token
- Paste into Cursor / Claude / VS Code
mcp.json - 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) |
- 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:
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
- 🌐 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.
安装
把 autoxingtech 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http autoxingtech https://www.doc2mcp.site/api/mcp/0ddc91d1-3136-4c4a-8627-1a0be89c0ec7/mcpcodex mcp add autoxingtech --url https://www.doc2mcp.site/api/mcp/0ddc91d1-3136-4c4a-8627-1a0be89c0ec7/mcp{
"mcpServers": {
"autoxingtech": {
"url": "https://www.doc2mcp.site/api/mcp/0ddc91d1-3136-4c4a-8627-1a0be89c0ec7/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"autoxingtech": {
"type": "http",
"url": "https://www.doc2mcp.site/api/mcp/0ddc91d1-3136-4c4a-8627-1a0be89c0ec7/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"autoxingtech": {
"url": "https://www.doc2mcp.site/api/mcp/0ddc91d1-3136-4c4a-8627-1a0be89c0ec7/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"autoxingtech": {
"serverUrl": "https://www.doc2mcp.site/api/mcp/0ddc91d1-3136-4c4a-8627-1a0be89c0ec7/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度6/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 54 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1787738943最新 | 2026年8月26日 |
| 1.0.1785564364最新 | 2026年8月1日 |