A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
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
MCP server integration for DaVinci Resolve Studio
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba