Skip to main content
ClaudeWave
afanasenkoa avatar
afanasenkoa

apify-mcp-servers

View on GitHub

Registry manifests for hosted Apify MCP servers (Zillow, Instagram profiles)

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/afanasenkoa/apify-mcp-servers
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "apify-mcp-servers": {
      "command": "node",
      "args": ["/path/to/apify-mcp-servers/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/afanasenkoa/apify-mcp-servers and follow its README for install instructions.
Use cases

MCP Servers overview

# Apify MCP servers

Registry manifests for two hosted Model Context Protocol servers. Both run as Apify Actors in
Standby mode and speak Streamable HTTP.

This repository holds the `server.json` files only — it is the public home the
[MCP registry](https://registry.modelcontextprotocol.io) points at. The server implementations
live in their own repositories.

## Servers

### `io.github.afanasenkoa/zillow-mcp-server`

Zillow property and agent data. Three tools:

| Tool | What it does |
|---|---|
| `zillow_search_by_zip` | Homes for sale, for rent or sold in one or more US ZIP codes |
| `zillow_search_by_url` | Any Zillow search, browse, sold or single-property URL, filters included |
| `zillow_lookup_property` | One property by `zpid` |

Each row carries address, price, beds and baths, agent name, email and phone, Zestimate, schools,
photos and price history.

Endpoint: `https://afanasenko--zillow-mcp-server.apify.actor/mcp`
Store page: <https://apify.com/afanasenko/zillow-mcp-server>

### `io.github.afanasenkoa/instagram-profile-mcp-server`

Instagram profile data. Six tools:

| Tool | What it does |
|---|---|
| `instagram_analyze_followers_following` | Export the follower or following list of a public account |
| `instagram_analyze_specific_accounts` | Enrich a list of handles you already have |
| `instagram_network_expansion` | Expand seed handles through Instagram's Suggested for You |
| `instagram_keyword_discovery` | Find accounts by keyword |
| `instagram_location_discovery` | Find accounts by location |
| `instagram_post_engagement_discovery` | The accounts that engaged with a given post |

Up to 38 fields per profile, including emails, bio links, engagement rate, business category and
language.

Endpoint: `https://afanasenko--instagram-profile-scraper-mcp-server.apify.actor/mcp`
Store page: <https://apify.com/afanasenko/instagram-profile-scraper-mcp-server>

## Connecting

Both endpoints require an Apify API token, passed as a bearer token. Create one under
[Apify Console → Integrations](https://console.apify.com/settings/integrations).

```json
{
  "mcpServers": {
    "zillow": {
      "type": "http",
      "url": "https://afanasenko--zillow-mcp-server.apify.actor/mcp",
      "headers": { "Authorization": "Bearer <APIFY_TOKEN>" }
    }
  }
}
```

An unauthenticated request returns `401` with `api-token-missing` — that is the Standby actor
asking for the token, not an outage.

Both servers are billed per result through Apify's pay-per-event model, at the same price as the
batch actor behind them. A tool call starts a real run, so it costs what that run costs.

## Publishing

```bash
mcp-publisher login github
mcp-publisher publish server-zillow.json
mcp-publisher publish server-instagram.json
```

Bump `version` in the manifest whenever the underlying actor's version changes, or the registry
rejects the publish as a duplicate.

## Licence

MIT — see [LICENSE](LICENSE). The licence covers these manifests; the actors themselves are
commercial and are not distributed here.

What people ask about apify-mcp-servers

What is afanasenkoa/apify-mcp-servers?

+

afanasenkoa/apify-mcp-servers is mcp servers for the Claude AI ecosystem. Registry manifests for hosted Apify MCP servers (Zillow, Instagram profiles) It has 0 GitHub stars and was last updated today.

How do I install apify-mcp-servers?

+

You can install apify-mcp-servers by cloning the repository (https://github.com/afanasenkoa/apify-mcp-servers) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is afanasenkoa/apify-mcp-servers safe to use?

+

afanasenkoa/apify-mcp-servers has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains afanasenkoa/apify-mcp-servers?

+

afanasenkoa/apify-mcp-servers is maintained by afanasenkoa. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to apify-mcp-servers?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy apify-mcp-servers to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: afanasenkoa/apify-mcp-servers
[![Featured on ClaudeWave](https://claudewave.com/api/badge/afanasenkoa-apify-mcp-servers)](https://claudewave.com/repo/afanasenkoa-apify-mcp-servers)
<a href="https://claudewave.com/repo/afanasenkoa-apify-mcp-servers"><img src="https://claudewave.com/api/badge/afanasenkoa-apify-mcp-servers" alt="Featured on ClaudeWave: afanasenkoa/apify-mcp-servers" width="320" height="64" /></a>

More MCP Servers

apify-mcp-servers alternatives