Capawesome MCP Server
Rank #17,444io.capawesome/mcp
The official MCP server for Capawesome documentation and Capawesome Cloud.
Capawesome MCP Server is a Model Context Protocol (MCP) server published by capawesome-team. It ranks #17,444 of 132,405 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Capawesome MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Sep 7, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 114,961 of 132,405 servers on MCP Toplist.
Use Capawesome MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http capawesome https://mcp.capawesome.io/mcpclaude mcp add capawesome -- npx -y @capawesome/mcp[mcp_servers.capawesome]
url = "https://mcp.capawesome.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.capawesome]
command = "npx"
args = ["-y", "@capawesome/mcp"]Add to ~/.codex/config.toml.
https://mcp.capawesome.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"capawesome": {
"command": "npx",
"args": [
"-y",
"@capawesome/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"capawesome": {
"url": "https://mcp.capawesome.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"capawesome": {
"command": "npx",
"args": [
"-y",
"@capawesome/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"capawesome": {
"type": "http",
"url": "https://mcp.capawesome.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"capawesome": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@capawesome/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"capawesome": {
"serverUrl": "https://mcp.capawesome.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"capawesome": {
"command": "npx",
"args": [
"-y",
"@capawesome/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"capawesome": {
"url": "https://mcp.capawesome.io/mcp"
}
}
}{
"mcpServers": {
"capawesome": {
"command": "npx",
"args": [
"-y",
"@capawesome/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%2Fmcp)<a href="https://mcptoplist.com/server/io.capawesome%2Fmcp"><img src="https://mcptoplist.com/badge/io.capawesome%2Fmcp.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 (2)
| Version | Published |
|---|---|
| 0.0.2 | Sep 8, 2026 |
| 0.0.1 | Sep 8, 2026 |
Frequently asked questions
- Who maintains Capawesome MCP Server?
- Capawesome MCP Server is maintained by capawesome-team, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Capawesome MCP Server listed on the Official MCP Registry?
- Yes — Capawesome MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Capawesome MCP Server have?
- MCP Toplist tracks 2 versions of Capawesome MCP Server, most recently published on Sep 8, 2026.
- Where can I find the source code for Capawesome MCP Server?
- The source code for Capawesome MCP Server is hosted at github.com/capawesome-team/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.