dev-tools · ai · open-source
LobeHub MCP Marketplace: requirements, how to submit, and what you actually get
An 89,000-server MCP marketplace you publish to with a CLI rather than a form, and which ships an Agent Skill so your agent can do it for you.
lobehub.com

Eligibility
Who LobeHub MCP Marketplace accepts
You need
A GitHub repository, which is what ownership is verified against
Node.js 22 or later, to run their CLI
An lhm.plugin.json manifest in the repository
You'll be rejected if
A server with no GitHub repository, since the publish flow verifies ownership through GitHub
Anything that is not an MCP plugin or server
MCP serversDeveloper toolsOpen source projectsAgent skills
What you actually get
A versioned listing in a marketplace of 89,010 MCP servers ranked by activity, stability and community feedback, with install counts and GitHub stars shown per entry and a PREMIUM or quality grade beside the name. Because publishing is a CLI release rather than a form, the listing carries versions and can be updated properly instead of going stale.
How to submit to LobeHub MCP Marketplace
1
Read their publishing skill
https://lobehub.com/publish-mcp/skill.md is an Agent Skill describing the whole flow, and fetching it returns the file with every reference appended in one request.
2
Install the CLI
@lobehub/market-cli on npm, requiring Node.js 22 or later. Their docs are explicit that you should never make raw HTTP calls: authentication is OIDC PKCE with automatic token refresh and the CLI handles it.
3
Log in and connect GitHub
Login is browser OIDC; GitHub is connected separately because that is how ownership of the repository is verified.
4
Write the manifest and publish
An lhm.plugin.json in the repository describes the listing, and the CLI publishes a version from it. Claiming an existing plugin is a separate command.
LobeHub MCP Marketplace requirements
A GitHub repository for the server
Node.js 22 or later and the @lobehub/market-cli package
An lhm.plugin.json manifest
An agent that can run the CLI, since they publish a skill for exactly thatoptional
Gotchas
There is no submit form. /mcp/submit errors out, and the only supported route is a CLI release from a GitHub repository, so this is a developer workflow rather than a listing form.
Ownership is verified through a connected GitHub account, so a server you did not publish yourself has to be claimed rather than added.
The CLI needs Node.js 22 or later, which is a real gate on an older machine and is not mentioned anywhere on the marketplace page.
Let your agent submit to LobeHub MCP Marketplace
Connect SubmitMap to your AI over MCP and this page stops being something you read and copy. Your agent asks for the LobeHub MCP Marketplace playbook and gets the brief for this exact form, with the values already taken from your submission pack instead of placeholders you fill in by hand.
What it does for this platform
Checks your product against the 5 LobeHub MCP Marketplace rules above, so you find out you would be rejected before you open a tab.
Hands your agent all 4 fields this form asks for, 1 of them optional, already filled from your pack.
Types it into LobeHub MCP Marketplace in your own browser, and stops for you when the form wants a sign-in.
Records what it sent, so the dashboard can answer "did I ever submit to LobeHub MCP Marketplace?".
Connect your agentTools and endpointsWorks with Claude Code, Claude, Codex, Cursor, VS Code and Hermes.
LobeHub MCP Marketplace FAQ
How long does LobeHub MCP Marketplace approval take?
LobeHub MCP Marketplace's typical time from submission to going live is same day.
How much does it cost to submit to LobeHub MCP Marketplace?
Submitting to LobeHub MCP Marketplace is free.
Does LobeHub MCP Marketplace give a dofollow backlink?
Yes, a listing on LobeHub MCP Marketplace carries a dofollow link. The site has a domain rating of 74.
Does LobeHub MCP Marketplace require a backlink to your site?
No, LobeHub MCP Marketplace does not require a link back from your site.
What gets you rejected from LobeHub MCP Marketplace?
A server with no GitHub repository, since the publish flow verifies ownership through GitHub; Anything that is not an MCP plugin or server.