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

# AI Resources

> MCP endpoints, llms.txt links, skills commands, and source locations.

Quick links for AI tooling resources.

## MCP Endpoints

| Category     | Resource        | Link                                                                 |
| ------------ | --------------- | -------------------------------------------------------------------- |
| `llms.txt`   | Char Docs       | [https://docs.usechar.ai/llms.txt](https://docs.usechar.ai/llms.txt) |
| `llms.txt`   | WebMCP Docs     | [https://docs.mcp-b.ai/llms.txt](https://docs.mcp-b.ai/llms.txt)     |
| MCP endpoint | Char Docs MCP   | [https://docs.usechar.ai/mcp](https://docs.usechar.ai/mcp)           |
| MCP endpoint | WebMCP Docs MCP | [https://docs.mcp-b.ai/mcp](https://docs.mcp-b.ai/mcp)               |
| MCP endpoint | Char SaaS MCP   | [https://app.usechar.ai/mcp](https://app.usechar.ai/mcp)             |

## Quick Commands

```bash theme={null}
/plugin marketplace add WebMCP-org/char-plugin
/plugin install char@webmcp
/char:setup
npx skills add vercel/ai
```

## Locations

| Resource                 | Location                                                                                                                                                               |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Chrome DevTools MCP fork | [https://github.com/WebMCP-org/npm-packages/tree/main/packages/chrome-devtools-mcp](https://github.com/WebMCP-org/npm-packages/tree/main/packages/chrome-devtools-mcp) |
| Char plugin              | [https://github.com/WebMCP-org/char-plugin](https://github.com/WebMCP-org/char-plugin)                                                                                 |
| Vercel AI resources      | [https://vercel.com/docs/ai-resources](https://vercel.com/docs/ai-resources)                                                                                           |
| AgentSkills spec         | [https://agentskills.io](https://agentskills.io)                                                                                                                       |

## Related

<CardGroup cols={2}>
  <Card title="Install MCP Servers" icon="terminal" href="/guides/mcp-servers">
    Manual Claude Code MCP setup.
  </Card>

  <Card title="Char SaaS MCP" icon="server" href="/guides/char-saas-mcp">
    Manage your org from Claude Code.
  </Card>

  <Card title="Creating Skills" icon="puzzle" href="/guides/creating-skills">
    Create and update skills.
  </Card>

  <Card title="Skill Schema" icon="file-code" href="/reference/skill-schema">
    SKILL.md format reference.
  </Card>
</CardGroup>

<Snippet file="support-cta.mdx" />
