mcp-server-test-actor

apify/mcp-server-test-actor
★ 0 stars TypeScript 🔌 API Integration Updated 1d ago
A simple actor used to test the Apify MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-test-acto": {
      "command": "npx",
      "args": [
        "-y",
        "apify/mcp-server-test-actor"
      ]
    }
  }
}