## MCP Server

Install Eraser Diagramming skills on your AI agents.

```
{
  "mcpServers": {
    "eraser": {
      "url": "https://app.eraser.io/api/mcp",
      "type": "http"
    }
  }
}
```

Copy JSON for your mcp.json [Read docs](https://docs.eraser.io/docs/mcp)

## Agent Skills (SKILL.md)

Install Eraser Diagramming skills on your AI agents.

```
npx skills add eraserlabs/eraser-io
```

Copy npx command [Read docs](https://docs.eraser.io/docs/using-ai-agent-integrations)

## Diagrams without the hassle

Join millions of professionals already using Eraser

### Beautiful, presentation-ready diagrams

Clean, professional visuals out of the box. No tweaking needed.

### Icons included

AWS, GCP, Azure, Kubernetes, and 1,000+ more – already built in.

### Drag-drop editable

AI gets you 80% there. Drag-and-drop gets you to perfect.

## Agent Integration Use Cases

### Workflow

Terraform→AWS Diagram

### Prompt

“Use Eraser Diagrams skill to generate an arch diagram from this repo”

### Agents you can build

- CI/CD agent
- Documentation agent
- DevOps chatbot
- PR review agent
- Security review agent

### Workflow

Helm Chart YAML→Kubernetes Diagram

### Prompt

“Draw a Kubernetes diagram from the Helm Chart in the /ghost folder”

### Agents you can build

- Documentation agent
- Cost analysis agent
- CI/CD agent
- DevOps chatbot

### Workflow

Web Search→Sequence Diagram

### Prompt

“Based on the documentation on amplitude.com/docs website, show the full event lifecycle in Amplitude of browser SDK to queryable in dashboard as a sequence diagram”

### Agents you can build

- Research agent
- Documentation agent
- Code planning agent

### Workflow

Application Code→Flow Chart

### Prompt

“In this /supabase repository, investigate how Postgres changes propagate through the realtime system to connected clients and draw a flow chart.”

### Agents you can build

- Documentation agent
- Code refactoring agent
- Product knowledge agent

## FAQs

- **Can I use Eraser’s agent integrations for free?**

Yes. Eraser’s agent integrations – agent skills and the MCP server – are free to use, subject to the AI credit limits of your plan.

- **Which agents are supported?**

Any MCP-compatible client, including Claude, Claude Code, Cursor, VS Code, OpenAI Codex, GitHub Copilot and more. See the MCP client catalog for setup instructions.

- **Is there an API?**

Yes. There is an API for generating AI diagrams from a prompt, and one for rendering diagrams from Eraser DSL.

- **What can the MCP server do?**

Create, search, read, update and export diagrams – so an agent can work with your diagrams the same way it works with your code. See the MCP client catalog for setup instructions.
