AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Mcp Power Pack

mcp-bambooshadow-studio-mcp-power-pack · by bambooshadow-studio

50+ Ready-to-Use MCP Server Configurations & AI Agent Tools

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add mcp-bambooshadow-studio-mcp-power-pack

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-bambooshadow-studio-mcp-power-pack)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Power Pack? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Power Pack

50+ Ready-to-Use MCP Server Configurations & AI Agent Tools

[](LICENSE)

> Stop configuring. Start building.

MCP Power Pack is a curated collection of pre-configured MCP (Model Context Protocol) servers, Cursor IDE rules, and AI agent skills. Everything you need to supercharge your AI coding workflow — zero configuration headaches.


What's Inside

Free Tier

| Item | Description | |------|-------------| | Browser MCP | Web browsing & scraping via Playwright | | GitHub MCP | Repository management & API access | | Notion MCP | Notion workspace integration |

Pro Tier ($19)

| Category | Count | Contents | |----------|:-----:|----------| | MCP Servers | 20+ | Browser, GitHub, Notion, Filesystem, Fetch, Slack, Discord, Database, Redis, Docker, Kubernetes, AWS, GCP, Stripe, Supabase, PostgreSQL, MySQL, SQLite, Redis, Elasticsearch | | Cursor Rules | 15+ | AI coding rules, context management, multi-file editing, test generation, documentation, security review | | Agent Skills | 19 | Code reviewer, data analyst, debugger, content creator, decision helper, fact checker, fullstack developer, UX designer, project planner, meeting notes, email drafter, technical writer, academic researcher, strategy advisor, editor, deep research, sprint planner, python expert, visualization expert | | Multi-Agent Router | 1 | Automatic tool routing based on query classification |

Quick Comparison

| Feature | Free | Pro ($19) | |---------|:----:|:---------:| | Basic MCP Servers | 3 | 20+ | | Cursor Rules | - | 15+ | | Agent Skills | - | 19 | | Multi-Agent Router | - | Yes | | Priority Support | - | GitHub Issues | | Commercial License | Yes | Yes |


Quick Start

Prerequisites

  • Node.js 18+ (for MCP servers)
  • Cursor IDE or Claude Desktop (for rules)
  • Python 3.10+ (for agent skills, optional)

1. Clone

git clone https://github.com/bambooshadow-studio/mcp-power-pack.git
cd mcp-power-pack

2. Install MCP Servers

# Install individual MCP servers as needed
npx @modelcontextprotocol/server-browser
npx @modelcontextprotocol/server-github

3. Configure Cursor

Copy the pro/cursor-rules/ folder into your Cursor IDE:

cp -r pro/cursor-rules/* ~/.cursor/rules/

4. Configure Claude Desktop

Edit your claude_desktop_config.json:

{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"]
    },
    "browser": {
      "command": "npx",
      "args": ["-y", "@playwright/mcp@latest"]
    }
  }
}

What is MCP?

Model Context Protocol (MCP) is an open standard that connects AI assistants (like Claude, Cursor) with external tools and data sources. Instead of building custom integrations for every tool, MCP provides a universal protocol:

graph LR
    A[AI Assistant]  B[MCP Protocol]
    B  C[File System]
    B  D[GitHub]
    B  E[Database]
    B  F[Browser]

With MCP Power Pack, you get all these connections pre-configured and ready to use.


Pro Tier

Get the full power pack — 50+ configurations, 19 agent skills, and multi-agent routing.

👉 Purchase Pro Tier — $19

What you get:

  • Instant access to private pro repository
  • All MCP server configurations
  • 15+ Cursor rules for AI-assisted development
  • 19 production-ready agent skills
  • Multi-agent router with automatic tool assignment
  • Priority GitHub Issues support

Documentation

| Document | Link | |----------|------| | Terms of Service | [docs/TERMSOFSERVICE.md](docs/TERMSOFSERVICE.md) | | EULA | [docs/EULA.md](docs/EULA.md) | | Privacy Policy | [docs/PRIVACYPOLICY.md](docs/PRIVACYPOLICY.md) | | Refund Policy | [docs/REFUNDPOLICY.md](docs/REFUNDPOLICY.md) | | Cookie Policy | [docs/COOKIEPOLICY.md](docs/COOKIEPOLICY.md) |


License

Free tier: MIT License Pro tier: See [EULA](docs/EULA.md)

Built with components from awesome-llm-apps (Apache-2.0).


Part of BambooShadow Studio

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.