← Index

io.github.aprilelevengo/swotpal-mcp-server

io.github.aprilelevengo/swotpal-mcp-server·v0.1.1·Developer Tools
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "swotpal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@swotpal/mcp-server"
      ],
      "env": {
        "SWOTPAL_API_KEY": "<your-swotpal_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "swotpal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@swotpal/mcp-server"
      ],
      "env": {
        "SWOTPAL_API_KEY": "<your-swotpal_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @swotpal/mcp-server
§02  Environment variables
SWOTPAL_API_KEY
requiredsecret

SWOTPal API key from swotpal.com dashboard

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Developer Tools