Packages
4946 resultsDynamic Shell Server
MCP server providing dynamic shell command execution capabilities to AI agents. Enables agents to run shell commands, scripts, and system operations with configurable permissions and command filtering — providing a controlled interface to shell execution rather than unrestricted terminal access.
Haskell MCP Server
MCP server providing Haskell language tooling to AI agents — enabling agents to evaluate Haskell expressions, type-check code, run GHCi REPL sessions, compile Haskell modules, and get type information. Integrates Haskell's powerful type system and functional programming capabilities into AI-assisted development workflows.
Linear Streamable MCP Server
Linear MCP server (streamable variant) enabling AI agents to interact with Linear's engineering project management platform — creating and managing issues, updating project status, querying teams and cycles, and integrating Linear's developer-focused PM tool into agent-driven engineering workflow automation.
MCP Doc Server
Documentation MCP server enabling AI agents to serve and search technical documentation — indexing documentation sites, Markdown files, or API references, and exposing them as searchable knowledge bases for agents. Makes local or hosted documentation accessible to AI agents for context-aware responses without requiring documentation to be in the LLM's training data.
MCP Forge — MCP Server Template & Scaffolding
MCP Forge scaffolding tool and template system for creating new MCP servers — providing project templates, code generation, and bootstrapping utilities to quickly create well-structured MCP servers with Go, reducing boilerplate and helping developers follow MCP protocol best practices from the start.
MCP OpenAPI Server
MCP server that transforms any OpenAPI specification into MCP tools, enabling AI agents to discover and call REST API endpoints dynamically. Supports multiple tool loading modes, mTLS, and custom auth headers.
MCP Server Airbnb — Airbnb Listing Search & Details
An MCP server (also available as a Claude Desktop Extension) that enables AI agents to search Airbnb listings by location, dates, guests, and price range, and retrieve detailed property information including amenities, house rules, and coordinates.
MCP Server Simulator iOS IDB
MCP server that enables LLMs to control iOS simulators through natural language commands via Facebook's idb. Supports simulator management, app lifecycle, UI interaction, screenshot capture, accessibility inspection, location simulation, crash log monitoring, and screen recording.
Microsoft Office MCP Server
Microsoft Office MCP server enabling AI agents to create and manipulate Microsoft Office documents — generating PowerPoint presentations, creating and editing Word documents, working with Excel spreadsheets, and integrating Microsoft Office document creation into agent-driven content and productivity workflows.
Node.js MCP Server Template
Node.js MCP server template or base implementation providing a foundation for building custom MCP servers in Node.js/TypeScript — including project structure, example tool implementations, TypeScript types, and development tooling setup. Serves as a starting point for developers building their own MCP servers with the JavaScript/TypeScript ecosystem.
Ollama MCP Bridge
Ollama MCP Bridge enabling AI agents to use Ollama local LLMs as MCP tools — routing tool calls and LLM inference requests to locally-running Ollama models, enabling agents to delegate tasks to local models (Llama 3, Mistral, Phi, Gemma, etc.), and providing a bridge between MCP-based agent frameworks and Ollama's local inference API.
PostgreSQL MCP Server
Community MCP server for PostgreSQL enabling AI agents to execute queries, inspect schema, and manage data in PostgreSQL databases — the foundational relational database for agent data access.
Redis Cloud API
Managed Redis service providing in-memory data storage for caching, session management, pub/sub messaging, and vector similarity search with Redis Stack modules.
Scout APM MCP Server
Official MCP server from ScoutAPM (scoutapp org) for Scout APM — the developer-friendly application performance monitoring service. Enables AI agents to query Scout APM for transaction traces, performance bottlenecks, slow queries, memory/CPU metrics, and deployment tracking — supporting AI-driven performance analysis workflows.
Terminal MCP Server
Terminal MCP server enabling AI agents to execute shell commands and interact with the local terminal — running bash/shell commands, capturing stdout/stderr, managing working directories, and integrating system-level command execution into agent-driven development and automation workflows.
jinni
Efficiently consolidates project files into a single formatted output for LLM context, with intelligent filtering of binary/build artifacts, .contextfiles configuration, encoding support, and both CLI and MCP server interfaces.
Datadog MCP Server
Datadog MCP server enabling AI agents to interact with Datadog's observability platform — querying metrics and dashboards, searching logs, checking monitor status, retrieving APM traces, and integrating Datadog's monitoring capabilities into agent-driven incident response, SRE automation, and observability workflows.
KSail — Kubernetes Local Development MCP
KSail MCP server enabling AI agents to manage local Kubernetes clusters — creating and managing Kind/K3d clusters, deploying workloads, managing Kubernetes manifests, and integrating local Kubernetes development workflows into agent-driven DevOps and platform engineering automation.
Mistral AI MCP Server
MCP server for Mistral AI — the European open-weight and commercial LLM provider. Enables AI agents to call Mistral models (Mistral Large, Mistral Small, Codestral, Mixtral) for text generation, code completion, and embeddings. Useful for European data-residency requirements where US-based AI providers may be restricted.
Pandas MCP Server
MCP server providing AI agents with direct pandas DataFrame manipulation capabilities — loading CSV/Excel/JSON files into DataFrames, performing aggregations, filtering, joining, pivoting, and statistical analysis through MCP tool calls. Brings Python's most powerful data manipulation library into agent workflows without requiring code generation.