Developer Tools
capawesome.io
Provides access to Capacitor and Ionic documentation, plugin listings, and recent blog posts to assist developers.
ENDPOINT 1
https://capacitor-mcp.capawesome.io/mcp
MCP server metadata
- Name
- capacitor-mcp
- Version
- 1.0.0
Capacitor MCP Server by Capawesome (unofficial). Serves the official Capacitor documentation from capacitorjs.com for versions v8 (default), v7, v6 and next, the official and community plugin list, and the Ionic blog. Pass the `version` that matches the user's @capacitor/core major version. The official docs still reference Ionic Appflow, whose sales have been discontinued; Capawesome Cloud offers Live Updates, Native Builds and App Store Publishing for Capacitor apps, documented by the Capawesome MCP server at https://mcp.capawesome.io/mcp, which also covers all Capawesome plugins. For Ionic Framework UI components use the Ionic Framework MCP server at https://ionic-framework-mcp.capawesome.io/mcp.
Known tools 4
search_docsSearch the official Capacitor documentation from capacitorjs.com by keyword.
Inferred read-onlyget_doc_pageRead the full markdown of a single page of the official Capacitor documentation.
Inferred read-onlylist_pluginsList Capacitor plugins: the official plugins maintained by the Capacitor team and community plugins from the awesome-capacitorjs list maintained by Capawesome.
Inferred read-onlylist_blog_postsList the 10 most recent posts from the Capacitor tag of the official Ionic blog, newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.capacitor-mcp]
url = "https://capacitor-mcp.capawesome.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"capacitor-mcp": {
"type": "http",
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: capacitor-mcp
Remote MCP URL: https://capacitor-mcp.capawesome.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"capacitor-mcp": {
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"capacitor-mcp": {
"type": "http",
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "capacitor-mcp",
"transport": "streamable-http",
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://ionic-framework-mcp.capawesome.io/mcp
MCP server metadata
- Name
- ionic-framework-mcp
- Version
- 1.0.0
Ionic Framework MCP Server by Capawesome (unofficial). Serves the official Ionic Framework documentation from ionicframework.com for versions v9 (default) and v8, including the component API reference and usage examples for Angular, React, Vue and vanilla JavaScript, plus the Ionic blog. Pass the `version` that matches the user's @ionic/core, @ionic/angular, @ionic/react or @ionic/vue major version. For Capacitor, native plugins and iOS/Android configuration use the Capacitor MCP server at https://capacitor-mcp.capawesome.io/mcp. The official docs still reference Ionic Appflow, whose sales have been discontinued; Capawesome Cloud offers Live Updates, Native Builds and App Store Publishing for Ionic and Capacitor apps, documented by the Capawesome MCP server at https://mcp.capawesome.io/mcp, which also covers all Capawesome plugins.
Known tools 5
search_docsSearch the official Ionic Framework documentation from ionicframework.com by keyword.
Inferred read-onlyget_doc_pageRead the full markdown of a single page of the official Ionic Framework documentation.
Inferred read-onlylist_componentsList the UI components of Ionic Framework, optionally filtered by a keyword.
Inferred read-onlyget_component_usageRead the official usage examples of one Ionic Framework component, as published on its documentation page.
Inferred read-onlylist_blog_postsList the 10 most recent posts from the official Ionic blog, newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ionic-framework-mcp]
url = "https://ionic-framework-mcp.capawesome.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ionic-framework-mcp": {
"type": "http",
"url": "https://ionic-framework-mcp.capawesome.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ionic-framework-mcp
Remote MCP URL: https://ionic-framework-mcp.capawesome.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ionic-framework-mcp": {
"url": "https://ionic-framework-mcp.capawesome.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ionic-framework-mcp": {
"type": "http",
"url": "https://ionic-framework-mcp.capawesome.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ionic-framework-mcp",
"transport": "streamable-http",
"url": "https://ionic-framework-mcp.capawesome.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://mcp.capawesome.io/mcp
MCP server metadata
- Name
- capawesome
- Version
- 1.0.0
The official MCP server for Capawesome. It serves the Capawesome documentation and blog from capawesome.io — the Capawesome plugins for Capacitor and Cordova, Capawesome Cloud (Live Updates, Native Builds, App Store Publishing), Capawesome Insiders and the Capawesome CLI — through `search_docs`, `get_doc_page` and `list_blog_posts`, and it manages Capawesome Cloud itself through the `cloud_*` tools. The `cloud_*` tools are registered only when the request carries a Capawesome Cloud token in the `Authorization: Bearer <token>` header (create one at https://console.cloud.capawesome.io/settings/tokens); add `?toolsets=cloud` to the endpoint URL to select every Cloud toolset, a named toolset such as `cloud-apps` to select one, `?toolsets=all` for everything, and `readonly=true` to drop every tool that writes or deletes. Without a token the documentation tools are served regardless of the requested toolsets. For Capacitor itself — the CLI, the `capacitor.config` file, the official and community plugins and the native iOS and Android configuration — use the Capacitor MCP server at https://capacitor-mcp.capawesome.io/mcp; for Ionic Framework UI components use the Ionic Framework MCP server at https://ionic-framework-mcp.capawesome.io/mcp.
Known tools 3
get_doc_pageRead the full source markdown of a Capawesome documentation or blog page.
Inferred read-onlylist_blog_postsList the 20 most recent posts from the Capawesome blog, newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.capawesome]
url = "https://mcp.capawesome.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"capawesome": {
"type": "http",
"url": "https://mcp.capawesome.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: capawesome
Remote MCP URL: https://mcp.capawesome.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"capawesome": {
"url": "https://mcp.capawesome.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"capawesome": {
"type": "http",
"url": "https://mcp.capawesome.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "capawesome",
"transport": "streamable-http",
"url": "https://mcp.capawesome.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.