Back to blog
tutorialJuly 11, 20265 min read

How to use pepe.business with Claude, Cursor, and VS Code (MCP)

The pepe.business MCP server exposes 480+ tools to AI agents. Here's how to set it up with your favorite editor.

By pepe.business team

How to use pepe.business with Claude, Cursor, and VS Code (MCP)

Using pepe.business with AI agents via MCP

The Model Context Protocol (MCP) is the standard way for AI agents to interact with external services. pepe.business exposes a hosted MCP server with 480+ tools.

What you can do

With the MCP server, your AI agent can:

  • Publish posts across 15 platforms
  • Read analytics in natural language ("What were my top posts last week?")
  • Launch Auto-Pilot jobs
  • Manage connected accounts
  • Reply to DMs and comments
  • Create and manage ads
  • Browse and purchase templates
  • Setup for Claude Desktop

    Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

    ``json { "mcpServers": { "pepe-business": { "url": "https://mcp.pepe.business/mcp", "transport": "http", "auth": { "type": "bearer", "token": "pk_live_xxx" } } } } `

    Restart Claude. Now you can say:

    > "Publish on Twitter and LinkedIn: 'We just shipped v2!' with the image https://example.com/v2.png"

    Claude will call pepe.posts.create automatically.

    Setup for Cursor

  • Open Settings > Cursor > MCP Servers
  • Add a new server:
  • - URL:
    https://mcp.pepe.business/mcp - Auth: Bearer pk_live_xxx
  • Save and restart
  • Setup for VS Code (Copilot)

    Add to settings.json:

    `json { "github.copilot.chat.mcp.servers": { "pepe": { "url": "https://mcp.pepe.business/mcp", "headers": { "Authorization": "Bearer pk_live_xxx" } } } } `

    Available tools

    The MCP server exposes 480+ tools. The most popular:

  • pepe.posts.create — Create a multi-platform post
  • pepe.posts.list — List your posts
  • pepe.accounts.list — List connected accounts
  • pepe.analytics.post — Get metrics for a post
  • pepe.autopilot.run — Launch Auto-Pilot
  • pepe.templates.browse — Browse marketplace
  • pepe.inbox.conversations` — List DM conversations
  • See the full tool list.

    Try it now

  • Sign up and get your API key
  • Configure your AI agent
  • Ask in natural language
  • That's it — your AI agent is now a social media manager.

    #mcp#ai#tutorial#claude

    Ready to try pepe.business?

    Start free — 2 accounts, no credit card required.