Anthropic API Agent Skills
AI agent skills for Anthropic Claude API. Message creation, tool use, streaming, and Claude integration patterns.
112 listings
llmdm
MCP ServerA Go MCP server for D&D campaign state management, dice rolling, and session memory. - Serves a Model Context Protocol (MCP) toolset over stdio or streamable HTTP. - Stores campaign data in per-campaign SQLite databases. - Tracks characters, plot events/hooks, world flags, roll history, checkpoints, and session summaries. - Generates session briefs and markdown recaps for fast DM context restorati
MCP Wireshark
MCP ServerAn MCP server that exposes Wireshark/tshark capabilities to AI tools and IDEs. Capture live traffic, analyze .pcap files, apply display filters, follow TCP/UDP streams, and export to JSON — all via Claude Desktop, VS Code Copilot, or any MCP-compatible client. - Python 3.10+ - Wireshark/tshark installed and on PATH Linux: add your user to the wireshark group for non-root capture: Or with uv: ~/Lib
Claude Skills MCP Server
MCP ServerA Model Context Protocol (MCP) server that provides intelligent search capabilities for discovering relevant Claude Agent Skills using vector embeddings and semantic similarity. This server implements the same progressive disclosure architecture that Anthropic describes in their Agent Skills engineering blog, making specialized skills available to any MCP-compatible AI application. An open-source
World Intelligence MCP Server
MCP ServerReal-time global intelligence across 30+ domains with 109 MCP tools, a live ops-center dashboard, a CLI, and a Qdrant vector store for enterprise-grade semantic search across accumulated intelligence. All data comes from free, public APIs — no paid subscriptions required. Built for AI agents that need world awareness: market conditions, geopolitical risk, military posture, supply chain disruptions
Postman MCP Server
MCP ServerVersion: v0.2.0 An MCP server that provides access to the Postman API. Functionality is based on the official OpenAPI specification. For more information, see the Postman API documentation. This project is part of the Model Context Protocol (MCP) initiative from Anthropic. For more information, visit the MCP GitHub repository and the announcement on the Anthropic blog. Skip ahead to install instru
MCP Claude Hacker News
MCP ServerAn integration that allows Claude Desktop to interact with Hacker News using the Model Context Protocol (MCP). - Browse latest stories from Hacker News - View top and best-rated stories - Get story details - Read comments for stories - Clean formatting of Hacker News content for better readability - Node.js 16 or higher - Claude Desktop - Internet connection to access Hacker News API 1. Clone or d
Claude Debugs For You
aka Vibe Debugging This is an MCP Server and VS Code extension which enables claude to interactively debug and evaluate expressions. That means it should also work with other models / clients etc. but I only demonstrate it with Claude Desktop and Continue here. It's language-agnostic, assuming debugger console support and valid launch.json for debugging in VSCode. 1. Download the extension from re
MCP Context Provider
MCP ServerThe stable, glowing orb at the center represents the persistent context that survives across chat sessions. The flowing data streams show how ongoing conversations connect to and draw from this stable core of information, preventing context loss. A static MCP (Model Context Protocol) server that provides AI models with persistent tool context, preventing context loss between chat sessions. This se
Claude Critical Rules MCP Server
MCP ServerAn MCP (Model Context Protocol) server that makes critical best practices automatically available to Claude AI in every conversation. Based on exhaustive analysis of 96+ real documented failures over 6+ months of intensive production usage. The system provides 21 numbered rules organized into 5 categories, with automatic verification checklists, rule summaries, and auto-update capabilities. - 21 C
Fast Filesystem MCP
MCP ServerAdvanced filesystem operations for Claude Desktop with large file handling capabilities and Claude-optimized features. Add to your Claude Desktop config. - Basic setup - With backup files enabled Control backup file creation behavior. - CREATEBACKUPFILES=false (default): Disables backup file creation to reduce clutter - CREATEBACKUPFILES=true: Creates backup files before modifications Note: Backup
Markdownify MCP Server
MCP ServerMarkdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format. It provides a set of tools to transform PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text. - Convert multiple file types to Markdown: - Audio (with transcription) - Convert web content to Markdown: - YouTube video transcripts - Bing
Buildkite MCP Server
MCP ServerFull documentation is available at buildkite.com/docs/apis/mcp-server. When using many MCP tools, context usage can become significant. The --dynamic-toolsets flag enables Anthropic's Tool Search pattern which marks most tools for on-demand loading. To use this feature: 1. Start the server with the --dynamic-toolsets flag: 2. Enable tool search in Claude Code by setting the environment variable: W
K8s MCP Server
MCP ServerK8s MCP Server is a Docker-based server implementing Anthropic's Model Context Protocol (MCP) that enables Claude to run Kubernetes CLI tools (kubectl, istioctl, helm, argocd) in a secure, containerized environment. Session 1: Using k8s-mcp-server and Helm CLI to deploy a WordPress application in the claude-demo namespace, then intentionally breaking it by scaling the MariaDB StatefulSet to zero.
MCP Nixos
MCP Server🚨 No Nix/NixOS Required! Works on any system - Windows, macOS, Linux. You're just querying APIs. Your AI now has access to real NixOS data instead of making things up. You're welcome. An MCP server providing accurate, real-time information about: - NixOS packages - 130K+ packages that actually exist - NixOS options - 23K+ ways to configure your system - Home Manager - 5K+ options for dotfile enth
MCP Server for MySQL - Claude Code Edition
MCP Server- ✅ Claude Code Integration - Optimized for use with Anthropic's Claude Code CLI - ✅ SSH Tunnel Support - Built-in support for SSH tunnels to remote databases - ✅ Auto-start/stop Hooks - Automatic tunnel management with Claude start/stop - ✅ DDL Operations - Added MYSQLDISABLEREADONLYTRANSACTIONS for CREATE TABLE support - ✅ Multi-Project Setup - Easy configuration for multiple projects with diffe
MCP Web Research Server
MCP ServerA Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic. - Google search integration - Webpage content extraction - Research session tracking (list of visited pages, search queries, etc.) - Screenshot capture - Node.js >= 18 (includes npm and npx) - Claude Desktop app First, ensure you've downloaded and installed the Claude Desktop app
Hugging Face CLI
Execute Hugging Face Hub operations using the `hf` CLI. Use when the user needs to download models/datasets/spaces, upload files to Hub repositories, create repos, manage local cache, or run compute jobs on HF infrastructure. Covers authentication, file transfers, repository creation, cache operations, and cloud compute.
Connect AI to Your Confluence Knowledge Base
MCP ServerTransform how you access and interact with your team's knowledge by connecting Claude, Cursor AI, and other AI assistants directly to your Confluence spaces, pages, and documentation. Get instant answers from your knowledge base, search across all your spaces, and streamline your documentation workflow. - Ask AI about your documentation: "What's our API authentication process?" - Search across all
AgentSys
PluginAgentSys A modular runtime and orchestration system for AI agents.
Claude Mem
PluginPersistent memory compression system built for Claude Code. Gives your AI agent long-term memory across sessions with automatic context compression and retrieval.
Claude Code Plugins
PluginPlugins for Claude Code. Your world at a glance, without leaving the terminal. Track PRs, calendar, Slack, stocks, music—all in your statusline. The flow: /hub-setup → add monitors → alerts appear → /hub-ack for smart actions (merge PR, join meeting, reply to Slack). → Full documentation — workflow examples, all services, commands AI-powered market screening, without leaving the terminal. Screen s
Creating Skills
PluginGuide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context injection and subagent execution.
Voicemode Connect
MCP Server PluginRemote voice via VoiceMode Connect. Use when users want to add voice to Claude Code using their phone or web app, without local STT/TTS setup.
AI Wrapper Product
Expert in building products that wrap AI APIs (OpenAI, Anthropic, etc.) into focused tools people will pay for. Not just 'ChatGPT but different' - products that solve specific problems with AI. Covers prompt engineering for products, cost management, rate limiting, and building defensible AI businesses. Use when: AI wrapper, GPT product, AI tool, wrap AI, AI SaaS.