Skill MCP Server

MCP server for skill documentation, generated by doc2mcp.

Remote serverstreamable-http

What is the Skill MCP server?

MCP server for skill documentation, generated by doc2mcp. Exposed over MCP by the skill mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

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

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

Its toolset

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

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

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. Skill's toolset — Marketplace, Repo, Entry — is a fair guide to whether it matches your workflow. It is maintained by doc2mcp; 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

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the skill mcp server does with a few real requests.

Available tools

ToolWhat it does
Marketplace<https://doc2mcp.site/marketplace>
RepoVisibility
EntryNamespace

How to install the Skill MCP server

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

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

Example prompts to try

  • Use Skill to Marketplace.
  • Use Skill to Repo.
  • Use Skill to Entry.

Frequently asked questions

It connects Skill to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Marketplace, Repo, Entry) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Skill directly.