Are you the author? Sign in to claim
A simple actor used to test the Apify MCP server
This repository contains two Apify Actors used for testing the Apify MCP server integration. Each Actor lives in its own subdirectory and is built and deployed independently.
mcp-server-actor/ — Runs as an MCP server via Apify Standby, exposing the MCP endpoint at POST /mcp.normal-actor/ — Runs as a regular one-shot Actor. Reads firstNumber and secondNumber (and an optional waitSeconds) from input, pushes { firstNumber, secondNumber, sum } to the default dataset, and exits.Each Actor supports a single execution mode — they share no source code at runtime, only structure.
Run a specific Actor locally:
cd mcp-server-actor # or: cd normal-actor
apify run
Deploy a specific Actor:
cd mcp-server-actor # or: cd normal-actor
apify push
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows