ultimate_mcp_server vs penpot-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
ultimate_mcp_server by Dicklesworthstone | penpot-mcp-server by zcube | |
|---|---|---|
| Stars | ★ 149 | ★ 16 |
| 30d uses | — | — |
| Score | 85 | 39 |
| Official | — | — |
| Categories | AI / LLM ToolsBrowser AutomationFile System | Developer ToolsAI / LLM ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | 6 mo ago |
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
penpot-mcp-server · Summary
Penpot MCP server connects AI assistants to Penpot design platform with comprehensive design manipulation capabilities.
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
penpot-mcp-server · Use cases
- AI design assistants creating wireframes and mockups based on natural language descriptions
- Automated design systems maintenance through component updates across multiple files
- Design collaboration with AI-powered commenting and feedback integration
ultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_serverpenpot-mcp-server · Install
# Install globally
npm install -g @zcubekr/penpot-mcp-server
# Run the server
penpot-mcp-serverWith Claude Desktop:
{
"mcpServers": {
"penpot": {
"command": "node",
"args": ["/path/to/penpot-mcp-server/dist/index.js"],
"env": {
"PENPOT_API_URL": "https://design.penpot.app",
"PENPOT_ACCESS_TOKEN": "your-access-token"
}
}
}
}Environment variables required:
PENPOT_API_URL: Your Penpot instance URLPENPOT_ACCESS_TOKEN: Your Penpot access token