mcp▌
103 indexed skills · max 10 per page
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
blender-mcp
vladmdgolam/agent-skills · Productivity
Use structured MCP tools (get_scene_info, screenshot) for quick inspection.
mcp-cli-scripts
jezweb/claude-skills · Productivity
Companion CLI scripts for MCP servers with file I/O, batch processing, and local caching. \n \n Provides one script per MCP tool with extended capabilities: batch input/output files, result caching, multiple output formats (JSON, CSV, table), and parallel processing \n Uses consistent argument patterns across all scripts ( --input , --output , --format , --profile , --verbose ) for predictable developer experience \n Scripts output structured JSON by default for easy parsing by Claude Code, with
cloudflare-mcp-server
jezweb/claude-skills · Cloud
Deploy remote MCP servers on Cloudflare Workers with TypeScript, OAuth, and Durable Objects. \n \n Supports SSE and HTTP Streamable transports with automatic WebSocket hibernation for stateful sessions; choose from five auth templates (no-auth, bearer, GitHub/Google OAuth, enterprise SSO) \n Base path configuration is critical—server and client URLs must match exactly (e.g., serveSSE(\"/sse\") requires client URL https://worker.dev/sse , not https://worker.dev ) \n Includes 24 documented error s
typescript-mcp
jezweb/claude-skills · Backend
Build MCP servers with TypeScript on Cloudflare Workers, preventing 20 documented production issues. \n \n Supports tools, resources, prompts, tasks, and three authentication patterns (API keys, OAuth, Zero Trust) with built-in Cloudflare service integrations (D1, KV, R2, Vectorize) \n Requires fresh McpServer instance per HTTP request and StreamableHTTPServerTransport for production; SSE transport is deprecated \n Prevents critical issues including server instance reuse breaking concurrent sess