mcp▌
88 indexed skills · max 10 per page
mcp-setup
yeachan-heo/oh-my-claudecode · Productivity
Configure Model Context Protocol (MCP) servers to extend Claude Code's capabilities with external tools like web search, file system access, and GitHub integration.
mcp-create-declarative-agent
github/awesome-copilot · Productivity
Scaffold a declarative agent for Microsoft 365 Copilot integrated with an MCP server. \n \n Generates complete project structure including manifest.json, declarativeAgent.json, and ai-plugin.json with tool definitions auto-imported from MCP servers \n Supports OAuth 2.0 and SSO authentication with environment variable configuration and secure credential storage \n Provides response semantics mapping to extract and format API response data for Copilot consumption \n Includes MCP server integratio
mcp-duckgo
aahl/skills · Backend
Web search and content scraping via DuckDuckGo with configurable result limits. \n \n Provides two core commands: search for querying the web with customizable result counts, and fetch_content for scraping full page content from URLs \n Integrates with the DuckDuckGo MCP Server for real-time search results and webpage extraction \n Useful for agents that need to gather current information, verify facts, or extract text from live web pages \n
building-mcp-server-on-cloudflare
cloudflare/skills · Cloud
Build and deploy remote MCP servers on Cloudflare Workers with tools and OAuth authentication. \n \n Define tools using Zod-validated parameters and expose them via MCP protocol; supports text responses, external API calls, and database bindings \n Two deployment modes: public servers (no auth) and OAuth-protected servers (GitHub, Google, Auth0, and other providers) \n Test locally with MCP Inspector, deploy with Wrangler CLI, and connect clients via Claude Desktop or other MCP-compatible applic
n8n-mcp-tools-expert
czlonkowski/n8n-skills · Productivity
$22
mcp-cli
github/awesome-copilot · Productivity
Command-line interface for discovering and executing MCP server tools and external integrations. \n \n Five core commands cover server discovery, tool exploration, schema inspection, execution, and grep-based searching across all available tools \n Supports JSON input/output for scripting, raw text extraction, and description flags for verbose tool documentation \n Handles complex JSON arguments via heredoc, stdin piping, or file input to accommodate special characters and multi-line payloads \n
lark-mcp
whatevertogo/feishuskill · Productivity
$22
mcp-integration
anthropics/claude-plugins-official · Productivity
Integrate external services into Claude Code plugins via Model Context Protocol servers with four connection types. \n \n Supports four server types: stdio for local processes, SSE for OAuth-enabled hosted services, HTTP for REST APIs with token auth, and WebSocket for real-time bidirectional communication \n Configure MCP servers in dedicated .mcp.json file or inline in plugin.json with environment variable expansion and automatic tool discovery \n Tools are automatically namespaced and prefixe