
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@capawesome/capacitor-mcp
Advanced tools
Unofficial MCP server for the official Capacitor documentation. It gives AI assistants the current documentation for Capacitor v8, v7, v6 and next, the official and community plugin list, and the Capacitor posts from the Ionic blog — so they stop guessing plugin APIs and CLI flags. Not affiliated with or endorsed by Ionic or OutSystems.
Maintained by Capawesome.
The server is hosted and ready to use. No account, no token, no installation:
https://capacitor-mcp.capawesome.io/mcp
https://capacitor-mcp.capawesome.io/mcp
claude mcp add --transport http capacitor https://capacitor-mcp.capawesome.io/mcp
Go to Settings → Connectors → Add custom connector and enter:
Capacitorhttps://capacitor-mcp.capawesome.io/mcpOr add .cursor/mcp.json to your project:
{
"mcpServers": {
"capacitor": {
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Or add .vscode/mcp.json to your project:
{
"servers": {
"capacitor": {
"type": "http",
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Add the server to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"capacitor": {
"serverUrl": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Add the server to your Zed settings.json:
{
"context_servers": {
"capacitor": {
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}
Clients that cannot connect to a remote server over HTTP can run this package, which proxies stdio to the hosted server:
{
"mcpServers": {
"capacitor": {
"command": "npx",
"args": ["-y", "@capawesome/capacitor-mcp"]
}
}
}
Requires Node.js 22 or later.
| Tool | Purpose | Parameters |
|---|---|---|
search_docs | Search the documentation by keyword. Start here for any Capacitor question. | query (required), section, version, limit |
get_doc_page | Read a full documentation page returned by search_docs. | url (required), version |
list_plugins | List official and community Capacitor plugins. | query, source, limit |
list_blog_posts | List recent Capacitor posts from the Ionic blog. | — |
The documentation is available for Capacitor v8 (default), v7, v6 and next. Pass the version parameter to search_docs and get_doc_page to target a specific version.
The endpoint is limited to 100 requests per minute per IP. Requests over the limit are answered with 429 Too Many Requests; retry after a short wait.
Your IP address is processed for rate limiting only. Queries and tool arguments are not stored, not logged beyond Cloudflare's standard edge logs, and never used for training.
The documentation content is © the Ionic team, licensed under Apache-2.0 and sourced from ionic-team/capacitor-docs. It is converted from MDX to Markdown for delivery over MCP and otherwise served unmodified in substance. The community plugin list comes from capawesome-team/awesome-capacitorjs. Blog excerpts come from the Ionic blog and link to the original post.
See NOTICE for the full attribution.
npm install
npm run build
npm test
Set CAPACITOR_MCP_URL to point the proxy at a local server instead of the hosted one:
CAPACITOR_MCP_URL=http://localhost:8787/mcp node dist/index.js
See LICENSE.
FAQs
Unofficial MCP server for the Capacitor documentation.
The npm package @capawesome/capacitor-mcp receives a total of 18 weekly downloads. As such, @capawesome/capacitor-mcp popularity was classified as not popular.
We found that @capawesome/capacitor-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.