> ## Documentation Index
> Fetch the complete documentation index at: https://docs.profy.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Create in Your IDE

> Money Maker Plugin — complete the entire distillation, publishing, and monetization workflow in Codex, Cursor, and other IDEs

Distill your professional knowledge into an AI clone — 15 minutes of conversation, one creation, ongoing revenue — all without leaving your editor.

The Money Maker plugin connects to Profy's cloud via remote MCP (Model Context Protocol), providing 22 tools that cover the complete creator workflow from distillation to monetization.

***

## Supported IDEs

The plugin is built on the MCP protocol, compatible with all IDEs and AI coding tools that support MCP:

<CardGroup cols={3}>
  <Card title="Codex" icon="terminal">Codex Plugin</Card>
  <Card title="Cursor" icon="code">MCP Config</Card>
  <Card title="Claude Code" icon="robot">MCP Config</Card>
  <Card title="Copilot" icon="github">MCP Support</Card>
  <Card title="Gemini" icon="google">MCP Support</Card>
  <Card title="OpenClaw / Hermes" icon="wand-magic-sparkles">MCP Support</Card>
</CardGroup>

And any other tool compatible with the MCP Streamable HTTP protocol.

***

## One-Click Setup

Create or edit `.mcp.json` in your project root:

```json theme={null}
{
  "mcpServers": {
    "profy": {
      "url": "https://mcp.profy.cn/mcp"
    }
  }
}
```

After connecting, log in with your Profy account. No need to run any local server — the plugin communicates directly with Profy's cloud.

<Tip>
  Codex and Cursor users can also install the Money Maker plugin through their respective plugin marketplaces, which auto-completes the configuration.
</Tip>

***

## 22 MCP Tools

The plugin provides a comprehensive toolset covering the entire creator workflow:

<Tabs>
  <Tab title="Create">
    | Tool                    | Function                          |
    | ----------------------- | --------------------------------- |
    | `create_expert`         | Create a new Expert               |
    | `update_expert`         | Update configuration              |
    | `start_distillation`    | Start a distillation conversation |
    | `continue_distillation` | Continue distillation             |
    | `get_expert_detail`     | View details                      |
    | `list_my_experts`       | List your Experts                 |
  </Tab>

  <Tab title="Skills & Testing">
    | Tool                      | Function                         |
    | ------------------------- | -------------------------------- |
    | `install_skill`           | Install a skill                  |
    | `list_expert_skills`      | View installed skills            |
    | `list_marketplace_skills` | Browse the skill marketplace     |
    | `test_expert`             | Test by chatting with the Expert |
    | `open_expert_chat`        | Open the chat page               |
  </Tab>

  <Tab title="Publish & Revenue">
    | Tool                    | Function               |
    | ----------------------- | ---------------------- |
    | `set_billing`           | Set pricing            |
    | `publish_expert`        | Submit for review      |
    | `get_submission_status` | Check review status    |
    | `get_earnings`          | View revenue data      |
    | `browse_marketplace`    | Browse the marketplace |
  </Tab>

  <Tab title="Evolution & Identity">
    | Tool                         | Function                   |
    | ---------------------------- | -------------------------- |
    | `list_evolution_suggestions` | View evolution suggestions |
    | `accept_evolution`           | Accept a suggestion        |
    | `get_evolution_stats`        | Evolution statistics       |
    | `get_creator_profile`        | Creator profile            |
    | `apply_creator`              | Apply as a creator         |
    | `open_profy_page`            | Navigate to a Profy page   |
  </Tab>
</Tabs>

***

## 4 Built-in Skills

The plugin comes with four Skills that guide the AI assistant through common workflows:

| Skill              | Purpose                                              |
| ------------------ | ---------------------------------------------------- |
| **Distillation**   | Guide the complete distillation conversation flow    |
| **Quick Start**    | Quickly create and configure a new Expert            |
| **Publish & Earn** | Set pricing, submit for review, go live and monetize |
| **Evolution**      | Review evolution suggestions, accept improvements    |

***

## Complete Workflow

Create a revenue-generating Expert from scratch, entirely within your IDE:

<Steps>
  <Step title="Distill">
    Tell your AI assistant your area of expertise in natural language, and it will invoke distillation tools to begin a structured interview.
  </Step>

  <Step title="Configure">
    Install skills, adjust settings — all operations are completed automatically through MCP tools.
  </Step>

  <Step title="Test">
    Chat with the Expert directly in your IDE to verify results.
  </Step>

  <Step title="Price">
    Set your pricing model — trial + paid, usage-based, or one-time purchase.
  </Step>

  <Step title="Publish">
    Submit for review with a single command, and track review progress.
  </Step>

  <Step title="Monitor Revenue">
    Check revenue data daily, review evolution suggestions, and continuously optimize.
  </Step>
</Steps>

***

## Distillation Progress Panel

When distilling in your IDE, the progress panel displays real-time extraction status across 12 fields, current stage progress, and an Expert preview. You can always see where the distillation process stands.

***

## AI Assistant Integration

MCP tools integrate naturally with the AI assistant in your IDE. Use natural language to direct operations:

* "Help me create a Python debugging Expert"
* "Show me what evolution suggestions my Expert has"
* "Change the pricing to trial 5 rounds plus paid mode"
* "How much did I earn yesterday?"

The AI assistant will automatically invoke the corresponding MCP tools to complete the operation.

***

## Next Steps

<CardGroup cols={2}>
  <Card title="Distillation Guide" icon="flask" href="/en/creators/distillation">
    Learn the complete distillation process
  </Card>

  <Card title="Revenue System" icon="diamond" href="/en/creators/revenue-system">
    Learn about monetization models
  </Card>
</CardGroup>
