---
title: MCP Servers
description: Hosted MCP servers that connect Claude, Cursor, VS Code, and any MCP client to the Capawesome, Capacitor, and Ionic Framework documentation.
---

# MCP Servers

The [Model Context Protocol](https://modelcontextprotocol.io){:target="_blank"} lets an AI assistant call tools on a server instead of answering from its training data. It can search the current documentation, fetch the page it needs, and act on your account, without you pasting anything into the conversation.

We host three MCP servers, one per part of the stack. All three are remote HTTP servers, so there is nothing to install and nothing to keep up to date, and they work with Claude Code, Claude Desktop, Cursor, VS Code, and any other MCP client.

## Capawesome MCP Server

Searches the Capawesome documentation and blog. With an [API token](../../cloud/accounts/tokens.md) it also exposes the [Capawesome Cloud](../../cloud/index.md) management API: trigger a native build, ship a live update, roll back a channel, or diagnose a failed job. This is the official Capawesome MCP server, maintained by us.

```
https://mcp.capawesome.io/mcp
```

[:octicons-arrow-right-24: Set up the Capawesome MCP server](capawesome.md)

## Capacitor MCP Server

Serves the official [Capacitor](https://capacitorjs.com){:target="_blank"} documentation for v8, v7, v6 and `next`, the official and community plugin list, and the Capacitor posts from the Ionic blog. Free, no token. Unofficial server, maintained by Capawesome and not affiliated with or endorsed by Ionic or OutSystems.

```
https://capacitor-mcp.capawesome.io/mcp
```

[:octicons-arrow-right-24: Set up the Capacitor MCP server](capacitor.md)

## Ionic Framework MCP Server

Serves the official [Ionic Framework](https://ionicframework.com){:target="_blank"} documentation for v9 and v8, including the component API reference and the usage examples for Angular, React, Vue and vanilla JavaScript. Free, no token. Unofficial server, maintained by Capawesome and not affiliated with or endorsed by Ionic or OutSystems.

```
https://ionic-framework-mcp.capawesome.io/mcp
```

[:octicons-arrow-right-24: Set up the Ionic Framework MCP server](ionic-framework.md)

## Next steps

- [LLMs](../llms.md) — `llms.txt` files and Markdown endpoints that make the docs readable by any model.
- [Skills](../skills/index.md) — on-demand agent skills that automate migrations and Cloud setup.
- [Editor Rules](../rules.md) — always-on project rules that keep generated code consistent.
