Capacitor MCP Server
Rank #29,256io.capawesome/capacitor-mcp
Unofficial MCP server for the Capacitor documentation, plugin list and blog.
Capacitor MCP Server is a Model Context Protocol (MCP) server published by capawesome-team. It ranks #29,256 of 132,405 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Capacitor MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 7, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 103,149 of 132,405 servers on MCP Toplist.
Use Capacitor MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http capacitor-mcp https://capacitor-mcp.capawesome.io/mcpclaude mcp add capacitor-mcp -- npx -y @capawesome/capacitor-mcp[mcp_servers.capacitor-mcp]
url = "https://capacitor-mcp.capawesome.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.capacitor-mcp]
command = "npx"
args = ["-y", "@capawesome/capacitor-mcp"]Add to ~/.codex/config.toml.
https://capacitor-mcp.capawesome.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"capacitor-mcp": {
"command": "npx",
"args": [
"-y",
"@capawesome/capacitor-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"capacitor-mcp": {
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"capacitor-mcp": {
"command": "npx",
"args": [
"-y",
"@capawesome/capacitor-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"capacitor-mcp": {
"type": "http",
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"capacitor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@capawesome/capacitor-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"capacitor-mcp": {
"serverUrl": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"capacitor-mcp": {
"command": "npx",
"args": [
"-y",
"@capawesome/capacitor-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"capacitor-mcp": {
"url": "https://capacitor-mcp.capawesome.io/mcp"
}
}
}{
"mcpServers": {
"capacitor-mcp": {
"command": "npx",
"args": [
"-y",
"@capawesome/capacitor-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.capawesome%2Fcapacitor-mcp)<a href="https://mcptoplist.com/server/io.capawesome%2Fcapacitor-mcp"><img src="https://mcptoplist.com/badge/io.capawesome%2Fcapacitor-mcp.svg" alt="MCP Toplist: Top 25% of 132,405" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
capawesome-team
Other servers by capawesome-team
View all capawesome-team servers →Available versions (1)
| Version | Published |
|---|---|
| 0.0.1 | Sep 8, 2026 |
Frequently asked questions
- Who maintains Capacitor MCP Server?
- Capacitor MCP Server is maintained by capawesome-team, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Capacitor MCP Server listed on the Official MCP Registry?
- Yes — Capacitor MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Capacitor MCP Server have?
- MCP Toplist tracks 1 version of Capacitor MCP Server, most recently published on Sep 8, 2026.
- Where can I find the source code for Capacitor MCP Server?
- The source code for Capacitor MCP Server is hosted at github.com/capawesome-team/capacitor-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.