Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Swotpal Server

FreeNot checked

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

GitHubEmbed

About

MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)

README

SWOT analysis tools for AI agents. Use in Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

Generate professional SWOT analyses, competitive comparisons, and browse 100+ pre-built examples — all from your AI assistant.

Quick Start

1. Get your API Key

Sign up at swotpal.com and generate an API key from your dashboard.

2. Configure your MCP client

Claude Desktop — Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "swotpal": {
      "command": "npx",
      "args": ["-y", "@swotpal/mcp-server"],
      "env": {
        "SWOTPAL_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Cursor — Add to your MCP settings (Settings > MCP Servers):

{
  "swotpal": {
    "command": "npx",
    "args": ["-y", "@swotpal/mcp-server"],
    "env": {
      "SWOTPAL_API_KEY": "sk_live_your_key_here"
    }
  }
}

Windsurf — Same JSON format in your MCP configuration.

3. Use it

Ask your AI agent:

  • "Generate a SWOT analysis for Tesla"
  • "Compare Netflix vs Disney+"
  • "Show me my saved analyses"
  • "Browse SWOT examples in healthcare"

Tools

Tool Description
generate_swot SWOT analysis for any company, brand, product, or topic
generate_versus Side-by-side competitive comparison of two companies
list_analyses List your saved analyses with pagination
get_analysis Get full details of a saved analysis by ID
browse_examples Browse 100+ pre-built industry SWOT examples

Supported Languages

English, Japanese, Traditional Chinese, Simplified Chinese, Korean, Vietnamese, Portuguese, German, Spanish, French, Italian, Russian

Example Output

## SWOT Analysis: Tesla 2026

### Strengths
- Global EV market leader with 20%+ market share
- Vertically integrated manufacturing and battery production
- Supercharger network as competitive moat
...

### Weaknesses
- Quality control issues persist across models
- CEO distraction risk with multiple ventures
...

View & edit: https://swotpal.com/editor/abc123
Remaining usage: 47

Links

  • SWOTPal — AI-powered SWOT analysis platform
  • Examples — 100+ company SWOT examples
  • Blog — Strategic analysis articles
  • API Docs — REST API documentation

License

MIT

from github.com/aprilelevengo/swotpal-mcp-server

Install Swotpal Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install swotpal-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add swotpal-mcp-server -- npx -y @swotpal/mcp-server

FAQ

Is Swotpal Server MCP free?

Yes, Swotpal Server MCP is free — one-click install via Unyly at no cost.

Does Swotpal Server need an API key?

No, Swotpal Server runs without API keys or environment variables.

Is Swotpal Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Swotpal Server in Claude Desktop, Claude Code or Cursor?

Open Swotpal Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Swotpal Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs