mdskills
← All tags

LLM & AI Agent Skills

AI agent skills for working with large language models. Prompt engineering, API integration, and AI workflow patterns.

222 listings

YouTube MCP Server

A Model Context Protocol (MCP) server for YouTube integration. Retrieve video transcripts, details, and metadata using YouTube's Data API. Get instant access to YouTube with our managed infrastructure - no setup required: 🔗 Get Free API Key → API Key Setup: Get your YouTube Data API key from the Google Cloud Console and enable the YouTube Data API v3. - Video Transcripts: Retrieve full video tran

6.01 weeklyKlavis-AI/klavis

MongoDB Lens

MongoDB Lens is a local Model Context Protocol (MCP) server with full featured access to MongoDB databases using natural language via LLMs to perform queries, run aggregations, optimize performance, and more. - Quick Start - Installation - Configuration - Client Setup - Data Protection - Test Suite - Disclaimer - Install MongoDB Lens - Configure MongoDB Lens - Set up your MCP Client (e.g. Claude D

8.01 weeklyfurey/mongodb-lens

Open Strategy Partners (OSP) Marketing Tools for LLMs

A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on Open Strategy Partners' proven methodologies. This software is based on the Model Context Protocol (MCP) and is can be used by any LLM client that supports the MCP. As of early February 2025, the LLM clients that support MCP include: - Claude desktop app is the easiest to use for

7.01 weeklyopen-strategy-partners/osp_marketing_tools

Serena

:rocket: Serena is a powerful coding agent toolkit capable of turning an LLM into a fully-featured agent that works directly on your codebase. Unlike most other tools, it is not tied to an LLM, framework or an interface, making it easy to use it in a variety of ways. :wrench: Serena provides essential semantic code retrieval and editing tools that are akin to an IDE's capabilities, extracting code

8.01 weeklyoraios/serena

LLM Application Dev Langchain Agent

You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph.

8.01 weeklysickn33/antigravity-awesome-skills

MCP OpenAPI Schema Explorer

MCP Server

An MCP (Model Context Protocol) server that provides token-efficient access to OpenAPI (v3.0) and Swagger (v2.0) specifications via MCP Resource Templates. The primary goal of this project is to allow MCP clients (like Cline or Claude Desktop) to explore the structure and details of large OpenAPI specifications without needing to load the entire file into an LLM's context window. It achieves this

7.0kadykov/mcp-openapi-schema-explorer

AniList MCP Server

MCP Server

A Model Context Protocol (MCP) server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList. - Search for anime, manga, characters, staff, and studios - Get detailed information about specific anime, manga, characters, and staff members - Access user profiles and lists - Support for advanced filtering optio

8.0yuna0x0/anilist-mcp

Cross-LLM MCP Server

MCP Server

An MCP (Model Context Protocol) server that provides unified access to multiple Large Language Model APIs for AI coding environments like Cursor and Claude Desktop. - 🌐 8 LLM Providers – ChatGPT, Claude, DeepSeek, Gemini, Grok, Kimi, Perplexity, Mistral - 🎯 Smart Model Selection – Tag-based preferences (coding, business, reasoning, math, creative, general) - 📊 Prompt Logging – Track all prompts

8.0JamesANZ/cross-llm-mcp

Piston MCP Server

MCP Server

Piston MCP Server piston-mcp is an MCP server that allows LLMs to connect to and execute code using Piston . You can try out piston-mcp locally without cloning it. To try out piston-mcp you'll need to install uv: You will also need to download an MCP client to connect to piston-mcp, such as Claude Desktop. Update the MCP client's configuration with the following configuration to connect to piston-

5.0alvii147/piston-mcp

Terminator

   Give AI assistants (Claude, Cursor, VS Code, etc.) the ability to control your desktop and automate tasks across any application. Claude Code (one-liner): Other clients (Cursor, VS Code, Windsurf, etc.): Add to your MCP config file: See the MCP Agent README for detailed setup instructions. - Uses your browser session - no need to relogin, keeps all your cookies and auth - Doesn't take

8.0mediar-ai/terminator

Apple Health MCP Server

MCP Server

Apple Health MCP Server Apple Health Data Exploration Connect your Apple Health data with any LLM that supports MCP. Talk to your data and get personalised insights. This demo shows how Claude uses the apple-health-mcp-server to answer questions about your data. Example prompts from the demo: - I would like you to help me analyze my Apple Health data. Let's start by analyzing the data types - chec

8.0the-momentum/apple-health-mcp-server

Empathy Framework

AI-powered developer workflows with cost optimization and pattern learning. Run code review, debugging, testing, and release workflows from your terminal or Claude Code. Smart tier routing saves 34-86% on LLM costs. -brightgreen) Empathy Framework is evolving to focus exclusively on Anthropic/Claude to unlock features impossible with multi-provider abstraction: - 📦 Prompt Caching: 90% cost reduct

