Skip to main content
ClaudeWave

Official MCP server for AllMCPs.com — submit MCP servers to the directory directly from your AI agent.

MCP ServersOfficial Registry1 stars0 forksJavaScriptMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/6/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/Jackalope-Dev/allmcps-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "allmcps-server": {
      "command": "node",
      "args": ["/path/to/allmcps-server/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/Jackalope-Dev/allmcps-server and follow its README for install instructions.
Use cases

MCP Servers overview

<p align="center">
  <img src="assets/logo.png" alt="AllMCPs logo" width="96" height="96">
</p>

<h1 align="center">allmcps-server</h1>

<p align="center">
  <a href="https://allmcps.com/mcp/allmcps-server?verify=04aa8bd4-c85f-4470-b5b4-19d690d1cc11"><img src="https://allmcps.com/api/badge/allmcps-server" alt="AllMCPs Verified"></a>
  <a href="https://www.npmjs.com/package/allmcps-server"><img src="https://img.shields.io/npm/v/allmcps-server.svg" alt="npm version"></a>
  <a href="https://www.npmjs.com/package/allmcps-server"><img src="https://img.shields.io/npm/dm/allmcps-server.svg" alt="npm downloads"></a>
  <a href="https://github.com/Jackalope-Dev/allmcps-server/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/allmcps-server.svg" alt="MIT license"></a>
  <a href="https://glama.ai/mcp/servers/Jackalope-Dev/allmcps-server"><img src="https://glama.ai/mcp/servers/Jackalope-Dev/allmcps-server/badges/score.svg" alt="allmcps-server MCP server"></a>
  <a href="https://lobehub.com/mcp/jackalope-dev-allmcps-server"><img src="https://img.shields.io/badge/LobeHub-Marketplace-1677ff" alt="LobeHub Marketplace"></a>
</p>

The official local MCP server for [AllMCPs.com](https://allmcps.com) — search, browse, get install configs for, and submit Model Context Protocol (MCP) servers directly from Claude, Cursor, or any MCP-compatible agent.

This package is a thin stdio bridge to the [AllMCPs remote MCP endpoint](https://allmcps.com/api/mcp). 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_mcp` tool with the full tool set below, including a renamed
> `submit_mcp_server` (previously `submit_mcp`). If you depend on the old tool name, pin `allmcps-server@1`.

## Install

Requires Node.js 18+. Add to your MCP client config (e.g. `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "allmcps": {
      "command": "npx",
      "args": ["-y", "allmcps-server"]
    }
  }
}
```

## Tools

| 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](https://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`](https://allmcps.com/api/mcp) directly.

## Configuration

| Environment variable | Default                       | Purpose                                  |
| --------------------- | ------------------------------ | ----------------------------------------- |
| `ALLMCPS_MCP_URL`     | `https://allmcps.com/api/mcp` | Override the remote endpoint this package bridges to. |

## Related

- Directory API docs: https://allmcps.com/docs/api
- Remote MCP server (same tools, called directly over HTTP): https://allmcps.com/api/mcp
- Also listed on the [official MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.Jackalope-Dev/allmcps-server`, [Glama](https://glama.ai/mcp/servers/Jackalope-Dev/allmcps-server), and the [LobeHub Marketplace](https://lobehub.com/mcp/jackalope-dev-allmcps-server)

## License

MIT © [Jackalope Digital](https://jackalope.digital) — see [LICENSE](LICENSE).

What people ask about allmcps-server

What is Jackalope-Dev/allmcps-server?

+

Jackalope-Dev/allmcps-server is mcp servers for the Claude AI ecosystem. Official MCP server for AllMCPs.com — submit MCP servers to the directory directly from your AI agent. It has 1 GitHub stars and its last recorded update is dated 2026-08-05.

How do I install allmcps-server?

+

You can install allmcps-server by cloning the repository (https://github.com/Jackalope-Dev/allmcps-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Jackalope-Dev/allmcps-server safe to use?

+

Our security agent has analyzed Jackalope-Dev/allmcps-server and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains Jackalope-Dev/allmcps-server?

+

Jackalope-Dev/allmcps-server is maintained by Jackalope-Dev. The last recorded GitHub activity is dated 2026-08-05, with 0 open issues.

Are there alternatives to allmcps-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy allmcps-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Jackalope-Dev/allmcps-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jackalope-dev-allmcps-server)](https://claudewave.com/repo/jackalope-dev-allmcps-server)
<a href="https://claudewave.com/repo/jackalope-dev-allmcps-server"><img src="https://claudewave.com/api/badge/jackalope-dev-allmcps-server" alt="Featured on ClaudeWave: Jackalope-Dev/allmcps-server" width="320" height="64" /></a>

More MCP Servers

allmcps-server alternatives