allmcps-server
This server is a bridge to the AllMCPs.com directory, enabling you to interact with MCP servers directly from an MCP client. You can:
Search & browse: Search servers by keyword or category, and list all categories with their server counts.
Get install configurations: Retrieve the exact
claude_desktop_config.jsonsetup snippet and documentation for any server.Boost & sponsor: View pricing tiers (e.g., featured, category sponsor, premium monthly, priority review), initiate a sponsorship order via Stripe checkout, and check boost/verification status.
Submit new servers: Add new MCP server repositories to the directory for indexing.
Verify ownership: Claim and verify a listing using GitHub README badges, website badges, or DNS TXT records.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@allmcps-serverSubmit my new MCP server https://github.com/foo/bar named Foo with test@example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
The official local MCP server for 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. 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.
Install
Requires Node.js 18+. Add to your MCP client config (e.g. claude_desktop_config.json):
{
"mcpServers": {
"allmcps": {
"command": "npx",
"args": ["-y", "allmcps-server"]
}
}
}Related MCP server: Glama MCP Server Search
Tools
Tool | Required arguments | Description |
| — | Search the directory by keyword and/or category. |
|
| Get the install config snippet and docs for a server by ID. |
| — | List all categories with server counts. |
| — | Get pricing and features for boosting/featuring a listing. |
|
| Start a sponsorship/boost order — returns a Stripe checkout URL and x402 invoice. |
|
| Check boost and verified-badge status for a listing. |
|
| Submit a new MCP server to the directory. |
|
| 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.
Configuration
Environment variable | Default | Purpose |
|
| 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 as
io.github.Jackalope-Dev/allmcps-server, Glama, and the LobeHub Marketplace
License
MIT © Jackalope Digital — see LICENSE.
Maintenance
Related MCP Servers
- Alicense-qualityAmaintenanceOfficial MCP Server for Buildkite.Last updated52MIT
- AlicenseAqualityDmaintenanceAn MCP server for searching and exploring MCP servers from the Glama MCP directory. This server provides tools to search for MCP servers, get detailed information about specific servers, and explore available server attributes using the Glama MCP API.Last updated33MIT
- AlicenseAqualityAmaintenanceOfficial MCP server for Rendobar. Lets AI agents run serverless media processing and upload local files.Last updated875531MIT
- Alicense-qualityAmaintenanceMCP server for BrewPage, a free no-signup hosting service. Lets AI agents publish HTML, Markdown, JSON, files, or a full multi-file static site and get a public URL instantly via a REST API.Last updated2Apache 2.0
Related MCP Connectors
Official MCP server for Lovable, the AI-powered full-stack app builder.
An MCP server for deep research or task groups
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jackalope-Dev/allmcps-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server