File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ const themeConfig = {
122122 label : 'Apify on GitHub' ,
123123 href : 'https://github.com/apify' ,
124124 } ,
125+ {
126+ label : 'Apify MCP Server' ,
127+ href : 'https://github.com/apify-mcp-server' ,
128+ } ,
125129 {
126130 label : 'Actor whitepaper' ,
127131 href : 'https://whitepaper.actor' ,
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ import WebScrapingForBeginners from './img/academy_icons/web_scraping_for_beginn
3030import Actors from './img/platform_icons/actors.svg' ;
3131import Collaboration from './img/platform_icons/collaboration.svg' ;
3232import Integrations from './img/platform_icons/integrations.svg' ;
33+ import MCP from './img/platform_icons/mcp.svg' ;
3334import Monitoring from './img/platform_icons/monitoring.svg' ;
3435import Proxy from './img/platform_icons/proxy.svg' ;
3536import Schedules from './img/platform_icons/schedules.svg' ;
@@ -169,6 +170,12 @@ export default function Home() {
169170 description = "Learn about Apify platform security and data protection."
170171 to = "/platform/security"
171172 />
173+ < CardWithIcon
174+ icon = { < MCP /> }
175+ title = "MCP"
176+ description = "Discover and use Actors with AI agents and LLMs via Apify MCP server."
177+ to = "/platform/integrations/mcp"
178+ />
172179 </ div >
173180 </ div >
174181 </ Section >
You can’t perform that action at this time.
0 commit comments