Skip to main content
Glama
aprilelevengo

SWOTPal — SWOT Analysis

SWOTPal MCP 服务器

面向 AI 智能体的 SWOT 分析工具。可在 Claude Desktop、Cursor、Windsurf 以及任何兼容 MCP 的客户端中使用。

通过您的 AI 助手生成专业的 SWOT 分析、竞争对比,并浏览 100 多个预构建的示例。

快速开始

1. 获取您的 API 密钥

swotpal.com 注册,并从您的仪表板生成 API 密钥。

2. 配置您的 MCP 客户端

Claude Desktop — 编辑 ~/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 — 添加到您的 MCP 设置中(设置 > MCP 服务器):

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

Windsurf — 在您的 MCP 配置中使用相同的 JSON 格式。

3. 使用它

询问您的 AI 智能体:

  • “为特斯拉生成一份 SWOT 分析”

  • “对比 Netflix 和 Disney+”

  • “显示我保存的分析”

  • “浏览医疗保健行业的 SWOT 示例”

工具

工具

描述

generate_swot

为任何公司、品牌、产品或主题进行 SWOT 分析

generate_versus

两家公司的并排竞争对比

list_analyses

列出您保存的分析(支持分页)

get_analysis

通过 ID 获取已保存分析的详细信息

browse_examples

浏览 100 多个预构建的行业 SWOT 示例

支持的语言

英语、日语、繁体中文、简体中文、韩语、越南语、葡萄牙语、德语、西班牙语、法语、意大利语、俄语

示例输出

## 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

链接

许可证

MIT

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aprilelevengo/swotpal-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server