18,186 MCP servers crawled across 12 categories. 164 deterministic detection rules. Evidence chains, not vibes.
Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.
AutoApply automates job applications using a real Playwright browser. Save your profile once — name, email, phone, address, work authorization, demographics, salary — then point Claude at any job URL and it handles the rest. What it does: Opens the job application in a real Chromium browser Auto-fills all standard fields including React-Select dropdowns (Greenhouse, Lever, Ashby, Workday, LinkedIn Easy Apply) Returns unique/open-ended questions for Claude to answer with context about the role Takes screenshots after each step so you can review before submitting Remembers custom question answers (e.g. "Are you located in SF?" → Yes) so they auto-fill next time Quickstart: Call register to get an API key Call save_profile with your details Call open_job_application with any job URL Call fill_known_fields — Claude fills the form and surfaces any open questions Answer the open questions, review the screenshot, submit No browser extension or local setup required. Fully remote.
MCP server connecting AI assistants to Autodesk Revit through a local bridge.
From API to AI in 30 Seconds - Transform any API into an intelligent MCP agent that learns, adapts, and speaks human
Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms.
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
# Auto Terminal <img src="app_icon.png" width="128" /> [](https://buymeacoffee.com/hs03) **Auto Terminal** is a powerful process manager and terminal automation tool that doubles as a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server. It allows AI agents (like Cursor, Claude Desktop) to execute terminal commands, manage background processes, and monitor output in real-time. ## Features - **GUI & MCP Hybrid**: Runs as a standalone GUI application or a background MCP server. - **Process Management**: Start, stop, and restart background processes easily. - **Real-time Logs**: View live stdout/stderr logs for any running process. - **Terminal Automation**: Execute arbitrary shell commands via MCP tools. - **MacOS Optimized**: Native Dock icon support. ## Installation ```bash git clone https://github.com/hoseoglee/auto-terminal.git cd auto-terminal # Create virtual environment python3 -m venv .venv source .venv/bin/activate # Install dependencies pip install -r requirements.txt ``` ## Usage ### 1. GUI Mode Run the application with a graphical interface to manage processes manually. ```bash python gui_launcher.py ``` ### 2. MCP Server Mode This project uses `fastmcp` to expose tools to AI agents. #### Arguments - `--mcp`: Starts in MCP mode. - `--sse`: Uses Server-Sent Events (SSE) transport (default on port 8000). ## MCP Configuration (for Cursor / Claude) Add the following configuration to your `config.json` (Cursor) or `claude_desktop_config.json`. **Option A: Run Directly (stdio)** *Recommended for local usage.* ```json { "mcpServers": { "auto-terminal": { "command": "/absolute/path/to/auto-terminal/.venv/bin/python", "args": [ "/absolute/path/to/auto-terminal/gui_launcher.py", "--mcp" ] } } } ``` **Option B: SSE Mode** ```json { "mcpServers": { "auto-terminal": { "url": "http://localhost:8000/sse", "transport": "sse" } } } ``` ## Available Tools The MCP server exposes the following tools to the AI: - `list_programs()`: List configured and running processes. - `start_program(name)`: Start a specific program. - `stop_program(name)`: Stop a running program. - `restart_program(name)`: Restart a program. - `run_terminal_command(command, name, cwd)`: Execute any shell command. - `get_program_logs(name, lines)`: Fetch recent logs. - `send_program_input(name, input_text)`: Send stdin to a process. - `add_program_config(name, command, cwd)`: Save a new program configuration. - `remove_program_config(name)`: Remove a configuration. ## License MIT License
MCP server for the Avala API
Search and retrieve Avalanche blockchain documentation for building on AVAX.
Avallon API MCP server - generated from OpenAPI
MCP server for Check Point Harmony Email & Collaboration (Avanan) email security.
A Model Context Protocol (MCP) server providing access to Avanza's API. Get real-time Swedish stock quotes, fund information, charts, and comprehensive market data.
Integrate with AverbePorto to streamline authentication and document submission using AI tools. Effortlessly manage your cargo insurance endorsements and access essential services through a secure API. Enhance your workflow with automated document handling and protocol consultations.
An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types ✈️.
Schema conversion and schema-driven code generation MCP server.
Search Turkish laws, court decisions, and legal documents using AI.
Search federal government contract opportunities from SAM.gov via Claude
A curated list of resources dedicated to open source GitHub repositories related to ChatGPT, OpenAI API, and Codex
Automated collection of Claude Code plugin adoption metrics across GitHub repositories using n8n workflows
Model Context Protocol server for awesome-copilot agents and collections
Integrate the DeepSeek API into popular software
Curated list of GitHub projects I starred over the years
Collection of Awesome GitHub Repositories
A curated list of awesome learning resources for a Software Test Automation Engineer