CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Dedicated Mac Mini AI Bot Setup

eibrahim/dedicated-mac-mini-ai-bot-setup-mcp
HTTPregistry active
Summary

A read-only MCP endpoint that exposes offer details and queue status for a dedicated Mac mini AI operator setup service. You get two tools: get_bot_setup_offer returns pricing ($1,000 setup, $100/month maintenance), proof points, buyer comparison links, and contact info, while get_bot_setup_queue shows current founder slot availability. No mutations, no lead creation, no email sends. The hosted endpoint runs on streamable HTTP at emadibrahim.com/mcp, with a matching stdio server available as a Docker image if you want to run it locally. Useful when you're helping a founder evaluate whether to pay someone to stand up a private AI operator on Apple hardware instead of managing cloud API tokens themselves.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Registryactive
TransportHTTP
UpdatedJun 7, 2026
View on GitHub

Dedicated Mac Mini AI Bot Setup MCP

This repository documents the hosted, read-only MCP endpoint for Emad Ibrahim's dedicated Mac mini AI operator setup offer.

The service helps founders get a private AI operator running on a dedicated Mac mini, connected through Telegram or Discord, with practical automations for SEO, marketing, email, coding, deployment, research, reporting, and operations.

Hosted Endpoint

  • MCP endpoint: https://www.emadibrahim.com/mcp
  • Transport: Streamable HTTP
  • Protocol version: 2025-06-18
  • Offer API: https://www.emadibrahim.com/api/bot-setup/offer
  • OpenAPI spec: https://www.emadibrahim.com/openapi.json
  • Landing page: https://www.emadibrahim.com/bot-setup/mac-mini-ai-agent-setup?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing

Buyer Routes

Use these source-tagged routes when the buyer is comparing options or trying to decide whether a managed Mac mini operator is a fit:

  • Primary offer: https://www.emadibrahim.com/bot-setup/mac-mini-ai-agent-setup?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing
  • Cloud vs Mac mini: https://www.emadibrahim.com/bot-setup/cloud-vs-mac-mini-ai-agent?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing
  • SetupLobster / PrivateClawd / OpenClaw comparison: https://www.emadibrahim.com/bot-setup/setuplobster-privateclawd-openclaw-comparison?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing
  • NitroClaw alternative: https://www.emadibrahim.com/bot-setup/nitroclaw-alternative?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing
  • Fiverr OpenClaw installer alternative: https://www.emadibrahim.com/bot-setup/fiverr-openclaw-installer-alternative?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing
  • No API token AI operator: https://www.emadibrahim.com/bot-setup/no-api-token-ai-operator?utm_source=github_mcp_repo&utm_medium=repo&utm_campaign=public_mcp_listing

Tools

The hosted MCP endpoint exposes read-only tools:

  • get_bot_setup_offer: returns the service description, pricing, proof, buyer links, contact details, and guardrails.
  • get_bot_setup_queue: returns the current founder-slot count, remaining capacity, and queue labels.

The endpoint is read-only. It does not create leads, reserve slots, send emails, or mutate production data.

Example Client Config

{
  "mcpServers": {
    "emad-bot-setup": {
      "type": "streamable-http",
      "url": "https://www.emadibrahim.com/mcp"
    }
  }
}

Agentget Install

This repo also includes an installable agent definition for AI coding assistants that support the agentget layout.

npx agentget add eibrahim/dedicated-mac-mini-ai-bot-setup-mcp --agent dedicated-mac-mini-ai-bot-setup

The agent definition lives at agents/dedicated-mac-mini-ai-bot-setup.agent.md and is read-only. It helps a buyer evaluate fit, pick a first workflow, and route to the public offer, demo, audit, or queue without creating fake leads or sending outreach.

Local MCP Package

This repo also ships a small open-source stdio MCP server that mirrors the hosted read-only tools. It fetches the live production offer and queue APIs, but it does not create leads, send emails, reserve slots, or mutate data.

Run with Node after cloning this repo:

npm install
node server.mjs

Run with Docker:

docker run --rm -i ghcr.io/eibrahim/dedicated-mac-mini-ai-bot-setup-mcp:1.0.3

Client config example:

{
  "mcpServers": {
    "emad-bot-setup-local": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/eibrahim/dedicated-mac-mini-ai-bot-setup-mcp:1.0.3"
      ]
    }
  }
}

Pricing

  • Setup: $1,000
  • Maintenance: $100/month
  • Includes a dedicated Mac mini operator and no customer-managed API keys or token billing.

Proof

Emad Ibrahim has run a 7-figure consulting company, launched 40+ SaaS products and internal tools, and automated workflows across marketing, SEO, email, coding, deployment, reporting, operations, and stock-trading support.

Verification

Use the hosted endpoints as the source of truth:

curl https://www.emadibrahim.com/mcp
curl https://www.emadibrahim.com/api/bot-setup/offer
curl https://www.emadibrahim.com/openapi.json

Contact

Emad Ibrahim: eibrahim@gmail.com