Pomera AI Commander
A text processing workbench and MCP server that provides 22 tools for cleaning, transforming, and extracting data from text. It enables AI assistants to perform complex operations like regex extraction, log normalization, and encoding through a unified interface.
README
Pomera AI Commander (PAC)
<p align="center"> <img src="resources/icon.png" alt="Pomera - the fluffy Pomeranian mascot" width="128" height="128"> </p>
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).
Hook: Stop pasting text into 10 random websites. Pomera gives you one place (GUI + MCP) to do the 90% text ops you repeat every week.
Download latest release · Docs: Tools · MCP Guide · 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 python-tk@3.14
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"
}
}
}
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"pomera": {
"command": "pomera-ai-commander"
}
}
}
💡 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
See the full MCP Server Guide for Antigravity, executable configs, and troubleshooting.
License
MIT License - see LICENSE for details.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.