Allmcps Server

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.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-22 · ★ 4 · #52 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Allmcps Server

Claude Code

claude mcp add jackalope-dev-allmcps-server -- npx -y allmcps-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jackalope-dev-allmcps-server": {
      "command": "npx",
      "args": [
        "-y",
        "allmcps-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-05 - young repo, little track record yet

license MIT - declared in the repository

npm package allmcps-server - unscoped; check the name against the project README before installing

registry namespace io.github.Jackalope-Dev is GitHub-verified and matches the repo owner

03 · What Allmcps Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.0.3 · 2026-08-13

\submit_mcp_server\'s schema (surfaced live via \tools/list\ on the remote endpoint this package proxies to) now includes the full enrichment field set: tags, pricing model/notes, auth type, license, compatible…

v2.0.1 · 2026-08-05

Metadata-only patch: corrects mcpName/server.json casing to io.github.Jackalope-Dev/allmcps-server, matching GitHub's canonical org casing required by the official MCP Registry's ownership check. No behavior change…

v2.0.0 · 2026-08-05

This package now exposes the full AllMCPs MCP tool set, not just submissions. · It's a thin stdio bridge to so all of these are · available and stay current with no future republish needed: · search_mcp_servers…

04 · Who maintains Allmcps Server

allmcps-server is maintained by jackalope-dev. We track 2 MCP servers from jackalope-dev - 2 actively maintained, 6 combined GitHub stars, oldest repo from Jun 2026. Full record: all servers from jackalope-dev.

  1. Moxie Docs Living docs and MCP context for GitHub repos - conventions, gaps, and source-cited pages on merge. ★ 2

05 · Facts

category
API integration - ranked #52 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-13)
registry
io.github.Jackalope-Dev/allmcps-server (active, first published 2026-08-05 · 2 versions)
packages
npm:allmcps-server

06 · Allmcps Server FAQ

What is Allmcps Server?

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.

Is Allmcps Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-22 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Allmcps Server?

Run `npx -y allmcps-server`. You can also paste the ready-made client config above.

Does Allmcps Server run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Allmcps Server