Pomera AI Commander
Turn messy text into clean output fast—GUI for humans, MCP tools for AI IDEs (Cursor/Claude). 33 deterministic text utilities.
Pomera AI Commander (PAC)
A desktop text "workbench" + MCP server: clean, transform, extract, and analyze text fast—manually in a GUI or programmatically from AI assistants (Cursor / Claude Desktop / MCP clients).
Stop pasting text into 10 random websites. Pomera (GUI + MCP) - do web searches with MCP and save your work as Pomera Notes in case of text corruption in IDE! Your search API keys are stored encrypted in local database instead of JSON config file.
📊 Why AI needs Pomera! - Pomera's MCP tools reduce token usage upto 70-80% for deterministic operations.
Download latest release · Docs: Tools · MCP Guide · CrewAI Integration · Troubleshooting
60-second demo (what to expect)

Best-for workflows
- Cleaning pasted logs / PDFs (whitespace, wrapping, stats)
- Extracting emails/URLs/IDs via regex
- Normalizing case, sorting, columns
- Hashing/encoding utilities
- Letting Cursor/Claude call these as MCP tools in a repeatable pipeline
Prerequisites
Python 3.8+ is required for all installation methods.
macOS (Homebrew)
# Tkinter support (replace @3.14 with your Python version)
brew install [email protected]
pip3 install requests reportlab python-docx
Ubuntu/Debian
sudo apt-get install python3-tk
pip3 install requests reportlab python-docx
Windows
Tkinter is included with Python from python.org.
pip install requests reportlab python-docx
Note: For PEP 668 protected environments, use
pip3 install --useror a virtual environment.
Install / Run
Option A — Prebuilt executable (recommended)
Download from Releases and run.
Option B — Python (PyPI)
pip install pomera-ai-commander
# then run:
pomera-ai-commander --help
Option C — Node.js (npm)
npm install -g pomera-ai-commander
# then run:
pomera-mcp --help
Create Desktop Shortcut
After installing via pip or npm, create a desktop shortcut for quick access:
# For pip install:
pomera-create-shortcut
# For npm install (from package directory):
python create_shortcut.py
MCP Server for AI Assistants
Pomera exposes 22 text processing tools via MCP. Configure your AI assistant:
Cursor (.cursor/mcp.json):
{
"mcpServers": {
"pomera": {
"command": "pomera-ai-commander",
"timeout": 3600
}
}
}
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"pomera": {
"command": "pomera-ai-commander",
"timeout": 3600
}
}
}
💡 Tip: If the simple command doesn't work, use the full path. Find it with:
# For npm install: npm root -g # Then use: <result>/pomera-ai-commander/pomera_mcp_server.py # For pip install: pip show pomera-ai-commander | grep Location
⏱️ Timeout: The
"timeout": 3600setting (in seconds) prevents MCP request timeouts during long-running AI operations likeresearchanddeepreasoning. Cline, Cursor, and Claude Desktop all default to a 60-second timeout, which is too short for AI calls involving web search + deep reasoning (60-300s). See Cline #1306.
See the full MCP Server Guide for Antigravity, executable configs, and troubleshooting.
License
MIT License - see LICENSE for details.
相关服务器
Procesio MCP Server
Interact with the Procesio automation platform API.
Careflow-MCP
Production-ready healthcare workflow automation powered by n8n and the Model Context Protocol. Enables Claude and other AI assistants to trigger HIPAA-compliant patient task management workflows through natural language.
Obsidian-in-a-Vat
AI-native knowledge vault MCP server: capture thoughts, auto-promote to structured notes, and build a knowledge graph with Louvain clustering, all from Claude Desktop.
Plausible Analytics
An MCP server for interacting with the Plausible Analytics API to access website traffic data.
AppleScript BB MCP Server
Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.
MATLAB MCP Core Server
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®.
Google Tasks
Integrate with Google Tasks to manage your to-do lists and tasks.
prototype assistant
The MCP tool that allows AI to directly create prototypes based on HTML enables rapid construction of software prototypes even without Figma or Axure.
MediaWiki MCP Server
Connect AI assistants to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis) with 33+ tools for search, read, edit, and Markdown conversion.
waitlister-mcp
MCP server for the Waitlister API. Manage your waitlist subscribers, track signups, and log views through AI assistants like Claude, Cursor, and Windsurf.