mcpbeat Sign in

Apiany MCP Server

local only

Apiany MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 24 Jun 2026.

APIAny MCP server for model discovery, pricing, docs, and integration examples.

Installs per day peak 11 · avg 5 · +150% w/w
a month agotoday
33
Installs / week
npm · @apiany-ai/mcp
0
Stars
0 open issues
24 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Apiany MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add apiany-mcp -- npx -y @apiany-ai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apiany-mcp": {
      "args": [
        "-y",
        "@apiany-ai/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.apiany-mcp]
command = "npx"
args = ["-y", "@apiany-ai/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "apiany-mcp": {
      "args": [
        "-y",
        "@apiany-ai/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "apiany-mcp": {
      "args": [
        "-y",
        "@apiany-ai/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: APIANY_BASE_URL (APIAny base URL. Defaults to https://apiany.ai.), APIANY_API_KEY (Optional APIAny API key for paid image/video task tools and task polling.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Apiany MCP

same job, measured the same way
Deployhq MCP Server
by deployhq

Model Context Protocol (MCP) server for DeployHQ API integration

33 installs/wk local only
I
Bitbucket MCP
by matanyemini

Model Context Protocol (MCP) server for Bitbucket Cloud and Server API integration

4 007 installs/wk local only
MCP Victoriametrics
by victoriametrics

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Victoriametrics
by victoriametrics-community

MCP Server for VictoriaMetrics. Provides integration with VictoriaMetrics API and documentation

local only
MCP Registry
by mdfifty50-boop

MCP server discovery, indexing, and registration

32 installs/wk local only
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Xero
by asklokesh

MCP server for Xero API integration

44 installs/wk local only
Danube AI
by danubeai

Unified platform for AI tool discovery, execution, and integration across APIs and MCP servers.

answering

Apiany MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Apiany MCP?
Apiany MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @apiany-ai/mcp was installed 33 times last week.
How do I connect Apiany MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @apiany-ai/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Apiany MCP?
The npm package @apiany-ai/mcp was installed 33 times in the last week. Week over week that is +150%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Apiany MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.