Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Apexapi

FreeNot checked

Enables calling 120+ AI models and reading live web pages (scrape, crawl, structured extract) from any MCP client using one API key.

GitHubEmbed

About

Enables calling 120+ AI models and reading live web pages (scrape, crawl, structured extract) from any MCP client using one API key.

README

MCP server for ApexApi — call 120+ AI models (OpenAI, Anthropic, Google, DeepSeek, Qwen…) and read the live web (scrape / crawl / structured extract) from any MCP client, with one ak- API key and one prepaid balance.

Tools

chat, list_models, get_balance, scrape_page, crawl_site, extract_structured, check_job, generate_image, generate_speech

Local (stdio)

Get a key at https://apexapi.dev/keys, then add to your MCP client config:

{
  "mcpServers": {
    "apexapi": {
      "command": "npx",
      "args": ["-y", "apexapi-mcp"],
      "env": { "APEXAPI_API_KEY": "ak-..." }
    }
  }
}

Claude Code: claude mcp add apexapi -e APEXAPI_API_KEY=ak-... -- npx -y apexapi-mcp

Remote (Streamable HTTP)

Endpoint: https://api.apexapi.dev/mcp with header Authorization: Bearer ak-...

Responses use MCP Streamable HTTP framing (SSE) — clients like Claude Code handle this natively; it is not a plain-JSON REST endpoint.

Claude Code: claude mcp add --transport http apexapi https://api.apexapi.dev/mcp --header "Authorization: Bearer ak-..."

Docs

https://apexapi.dev/docs/mcp

from github.com/apexapi/apexapi-mcp

Install Apexapi in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install apexapi-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add apexapi-mcp -- npx -y apexapi-mcp

FAQ

Is Apexapi MCP free?

Yes, Apexapi MCP is free — one-click install via Unyly at no cost.

Does Apexapi need an API key?

No, Apexapi runs without API keys or environment variables.

Is Apexapi hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Apexapi in Claude Desktop, Claude Code or Cursor?

Open Apexapi on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Apexapi with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All browse MCPs