Pomera AI Commander
Enables the use of Pomera's text processing and web search tools within CrewAI's agentic frameworks to reduce token usage and handle long-running research tasks.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pomera AI Commanderextract all the email addresses and URLs from this text"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: mcp-json-tools
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-docxUbuntu/Debian
sudo apt-get install python3-tk
pip3 install requests reportlab python-docxWindows
Tkinter is included with Python from python.org.
pip install requests reportlab python-docxNote: 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 --helpOption C — Node.js (npm)
npm install -g pomera-ai-commander
# then run:
pomera-mcp --helpCreate 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.pyMCP 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityFmaintenanceIntentText MCP server lets AI agents parse, validate, query, diff, and render IntentText (.it) documents. It exposes 9 tools for safe parsing, workflow validation, HTML/print rendering, template merging, and round-trip source generation.Last updated103MIT- Alicense-qualityDmaintenanceAn MCP server that provides tools for JSON validation, diffing, and transformation operations such as flattening and renaming. It also enables data format conversion between JSON, CSV, and YAML to streamline data processing for AI agents.Last updated75MIT

onion-mcp-serverofficial
AlicenseAqualityCmaintenanceA feature-rich MCP server offering 30 tools across AI, code, text, data, web, and system categories, enabling tasks like chat, translation, code review, web scraping, and text processing.Last updated30MIT- Alicense-qualityDmaintenanceModular MCP server providing text preprocessing and NLP tools for AI agent ecosystems.Last updatedMIT
Related MCP Connectors
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Security-first WordPress MCP server. 129 tools for Claude, ChatGPT, Gemini. Free on wp.org.
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/matbanik/Pomera-AI-Commander'
If you have feedback or need assistance with the MCP directory API, please join our Discord server