MCP Server
MCP
io.github.aprilelevengo/swotpal-mcp-server
MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)
Install
npx -y @swotpal/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@swotpal/mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SWOTPal API key from swotpal.com dashboard",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SWOTPAL_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment