# Mcp Servers

> MCP server from getcatalystiq/mcp-servers.

- **Type:** MCP server
- **Install:** `agentstack add mcp-getcatalystiq-mcp-servers`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [getcatalystiq](https://agentstack.voostack.com/s/getcatalystiq)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [getcatalystiq](https://github.com/getcatalystiq)
- **Source:** https://github.com/getcatalystiq/mcp-servers

## Install

```sh
agentstack add mcp-getcatalystiq-mcp-servers
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# MCP Servers

[](https://opensource.org/licenses/MIT)
[](https://www.typescriptlang.org/)
[](https://workers.cloudflare.com/)
[](https://modelcontextprotocol.io)

A collection of Model Context Protocol (MCP) servers built on Cloudflare Workers. These servers enable Claude.ai and other MCP clients to interact with various APIs and services.

## Available Servers

| Server | Description | Authentication |
|--------|-------------|----------------|
| [ElevenLabs](./elevenlabs) | Text-to-speech using ElevenLabs API | Password |
| [Firecrawl](./firecrawl) | Web scraping and crawling | Password |
| [Google Workspace](./google-workspace) | Gmail, Drive, Calendar, Docs, Sheets, Tasks | OAuth 2.0 |
| [Kit](./kit) | ConvertKit email marketing platform | OAuth 2.0 |
| [Nano Banana](./nano-banana) | Image generation using Gemini API | Password |
| [Runware](./runware) | AI video generation | Password |

## Architecture

All servers share a common architecture:

- **Cloudflare Workers**: Serverless deployment with global edge distribution
- **Durable Objects**: Session state persistence with SQLite storage
- **KV Namespace**: OAuth state management
- **R2 Buckets**: Media file storage (where applicable)

```
┌─────────────┐                ┌─────────────────────┐
│  Claude.ai  │ ◄─── MCP ────► │   MCP Server        │
│  (or other  │                │  (CF Workers)       │
│  MCP client)│                └──────────┬──────────┘
└─────────────┘                           │
                                          ▼
                               ┌─────────────────────┐
                               │  External API       │
                               │  (ElevenLabs,       │
                               │   Google, etc.)     │
                               └─────────────────────┘
```

## Getting Started

Each server has its own setup instructions. Generally:

1. Navigate to the server directory
2. Install dependencies: `npm install`
3. Create KV namespace: `npm run create-kv`
4. Update `wrangler.jsonc` with your KV namespace ID
5. Configure secrets (API keys, passwords)
6. Deploy: `npm run deploy`

See individual server READMEs for detailed instructions.

## Local Development

Each server can be run locally for testing:

```bash
cd 
npm run dev
```

Use [MCP Inspector](https://github.com/anthropics/mcp-inspector) to test:

```bash
npx @modelcontextprotocol/inspector@latest
```

## Security

- API keys are stored as Cloudflare secrets, never exposed to clients
- OAuth tokens stored securely in Durable Objects
- All communication over HTTPS
- Password-protected servers use encrypted cookies

## Contributing

Contributions are welcome! Please ensure any new servers follow the existing patterns for authentication, error handling, and documentation.

## License

MIT - see [LICENSE](./LICENSE) for details.

## Source & license

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

- **Author:** [getcatalystiq](https://github.com/getcatalystiq)
- **Source:** [getcatalystiq/mcp-servers](https://github.com/getcatalystiq/mcp-servers)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-getcatalystiq-mcp-servers
- Seller: https://agentstack.voostack.com/s/getcatalystiq
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
