Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<h1 align="center">
<a href="https://mcp.apify.com">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_banner_dark.png">
<img alt="Apify MCP Server" src="docs/apify_mcp_server_banner.png" width="500">
<source media="(prefers-color-scheme: dark)" srcset="docs/apify_mcp_server_dark_background.png">
<img alt="Apify MCP Server" src="docs/apify_mcp_server_white_background.png" width="500">
</picture>
</a>
<br>
Expand All @@ -26,7 +26,7 @@ The Apify Model Context Protocol (MCP) Server at **mcp.apify.com** instantly con
>
> It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.

![Actors-MCP-server](https://raw.githubusercontent.com/apify/actors-mcp-server/refs/heads/master/docs/actors-mcp-server.png)
![Actors-MCP-server](docs/actors-mcp-server.png)

## Table of Contents
- [🌐 Introducing the Apify MCP server](#-introducing-the-apify-mcp-server)
Expand Down
Binary file modified docs/actors-mcp-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/apify-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/apify_mcp_server_banner.png
Binary file not shown.
Binary file removed docs/apify_mcp_server_banner_dark.png
Binary file not shown.
Binary file added docs/apify_mcp_server_dark_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/apify_mcp_server_white_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dxt_version": "0.1",
"name": "apify-actors-mcp-server",
"version": "0.0.0",
"description": "The Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready‑built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.",
"description": "Apify Model Context Protocol (MCP) Server at mcp.apify.com instantly connects AI applications and agents to thousands of ready‑built tools. It allows your AI assistant to use any Apify Actor for web scraping, data extraction, and automation tasks in real time.",
"keywords": [
"apify",
"actors",
Expand Down Expand Up @@ -67,4 +67,4 @@
"node": ">=20.0.0"
}
}
}
}