
Official MCP server for AllMCPs.com — submit MCP servers to the directory directly from your AI
Official MCP server for AllMCPs.com — submit MCP servers to the directory directly from your AI agent.
The official local MCP server and CLI for AllMCPs.com — search, browse, get install configs for, and submit Model Context Protocol (MCP) servers directly from Claude, Cursor, any MCP-compatible agent, or a plain shell script.
This package is a thin stdio bridge to the AllMCPs remote MCP endpoint. Tool behavior lives server-side, so this package always exposes the current live tool set with no need to upgrade the package when a tool is added or changed.
v2.0.0 replaces the single
submit_mcptool with the full tool set below, including a renamedsubmit_mcp_server(previouslysubmit_mcp). If you depend on the old tool name, pinallmcps-server@1.
Requires Node.js 18+. Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"allmcps": {
"command": "npx",
"args": ["-y", "allmcps-server"]
}
}
}Run with a subcommand instead of a bare npx allmcps-server and it becomes a plain scriptable CLI
over the public REST API — no MCP client needed:
npx allmcps-server search postgres # search the directory
npx allmcps-server categories # list every category
npx allmcps-server server <id> # full detail for one listing
npx allmcps-server help # usageEach prints JSON to stdout, so it composes with jq and other Unix tools. With no subcommand it
runs as the MCP stdio server described below (the default npx allmcps-server behavior).
| Tool | Required arguments | Description |
|---|---|---|
search_mcp_servers | — | Search the directory by keyword and/or category. |
get_mcp_install_config | id | Get the install config snippet and docs for a server by ID. |
list_mcp_categories | — | List all categories with server counts. |
get_boost_pricing | — | Get pricing and features for boosting/featuring a listing. |
boost_mcp_server | id | Start a sponsorship/boost order — returns a Stripe checkout URL and x402 invoice. |
get_boost_status | id | Check boost and verified-badge status for a listing. |
submit_mcp_server | name, url, email | Submit a new MCP server to the directory. |
verify_mcp_claim | id | Verify ownership and claim a listing via GitHub README, site badge, or DNS. |
submit_mcp_server submissions land in the pending review queue at allmcps.com.
The response includes a claim_url and a ready-to-paste badge_markdown snippet — adding that badge to
your repo's README verifies the listing instantly instead of waiting on manual review.
Every tool's full input schema (including optional arguments like category, description, sku, and
method) is available at runtime via the standard MCP tools/list call, or by inspecting
/api/mcp directly.
| Environment variable | Default | Purpose |
|---|---|---|
ALLMCPS_MCP_URL | https://allmcps.com/api/mcp | Override the remote endpoint this package bridges to. |
io.github.Jackalope-Dev/allmcps-server, Glama, and the LobeHub MarketplaceMIT © Jackalope Digital — see LICENSE.
Pick your client and paste the snippet. Each one is the same server, written the way that client expects it.
claude mcp add allmcps -- npx -y allmcps-server{
"mcpServers": {
"allmcps": {
"args": [
"-y",
"allmcps-server"
],
"command": "npx"
}
}
}code --add-mcp '{"name":"allmcps","args":["-y","allmcps-server"],"command":"npx"}'[mcp_servers.allmcps]
command = "npx"
args = ["-y", "allmcps-server"]Runs locally on your device. Your client starts the server itself, so nothing has to be hosted.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/allmcps-server to learn what the "Allmcps Server" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
npx allmcps-server search postgres # search the directory
npx allmcps-server categories # list every category
npx allmcps-server server <id> # full detail for one listing
npx allmcps-server help # usage| Name | What it does |
|---|---|
search_mcp_servers | Search the AllMCPs directory for Model Context Protocol (MCP) servers by keyword or category. |
get_mcp_install_config | Get the exact claude_desktop_config.json setup snippet and documentation for a specific MCP server by ID. |
recommend_mcp_stack | Recommend a curated multi-tool MCP server stack for a specific developer role or workflow (e.g. "fullstack", "data science", "devops"). |
list_mcp_categories | List all categories available in the AllMCPs directory along with server counts. |
get_boost_pricing | Get pricing and features for boosting / featuring an MCP server on AllMCPs.com. |
boost_mcp_server | Initiate a sponsorship / boost order for an MCP server by ID, returning a Stripe checkout session URL and x402 invoice. |
get_boost_status | Check current boost status, verified badge level, and sponsorship expiration for an MCP server by ID. |
submit_mcp_server | Programmatically submit a new MCP server repository to AllMCPs.com for indexing and review. Supports the same optional enrichment fields as the human submission form — fill in whichever you can confid |
verify_mcp_claim | Verify ownership and claim an MCP server listing by checking GitHub README badge, website badge, or DNS TXT record. Works two ways: (1) fully unattended — pass `agentToken` from confirm_mcp_agent (or |
register_mcp_agent | Start unattended-agent registration: emails a 6-digit confirmation code to the given address. Follow up with confirm_mcp_agent to exchange the code for a bearer token, which unlocks verify_mcp_claim ( |
confirm_mcp_agent | Exchange the 6-digit code emailed by register_mcp_agent for a durable bearer token (90-day TTL). Pass the returned token as `agentToken` on verify_mcp_claim, or set it as an `Authorization: Bearer <to |
Read live from the server on September 16, 2026.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/allmcps-server)Nothing comparable is listed yet.
v2.0.3v2.0.3 - Fully schema'd submissions + automated releasesRelease notesv2.0.1v2.0.1 - Registry namespace casing fixRelease notesv2.0.0v2.0.0 - Full tool setRelease notesConnect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "allmcps-server" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.