AnyAPI
Rank #12,128io.github.getanyapi-com/anyapi
Hundreds of scraping & data APIs through one key. USD pay-per-request, normalized schemas, failover.
AnyAPI is a Model Context Protocol (MCP) server published by getanyapi-com. It ranks #12,128 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AnyAPI is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jun 17, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 119,985 of 132,113 servers on MCP Toplist.
Use AnyAPI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http anyapi https://api.getanyapi.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add anyapi -e "ANYAPI_API_KEY=<your ANYAPI_API_KEY>" -- npx -y anyapi-mcpReplace each placeholder with your own value before saving.
claude mcp add anyapi -e "ANYAPI_API_KEY=<your ANYAPI_API_KEY>" -- docker run -i --rm ghcr.io/getanyapi-com/mcp:0.1.5Replace each placeholder with your own value before saving.
[mcp_servers.anyapi]
url = "https://api.getanyapi.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.anyapi]
command = "npx"
args = ["-y", "anyapi-mcp"]
[mcp_servers.anyapi.env]
ANYAPI_API_KEY = "<your ANYAPI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
[mcp_servers.anyapi]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/getanyapi-com/mcp:0.1.5"]
[mcp_servers.anyapi.env]
ANYAPI_API_KEY = "<your ANYAPI_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.getanyapi.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anyapi": {
"command": "npx",
"args": [
"-y",
"anyapi-mcp"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/getanyapi-com/mcp:0.1.5"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"url": "https://api.getanyapi.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anyapi": {
"command": "npx",
"args": [
"-y",
"anyapi-mcp"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/getanyapi-com/mcp:0.1.5"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"anyapi": {
"type": "http",
"url": "https://api.getanyapi.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"anyapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"anyapi-mcp"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"servers": {
"anyapi": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/getanyapi-com/mcp:0.1.5"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"serverUrl": "https://api.getanyapi.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anyapi": {
"command": "npx",
"args": [
"-y",
"anyapi-mcp"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/getanyapi-com/mcp:0.1.5"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"url": "https://api.getanyapi.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"anyapi": {
"command": "npx",
"args": [
"-y",
"anyapi-mcp"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"anyapi": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/getanyapi-com/mcp:0.1.5"
],
"env": {
"ANYAPI_API_KEY": "<your ANYAPI_API_KEY>"
}
}
}
}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.getanyapi-com%2Fanyapi)<a href="https://mcptoplist.com/server/io.github.getanyapi-com%2Fanyapi"><img src="https://mcptoplist.com/badge/io.github.getanyapi-com%2Fanyapi.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
getanyapi-com
Available versions (6)
| Version | Published |
|---|---|
| 0.1.5 | Sep 6, 2026 |
| 0.1.4 | Sep 5, 2026 |
| 0.1.1 | Sep 5, 2026 |
| 0.1.3 | Sep 5, 2026 |
| 0.1.2 | Sep 5, 2026 |
| 0.1.0 | Jun 17, 2026 |
Frequently asked questions
- Who maintains AnyAPI?
- AnyAPI is maintained by getanyapi-com, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is AnyAPI listed on the Official MCP Registry?
- Yes — AnyAPI is listed on the Official MCP Registry, alongside Glama.
- How many versions does AnyAPI have?
- MCP Toplist tracks 6 versions of AnyAPI, most recently published on Sep 6, 2026.
- Where can I find the source code for AnyAPI?
- The source code for AnyAPI is hosted at github.com/getanyapi-com/skills.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.