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

# MCP Server Development Tips

> Recommended Claude Code plugin for MCP server development.

## Recommended Claude Code Plugin

When developing with [Claude Code](https://docs.claude.com/en/docs/claude-code), we recommend
the official **MCP Apps** plugin from the Model Context Protocol team.

Add the marketplace and install the plugin:

```bash theme={null}
/plugin marketplace add modelcontextprotocol/ext-apps
/plugin install mcp-apps@modelcontextprotocol-ext-apps
```

<Note>
  Run these as slash commands inside Claude Code.
</Note>
