Servers
Whimsical MCP Server
@BrockReece
MCP server for creating whimsical boards from an LLM context
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"whimsical-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"BrockReece/whimsical-mcp-server",
"--client",
"claude"
]
}
}
}