mdskills
← All tags

Cursor AI Agent Skills

AI agent skills designed for Cursor IDE. Custom rules, workspace setup, and Cursor-specific workflows.

235 listings

Godot MCP Pro

84 AI-powered tools connecting Claude, Cursor, and other AI assistants directly to your Godot editor. Real-time bidirectional communication. No file polling. No CLI subprocess spawning. - Full Undo/Redo - All mutations go through Godot's UndoRedo system - Smart Type Parsing - "Vector2(100,200)", "ff0000", "Color(1,0,0)" auto-converted - Auto-Reconnect - Exponential backoff (1s -> 60s max) - Heartb

8.01 downloadsyouichi-uda/godot-mcp-pro

Agent Skills for WordPress

Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.

7.01 downloadsWordPress/agent-skills

ScrapeBadger MCP Server

MCP Server

ScrapeBadger MCP Server Give your AI agents access to Twitter/X data via the Model Context Protocol ScrapeBadger MCP Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude, ChatGPT, Cursor, Windsurf, and other MCP-compatible clients to access Twitter/X data through the ScrapeBadger API. With this MCP server, your AI can: - Get Twitter user profiles, followers, and f

8.01 downloadsscrape-badger/scrapebadger-mcp

OpenStreetMap (OSM) MCP Server

MCP Server

An OpenStreetMap MCP server implementation that enhances LLM capabilities with location-based services and geospatial data. - osm-mcp-server: The main server, available for public use. This server provides LLMs with tools to interact with OpenStreetMap data, enabling location-based applications to: - Geocode addresses and place names to coordinates - Reverse geocode coordinates to addresses - Find

8.01 downloadsjagan-shanmugam/open-streetmap-mcp

OpenAPI MCP Server

MCP Server

A Model Context Protocol (MCP) server for Claude/Cursor that enables searching and exploring OpenAPI specifications through oapis.org. - Demo: https://x.com/janwilmake/status/1903497808134496583 - HN Thread: https://news.ycombinator.com/item?id=43447278 - OpenAPISearch: https://github.com/janwilmake/openapisearch - OAPIS: https://github.com/janwilmake/oapis The MCP works by applying a 3 step proce

7.01 downloadssnaggle-ai/openapi-mcp-server

Event Tracking Skill

Use when the request is end-to-end, spans multiple workflow phases, or the correct tracking-workflow entry point is still unclear.

8.31 downloadsjtrackingai/event-tracking-skill

Quip MCP Server

MCP Server

A Model Context Protocol (MCP) server providing AI assistants with comprehensive Quip document access and management. - Full Document Lifecycle: Create, read, edit, delete Quip documents - Smart Search: Find documents with comprehensive search capabilities - Recent Documents: Access your recently viewed/edited documents - User Management: Get user information and details - Comments: Retrieve and m

8.0bug-breeder/quip-mcp

Next.js Vercel TypeScript

Rules

You are an expert in TypeScript, Node.

6.0PatrickJS/awesome-cursorrules

Xian Smart Contracts Cursor Rules

Rules

Xian Smart Contract Development - Cursor Rules

8.0PatrickJS/awesome-cursorrules

Hugging Face Jobs

This skill should be used when users want to run any workload on Hugging Face Jobs infrastructure. Covers UV scripts, Docker-based jobs, hardware selection, cost estimation, authentication with tokens, secrets management, timeout configuration, and result persistence. Designed for general-purpose compute workloads including data processing, inference, experiments, batch jobs, and any Python-based tasks.

8.0huggingface/skills

Linkedapi MCP

MCP Server

Linked API MCP server connects your LinkedIn account to AI assistants like Claude, Cursor, and VS Code. Ask them to search for leads, send messages, analyze profiles, and much more – they'll handle it through our cloud browser, safely and automatically. - Sales automation assistant. Ask your AI to find leads, check their profiles, and draft personalized outreach. It can search for "software engine

6.0Linked-API/linkedapi-mcp

MCP Ragchat

MCP Server

mcp-ragchat An MCP server that adds RAG-powered AI chat to any website. One command from Claude Code. Tell Claude Code "add AI chat to mysite.com" and it will crawl your content, build a local vector store, spin up a chat server, and hand you an embed snippet. No cloud infra. No database. Just one API key. 1. Clone and build 2. Configure Claude Code (~/.claude/mcp.json) Open Claude Code and say: C

8.0gogabrielordonez/mcp-ragchat

Angular Novo Elements

Rules

.cursor

6.0PatrickJS/awesome-cursorrules

Competitive Ads Extractor

