LLM & AI Agent Skills
AI agent skills for working with large language models. Prompt engineering, API integration, and AI workflow patterns.
223 listings
context-awesome : awesome references for your agents
A Model Context Protocol (MCP) server that provides access to all the curated awesome lists and their items. It can provide the best resources for your agent from sections of the 8500+ awesome lists on github and more then 1mn+ (growing) awesome row items. What are Awesome Lists? Awesome lists are community-curated collections of the best tools, libraries, and resources on any topic - from machine
Memory MCP Server
MCP ServerAn MCP (Model Context Protocol) server that provides memory management and context window caching for AI coding environments like Cursor and Claude Desktop. - 💾 Persistent Storage – MongoDB-backed memory that survives sessions - 🧠 Context Caching – Intelligent archiving and retrieval of conversation context - 🏷️ Tag-based Search – Organize and find memories by tags - 📊 Relevance Scoring – Auto
Mem0 MCP Server
MCP Servermem0-mcp-server wraps the official Mem0 Memory API as a Model Context Protocol (MCP) server so any MCP-compatible client (Claude Desktop, Cursor, custom agents) can add, search, update, and delete long-term memories. The server exposes the following tools to your LLM: All responses are JSON strings returned directly from the Mem0 API. There are three ways to use the Mem0 MCP Server: 1. Python Pack
SearXNG MCP Server
MCP ServerAn MCP server implementation that integrates the SearXNG API, providing web search capabilities. - Web Search: General queries, news, articles, with pagination. - URL Content Reading: Advanced content extraction with pagination, section filtering, and heading extraction. - Intelligent Caching: URL content is cached with TTL (Time-To-Live) to improve performance and reduce redundant requests. - Pag
Semantic API MCP Server
MCP ServerAn MCP (Model Context Protocol) server that lets Claude, ChatGPT, and other LLM agents search and discover APIs using natural language via Semantic API. Ask for any API capability in plain English and get back endpoint details, parameters, auth info, and code snippets. Or run directly with uvx: Sign up at semanticapi.dev to get your API key. Add to your Claude Desktop config (~/Library/Application
Thales CDSP CRDP MCP Server
MCP ServerA Model Context Protocol (MCP) server that allows interacting with the CipherTrust RestFul Data Protection (CRDP) service. This MCP server enables AI applications and LLMs to securely protect and reveal sensitive data through the CipherTrust CRDP service. It supports both individual and bulk protect and reveal operations with versioning support. - Video 1: [https://youtu.be/O2pQRoykaaU] - Deployme
Apktool MCP Server
MCP Server⚡ Fully automated MCP server built on top of apktool to analyze Android APKs using LLMs like Claude — uncover vulnerabilities, parse manifests, and reverse engineer effortlessly. Image generated using AI tools. apktool-mcp-server is a MCP server for the Apk Tool that integrates directly with Model Context Protocol (MCP) to provide live reverse engineering support with LLMs like Claude. Think: "Dec
Facebook MCP Server
MCP ServerThis project is a MCP server for automating and managing interactions on a Facebook Page using the Facebook Graph API. It exposes tools to create posts, moderate comments, fetch post insights, and filter negative feedback — ready to plug into Claude, or other LLM-based agents. This MCP provides a suite of AI-callable tools that connect directly to a Facebook Page, abstracting common API operations
Parallel Search MCP
MCP ServerThe Parallel Search MCP allows using Parallel Search API from within any MCP-compatible LLM client. It is meant for daily use for everyday smaller web-search tasks. Please read our MCP docs here for more details. The official installation instructions can be found here. Running locally This is a Search MCP proxy server (https://search-mcp.parallel.ai) that proxies /mcp to https://mcp.parallel.ai/v
arxiv-latex MCP Server
MCP ServerAn MCP server that enables Claude Desktop, Claude Code, Cursor, or other MCP clients to directly access and process arXiv papers by fetching the LaTeX source. It uses arxiv-to-prompt under the hood to handle downloading and processing the LaTeX. Why use the LaTeX source instead of uploading PDFs? Many PDF chat applications often struggle with mathematical content and equation-heavy papers. By util
MCP Git Ingest
MCP ServerA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files. Inspired by gitingest. Using mcp-client-cli:
System Prompts MCP Server
MCP ServerAn MCP (Model Context Protocol) server that exposes a collection of system prompts, summaries, and tool definitions from popular AI tools as MCP tools for AI coding environments like Cursor and Claude Desktop. - 🔍 Automatic Discovery – Every prompt in prompts/ is automatically exposed as an MCP tool - 🎯 Model-Aware Suggestions – Get prompt recommendations based on your LLM (Claude, GPT, Gemini,
Dolphindb MCP Server
MCP Server通过 uvx 安装并运行: 安装完成后,直接运行: 运行后你可以直接使用工具,例如: 或(如果是 uvx 安装): 好的,这是转换后的 Markdown 版本: 好的,这是转换后的 Markdown 版本: 1. 配置环境变量(可选) 你可以通过 .env 文件或系统环境变量配置 DolphinDB 的连接信息: 也可以不设置,系统将使用默认值。 该命令会启动 MCP 插件服务,供外部调用。 3. FastMCP Agent 使用示例 启动后,你的工具将通过 FastMCP 对外暴露以下函数接口: listtbs(dbName: str) querytablediskusage(database: str, tableName: str) querydolphindb(script: str) 可通过 MCP 前端界面或对接 LLM 工具链来进行访问。
Autoresearch ML
PluginEdit code → commit → run benchmark → measure metric → keep improvement or revert → repeat forever. Works for any optimization target: LLM training loss, test speed, bundle size, build time, Lighthouse scores, and more. Inspired by Karpathy's autoresearch, pi-autoresearch, and litesearch. This plugin provides two skills that work together. Autoresearch is the core engine (works for any metric), and
Godoc MCP Server
MCP Serversearch golang packages and their docs from pkg.go.dev, provide the infomation to llm as mcp server You can download the compiled binary from the releases page. Or you can install it from source, compile it by yourself: just use your client to request. it servers on stdio - localCache - [x] use a local cache to avoid search every time(From reddit user) - searchPackage - [x] imported by how many pac
MCP Simple Arxiv
MCP ServerAn MCP server that provides access to arXiv papers through their API. This server allows LLM clients (like Claude Desktop) to: - Search for scientific papers on arXiv by title and abstract content - Filter search results by submission date range - Control search result sorting (by submission date, update date, or relevance) - See total matching results count to gauge search specificity - Get paper
Email MCP Server
MCP ServerAn MCP (Model Context Protocol) server providing comprehensive email capabilities via IMAP and SMTP. Enables AI assistants to read, search, send, manage, schedule, and analyze emails across multiple accounts. Exposes 47 tools, 7 prompts, and 6 resources over the MCP protocol with OAuth2 support (experimental), email scheduling, calendar extraction, analytics, provider-aware label management, real-
MCP Server for Milvus
MCP ServerThis repository contains a MCP server that provides access to Milvus vector database functionality. Before using this MCP server, ensure you have: - Python 3.10 or higher - A running Milvus instance (local or remote) - uv installed (recommended for running the server) The recommended way to use this MCP server is to run it directly with uv without installation. This is how both Claude Desktop and
mcp-shell 🐚
MCP ServerA robust Model Context Protocol (MCP) server that provides secure shell command execution capabilities to AI assistants and other MCP clients. In other words: the brain thinks, this runs the commands. This tool creates a bridge between AI systems and your shell environment through the standardized MCP protocol. It exposes the system shell as a structured tool, enabling autonomous workflows, tool-a
MCP Notify Server
MCP ServerEnglish | 中文 A MCP server that send desktop notifications with sound effect when agent tasks are completed. - Send system desktop notifications after agent tasks completion - Play alert sounds to grab user attention, with sound file inside. - Cross-platform support (Windows, macOS, Linux) - Based on standard MCP protocol, integrates with various LLM clients After installation, call the module dire
Torrentclaw MCP
MCP ServerModel Context Protocol server for TorrentClaw — giving AI assistants the ability to search movies and TV shows, find torrents with magnet links, check streaming availability, and explore cast/crew metadata. torrentclaw-mcp is developed by TorrentClaw as part of its open-source ecosystem. It wraps the TorrentClaw API into the MCP standard so that any compatible AI assistant (Claude, GPT, etc.) can
MCP Server Js
MCP ServerAn MCP (Model Context Protocol) server that enables AI platforms to interact with YepCode's infrastructure. Run LLM generated scripts and turn your YepCode processes into powerful tools that AI assistants can use directly. - Seamless AI Integration: Convert YepCode processes into AI-ready tools with zero configuration - Real-time Process Control: Enable direct interaction between AI systems and yo
MCP Twikit
MCP ServerA Model Context Protocol (MCP) server for interacting with Twitter. To install Twikit Twitter Search for Claude Desktop automatically via Smithery: Using mcp-client-cli
Nostr MCP Server
MCP ServerA Model Context Protocol (MCP) server that enables AI models to interact with Nostr, allowing them to post notes and interact with the freedom of speech protocol. Censorship resistance matters, even for LLMs. BTW, you should join Nostr now! - 📝 Post notes to Nostr network - 🔌 Connect to multiple relays - 🤖 MCP-compliant API for AI integration - 💸 Send Lightning zaps to Nostr users (WIP) - 📡 S