anythingmcp
Rank #1,597io.github.keysersoft/anythingmcp
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
anythingmcp is a Model Context Protocol (MCP) server published by HelpCode-ai. It ranks #1,597 of 115,591 servers tracked on MCP Toplist, and its repository has 186 GitHub stars. anythingmcp is listed across 3 registries — Official MCP, Glama and mcp.so, with 1 tracked version. It was first listed on May 11, 2026 and most recently updated on Jun 19, 2026.
Ranks ahead of 113,994 of 115,591 servers on MCP Toplist.
Use anythingmcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http anythingmcp https://cloud.anythingmcp.com/mcp/demo[mcp_servers.anythingmcp]
url = "https://cloud.anythingmcp.com/mcp/demo"Add to ~/.codex/config.toml.
https://cloud.anythingmcp.com/mcp/demoSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"anythingmcp": {
"type": "http",
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"anythingmcp": {
"serverUrl": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"anythingmcp": {
"url": "https://cloud.anythingmcp.com/mcp/demo"
}
}
}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.keysersoft%2Fanythingmcp)<a href="https://mcptoplist.com/server/io.github.keysersoft%2Fanythingmcp"><img src="https://mcptoplist.com/badge/io.github.keysersoft%2Fanythingmcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
HelpCode-ai
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 19, 2026 |
Frequently asked questions
- Who maintains anythingmcp?
- anythingmcp is maintained by HelpCode-ai, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is anythingmcp listed on the Official MCP Registry?
- Yes — anythingmcp is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does anythingmcp have?
- MCP Toplist tracks 1 version of anythingmcp, most recently published on Jun 19, 2026.
- Where can I find the source code for anythingmcp?
- The source code for anythingmcp is hosted at github.com/HelpCode-ai/anythingmcp.