mcp▌
88 indexed skills · max 10 per page
mcp:setup-arxiv-mcp
neolabhq/context-engineering-kit · Productivity
User Input:
mcp-chaining
parcadei/continuous-claude-v3 · AI/ML
A research-to-implement pipeline that chains 5 MCP tools for end-to-end workflows.
mcp-scripts
parcadei/continuous-claude-v3 · Productivity
MCP Script Rules \n When working with files in scripts/ : \n DO \n \n Use CLI arguments for all parameters (argparse) \n Include USAGE docstring at top of file \n Use call_mcp_tool(\"server__tool\", params) pattern \n Handle errors gracefully with informative messages \n Print results to stdout for Claude to process \n \n DON'T \n \n Hardcode parameters in the script \n Edit scripts to change parameters (use CLI args instead) \n Import from servers/ directly (use runtime.mcp_client) \n \n Tool N
xiaohongshu-mcp
tclawde/xiaohongshu-mcp-skill · Productivity
基于 xpzouying/xiaohongshu-mcp 构建
bnbchain-mcp
bnb-chain/bnbchain-skills · AI/ML
How to connect to the BNB Chain MCP server and use its tools: blocks, transactions, contracts, tokens, NFTs, wallet, ERC-8004 agents, and Greenfield. Use this skill when working with BNB Chain / opBNB / EVM or Greenfield via MCP.
grepai-mcp-cursor
yoanbernabeu/grepai-skills · AI/ML
This skill covers integrating GrepAI with Cursor IDE using the Model Context Protocol (MCP).
mcp:build-mcp
neolabhq/context-engineering-kit · Frontend
To create high-quality MCP (Model Context Protocol) servers that enable LLMs to effectively interact with external services, use this skill. An MCP server provides tools that allow LLMs to access external services and APIs. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks using the tools provided.
mcp-builder
davila7/claude-code-templates · Frontend
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.
grepai-mcp-claude
yoanbernabeu/grepai-skills · AI/ML
This skill covers integrating GrepAI with Claude Code using the Model Context Protocol (MCP).
openai-apps-mcp
jezweb/claude-skills · AI/ML
Build ChatGPT apps with MCP servers on Cloudflare Workers, extending ChatGPT with custom tools and interactive HTML/JS widgets. \n \n Implements JSON-RPC 2.0 MCP protocol with tool registration, execution, and widget resource serving via ASSETS binding \n Requires CORS allowlist for https://chatgpt.com , ui://widget/ URI prefix for widgets, and text/html+skybridge MIME type \n Prevents 14 documented issues including CORS blocks, widget 404s, MIME type misconfigurations, SSE timeouts, and Next.js