allmcps-server
Rank #8,671io.github.Jackalope-Dev/allmcps-server
Search, browse, and submit MCP servers to the AllMCPs.com directory.
allmcps-server is a Model Context Protocol (MCP) server published by Jackalope-Dev. It ranks #8,671 of 115,460 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. allmcps-server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 106,789 of 115,460 servers on MCP Toplist.
Use allmcps-server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add allmcps-server -e "ALLMCPS_MCP_URL=<your ALLMCPS_MCP_URL>" -- npx -y allmcps-serverReplace each placeholder with your own value before saving.
[mcp_servers.allmcps-server]
command = "npx"
args = ["-y", "allmcps-server"]
[mcp_servers.allmcps-server.env]
ALLMCPS_MCP_URL = "<your ALLMCPS_MCP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<your ALLMCPS_MCP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<your ALLMCPS_MCP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"allmcps-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<your ALLMCPS_MCP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<your ALLMCPS_MCP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"allmcps-server": {
"command": "npx",
"args": [
"-y",
"allmcps-server"
],
"env": {
"ALLMCPS_MCP_URL": "<your ALLMCPS_MCP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Jackalope-Dev%2Fallmcps-server)<a href="https://mcptoplist.com/server/io.github.Jackalope-Dev%2Fallmcps-server"><img src="https://mcptoplist.com/badge/io.github.Jackalope-Dev%2Fallmcps-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Jackalope-Dev
Other servers by Jackalope-Dev
View all Jackalope-Dev servers →Available versions (2)
| Version | Published |
|---|---|
| 2.0.3 | Aug 13, 2026 |
| 2.0.1 | Aug 5, 2026 |
Frequently asked questions
- Who maintains allmcps-server?
- allmcps-server is maintained by Jackalope-Dev, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is allmcps-server listed on the Official MCP Registry?
- Yes — allmcps-server is listed on the Official MCP Registry, alongside Glama.
- How many versions does allmcps-server have?
- MCP Toplist tracks 2 versions of allmcps-server, most recently published on Aug 13, 2026.
- Where can I find the source code for allmcps-server?
- The source code for allmcps-server is hosted at github.com/Jackalope-Dev/allmcps-server.