7.0Smart-AI-Memory/empathy-framework

Alibaba Cloud Ops MCP Server

MCP Server

Alibaba Cloud Ops MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Alibaba Cloud APIs, enabling AI assistants to operate resources on Alibaba Cloud, supporting ECS, Cloud Monitor, OOS, OSS, VPC, RDS and other widely used cloud products. It also enables AI assistants to analyze, build, and deploy applications to Alibaba Cloud ECS instances. Smithery AI FC-

8.0aliyun/alibaba-cloud-ops-mcp-server

Code Assistant

An AI coding assistant built in Rust that provides both command-line and graphical interfaces for autonomous code analysis and modification. Multi-Modal Tool Execution: Adapts to different LLM capabilities with pluggable tool invocation modes - native function calling, XML-style tags, and triple-caret blocks - ensuring compatibility across various AI providers. Real-Time Streaming Interface: Advan

7.0stippi/code-assistant

Browserbase MCP Server

MCP Server

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need. This server provides cloud browser automation capabilities using Browse

9.0browserbase/mcp-server-browserbase

Csl Core

CSL-Core (Chimera Specification Language) is a deterministic safety layer for AI agents. Write rules in .csl files, verify them mathematically with Z3, enforce them at runtime — outside the model. The LLM never sees the rules. It simply cannot violate them. Originally built for Project Chimera, now open-source for any AI system. This doesn't work. LLMs can be prompt-injected, rules are probabilist

8.0Chimera-Protocol/csl-core

MCP Transcribe

MCP Server

Transcribe MCP Automate your transcriptions with AI. Transcribe MCP instantly connects your account to assistants like Claude, Windsurf, Cursor, and more so they can automate tasks on your behalf. The Local Server can add local files for transcription and return result to your Assistant in seconds. - ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python p

8.0transcribe-app/mcp-transcribe

Finding Duplicate Functions

Use when auditing a codebase for semantic duplication - functions that do the same thing but have different names or implementations. Especially useful for LLM-generated codebases where new functions are often created rather than reusing existing ones.

8.0obra/superpowers-lab

DroidMind 🧠

Control Android devices with AI through the Model Context Protocol DroidMind is a powerful bridge between AI assistants and Android devices, enabling control, debugging, and system analysis through natural language. By implementing the Model Context Protocol (MCP), DroidMind allows AI models to directly interact with Android devices via ADB in a secure, structured way. When used as part of an agen

8.0hyperb1iss/droidmind

Dialog MCP Server

MCP Server

mcp-name: io.github.king-of-the-grackles/reddit-research-mcp AI-Powered Reddit Intelligence for Market Research & Competitive Analysis Version: 1.0.0 Turn Reddit's chaos into actionable insights. Dialog is your all-in-one Reddit intelligence platform for competitive analysis, market research, and customer discovery across 20,000+ active subreddits. This is the official MCP server powering Dialog -

8.0king-of-the-grackles/reddit-research-mcp

Audio Transcriber

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration

7.0sickn33/antigravity-awesome-skills

Prometheus MCP Server

MCP Server

Give AI assistants the power to query your Prometheus metrics. A [Model Context Protocol][mcp] (MCP) server that provides access to your Prometheus metrics and queries through standardized MCP interfaces, allowing AI assistants to execute PromQL queries and analyze your metrics data. [mcp]: https://modelcontextprotocol.io - Prometheus server accessible from your environment - MCP-compatible client

8.0pab1it0/prometheus-mcp-server

YouTube Summarize

MCP server that fetches YouTube video transcripts and optionally summarizes them. - Fetch transcripts in multiple formats (text, JSON, SRT, WebVTT, pretty-print) - Summarize videos — returns transcript with instructions for the LLM to produce a summary - List available languages for any video's transcripts - Flexible URL parsing — accepts full YouTube URLs (youtube.com/watch?v=, youtu.be/, youtube

8.0zlatkoc/youtube-summarize

MCP Server Webcrawl

MCP Server

Advanced search and retrieval for web crawler data. With mcp-server-webcrawl, your AI client filters and analyzes web content under your direction or autonomously. The server includes a fulltext search interface with boolean support, and resource filtering by type, HTTP status, and more. mcp-server-webcrawl provides the LLM a complete menu with which to search, and works with a variety of web craw

8.0pragmar/mcp-server-webcrawl