mcp-server-cloudflare icon indicating copy to clipboard operation
mcp-server-cloudflare copied to clipboard

Add Claude Code Plugin / Marketplace

Open joesaunderson opened this issue 3 months ago • 1 comments

To aide distribution, it would help to enable your MCP server to be installed to Claude Code via the plugin system.

See Docker's example - the key being the marketplace.json file. This tells Claude that you have "plugins", and how to install the MCP server.

To further this, list your marketplace/plugin on https://claudecodemarketplace.com (once your repository has a marketplace.json file, list it here (https://github.com/joesaunderson/claude-code-marketplace/blob/main/.claude-plugin/marketplaces.json), and it will automatically be discovered to thousands of users.

joesaunderson avatar Oct 11 '25 17:10 joesaunderson

is there any way to use the docs server with claude code right now?

trying to translate the info in the docs:

		"cloudflare": {
			"command": "npx",
			"args": ["mcp-remote", "https://docs.mcp.cloudflare.com/mcp"]
		}

I tried this:

$ claude mcp add cf -- npx -y https://docs.mcp.cloudflare.com/mcp

but it just says disabled.

seems like someone screwed up on the last mile here - all this work on these MCP servers that can't be connected to.

dcsan avatar Oct 20 '25 20:10 dcsan