API Integration

Wrappers around third-party REST, GraphQL, and webhook APIs — Stripe, Twilio, SendGrid, GitHub, and similar services.

OAuth misconfiguration · token exposure · SSRF
7,046Total Servers
Sort:7,046 servers
ServerLanguageStarsDownloads
Atomic CSS

Utility CSS for any platform — near-zero learning curve. Built for developers and AI alike

by Yoodaekyung

AT Protocol Documentation

Searchable knowledge base for the AT Protocol ecosystem including protocol documentation, lexicon schemas, Bluesky developer API docs, and cookbook examples powered by semantic search.

8
Attestix

AI agent identity, W3C credentials, EU AI Act compliance. 47 MCP tools.

by VibeTensor

Python
Attestor

Self-hosted memory for agent teams. Bi-temporal replay, deterministic retrieval, audit log.

by bolnet

Python
Attom

ATTOM MCP — Premium real estate data from ATTOM Data Solutions

by pipeworx-io

Attrove

Query your users' Gmail, Slack, and Calendar with AI — Plaid for productivity apps

by attrove

TypeScript
Audio Transcriber (OpenAI Whisper)

Provides speech-to-text transcription capabilities using OpenAI's Whisper API with configurable language settings and optional file saving

TypeScript9
Augment Weather Agent

Provide natural language weather information and forecasts for any city worldwide. Answer user queries about current weather and 7-day forecasts with full Turkish language support. Integrate easily via REST API endpoints for chat and direct weather data access.

Auralis Commander

Windows-native system operations server providing shell command execution, file management, process control, and system monitoring through PowerShell and native Windows APIs.

4
Australian Economic Data (RBA & ABS)

MCP server for Australian macroeconomic data from the Reserve Bank of Australia (RBA) and Australian Bureau of Statistics (ABS).

by AnthonyPuggs

Python2
@auth0/auth0-mcp-server

Auth0 Model Context Protocol (MCP) Server (Beta) — A secure and extendable implementation of an MCP server that provides AI assistants with controlled access to the Auth0 Management API through natural language. This project is in beta and not intended fo

by GitHub Actions

TypeScript106
Authentik MCP Server

Manage Authentik through AI assistants

by Samik081

TypeScript
AuthProof

Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.

by kaleckh

TypeScript
autoapply-mcp

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.

Autodesk Revit MCP Server

MCP server connecting AI assistants to Autodesk Revit through a local bridge.

by Sam-AEC

automagik-tools

From API to AI in 30 Seconds - Transform any API into an intelligent MCP agent that learns, adapts, and speaks human

by namastexlabs

Python15
autopayos-mcp-server

Model Context Protocol (MCP) server exposing AutoPayOS payment capabilities as MCP tools

by bashark211

TypeScript
Autopilots by Dania.ai

Social media automation with AI — publish, schedule, campaigns, DMs, analytics across 5 platforms.

by carlosdania

Autotask

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

by wyre-technology

auto-terminal

# Auto Terminal <img src="app_icon.png" width="128" /> [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](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

@avala-ai/mcp-server

MCP server for the Avala API

by emal-avala

TypeScript
Avalanche AVAX MCP

Search and retrieve Avalanche blockchain documentation for building on AVAX.

by Airpote

@avallon-labs/mcp

Avallon API MCP server - generated from OpenAPI

by GitHub Actions

TypeScript
Avanan

MCP server for Check Point Harmony Email & Collaboration (Avanan) email security.

by wyre-technology

avanza-mcp

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.

by AnteWall

Python13