Extracts and analyzes competitors' ads from ad libraries (Facebook, LinkedIn, etc.) to understand what messaging, problems, and creative approaches are working. Helps inspire and improve your own ad campaigns.

8.0ComposioHQ/awesome-claude-skills

Hugging Face Evaluation

Add and manage evaluation results in Hugging Face model cards. Supports extracting eval tables from README content, importing scores from Artificial Analysis API, and running custom model evaluations with vLLM/lighteval. Works with the model-index metadata format.

9.0huggingface/skills

NPM Package Docs MCP

MCP Server

A Model Context Protocol (MCP) tool that provides up-to-date documentation for npm packages directly in your IDE. This tool fetches the latest README documentation from either the package's GitHub repository or the README bundled with the npm package itself. This MCP tool helps your IDE (like Cursor) get the most current documentation for any npm package instead of relying on outdated or incomplet

8.0meanands/npm-package-docs-mcp

Gridinsoft/mcp Inspector

MCP Server

MCP (Model Context Protocol) server for domain and URL security analysis powered by GridinSoft Inspector. This MCP server allows your AI agent (Claude, Cursor, etc.) to verify any website or link. It helps answer the critical question: "Can I trust this site?" - Domain Reputation - Check if a site is well-known, safe, or suspicious. - Phishing Detection - Identify fraudulent pages designed to stea

8.0gridinsoft/mcp-inspector

GitHub Repo MCP

MCP Server

GitHub Repo MCP is an open-source MCP server that lets your AI assistants browse GitHub repositories, explore directories, and view file contents. Getting started • Feature overview - 💻 Compatible with Cursor, Windsurf, Claude Desktop, and other MCP clients supporting stdio protocol - 🔎 Browse the contents of any public GitHub repository - 📂 Navigate through repository directories and subdirect

8.0Ryan0204/github-repo-mcp

Bilibili MCP

MCP Server

下面是为你的 bilibili-mcp 工具生成的 README.md 示例: 一个用于获取 B 站热榜的 MCP 工具,基于 FastMCP 和 B 站公开接口。你可以通过注册到 Cursor 或其他 MCP 客户端,实时调用热门视频数据。 确保使用 Python ≥ 3.12,并安装以下依赖项: 你的主代码文件可以是 bilibilimcp.py,项目结构如下: 使用 uv 运行工具: FastMCP 会自动暴露一个名为 getpopular 的工具: 获取 B 站热榜视频信息,返回最多 topk 个条目(最大 10 条)。 - 使用 httpx 实现异步请求 - 通过 FastMCP 注册为标准 MCP 工具 - 支持通过 stdio 与 MCP 客户端通信(例如 Cursor) - 仅用于学习与研究,B 站接口为公开接口,使用时请避免过于频繁访问。 - 默认 User-Agent

7.0xspadex/bilibili-mcp

Daisys MCP server

MCP Server

Daisys-mcp is a beta version and doesn't have a stable release yet. But you can try it out by doing the following: 1. Get an account on Daisys and create an username and password. If you run on mac os run the following command: If you run on linux run the following command: 2. Add the following configuration to the mcp config file in your MCP client (Claude Desktop, Cursor, mcp-cli, mcp-vscode, et

4.0daisys-ai/daisys-mcp

Data Structure Protocol

>-

9.0k-kolomeitsev/data-structure-protocol

Lucidity MCP 🔍

MCP Server

Clarity in Code, Confidence in Creation Lucidity is a Model Context Protocol (MCP) server designed to enhance the quality of AI-generated code through intelligent, prompt-based analysis. By providing structured guidance to AI coding assistants, Lucidity helps identify and address common quality issues, resulting in cleaner, more maintainable, and more robust code. Before you commit, just ask Lucid

7.0hyperb1iss/lucidity-mcp

Connect AI to Your Bitbucket Repositories

MCP Server

Transform how you work with Bitbucket by connecting Claude, Cursor AI, and other AI assistants directly to your repositories, pull requests, and code. Get instant insights, automate code reviews, and streamline your development workflow. - Ask AI about your code: "What's the latest commit in my main repository?" - Get PR insights: "Show me all open pull requests that need review" - Search your cod

8.0aashari/mcp-server-atlassian-bitbucket

Mendeley MCP Server

MCP Server

An MCP (Model Context Protocol) server that connects your Mendeley reference library to LLM applications like Claude Desktop, Cursor, and other MCP-compatible clients. - Search your library - Find papers by title, author, abstract, or notes - Browse folders - Navigate your collection structure - Get full metadata - Retrieve complete document details including abstracts - Search global catalog - Ac

8.0pallaprolus/mendeley-mcp