mdskills
← All tags

Json AI Agent Skills

Browse AI agent skills tagged "Json". Find and install skills, MCP servers, and plugins for your AI coding assistant.

154 listings

Google MCP Tools

MCP Server

This is a collection of Google-native tools (e.g., Gmail, Calendar) for the MCP protocol, designed to integrate seamlessly with AI clients like Claude or Cursor. Click below for one-click install with .mcpb: JSON configs - Complete Email Attachment Support: - ✉️ Send emails with attachments from local files or Google Drive - 📥 Download all email attachments to local storage - 🔄 Dual attachment s

8.0vakharwalad23/google-mcp

Manifest YAML

Rules

Prompt for Expert Manifest Developer**

8.0PatrickJS/awesome-cursorrules

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

8.0jasonjmcghee/claude-debugs-for-you

Fast Filesystem MCP

MCP Server

Advanced 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

8.0efforthye/fast-filesystem-mcp

Todoist MCP Server

MCP Server

An MCP (Model Context Protocol) server that connects Claude with Todoist for complete task and project management through natural language. 1. Download todoist-mcp.mcpb from the latest release 2. Double-click the file (or drag onto Claude Desktop) 3. Enter your Todoist API token when prompted 4. Start chatting: "Show me my Todoist projects" Manual JSON configuration Add to your MCP client config (

8.0greirson/mcp-todoist

HTMX Go Basic

Rules

// HTMX with Go (Basic Setup) .cursorrules

4.0PatrickJS/awesome-cursorrules

Chrome Extension Dev Js TypeScript

Rules

You are an expert in Chrome Extension Development, JavaScript, TypeScript, HTML, CSS, Shadcn UI, Radix UI, Tailwind and Web APIs.

7.0PatrickJS/awesome-cursorrules

HTMX Flask

Rules

// HTMX with Flask .cursorrules

4.0PatrickJS/awesome-cursorrules

Agent Skills for Makepad

|

8.0ZhangHanDong/makepad-skills

Pilat/mcp Datalink

MCP Server

MCP server for PostgreSQL, MySQL, and SQLite. Gives AI assistants secure database access via Model Context Protocol. Works with Claude Desktop, Claude Code, Cursor, Cline, and any MCP-compatible client. Add to your MCP client config file (see config locations below): This creates three database connections: analytics (read-only), inventory, and cache. Connection URL formats: URLs support ${VAR} sy

8.0pilat/mcp-datalink

Excalidraw 图表技能

MCP Server

Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .excalidraw files and exports to PNG/SVG via Kroki API or locally using excalidraw-brute-export-cli.

8.7Agents365-ai/excalidraw-skill

Unified Laravel API Layer for Humans and AI

MCP Server

One Codebase. REST for Humans, MCP for AI Agents. Laravel Restify turns your Eloquent models into both JSON:API endpoints and MCP servers -- automatically. Build once, and instantly serve APIs that work seamlessly for developers, apps, and AI agents. Traditional API development requires separate implementations for different consumers. Laravel Restify changes that: - Humans get full-featured JS

8.2BinarCode/laravel-restify

SqlAugur

An MCP server that gives AI assistants safe, read-only access to SQL Server databases. Every query is parsed into a full AST using Microsoft's official T-SQL parser — not regex — so comment injection, string literal tricks, and encoding bypasses are blocked at the syntax level. Prerequisite: .NET 10.0 runtime 2. Configure — create ~/.config/sqlaugur/appsettings.json (Linux/macOS) or %APPDATA%\sqla

8.0mbentham/SqlAugur

Project Setup

Plugin

Initialize Claude Code framework infrastructure for any project

4.0applied-artificial-intelligence/claude-code-toolkit

Claude Settings Audit

Plugin

Analyze a repository to generate recommended Claude Code settings.json permissions. Use when setting up a new project, auditing existing settings, or determining which read-only bash commands to allow. Detects tech stack, build tools, and monorepo structure.

8.0getsentry/skills

Node.js MongoDB

Rules

Backend: Node.js with Express.js

4.0PatrickJS/awesome-cursorrules

Cert Manager MCP Server

MCP Server

MCP server for management and troubleshooting of certificates and other resources managed by cert-manager. Claude Desktop config: Claude Desktop config for GKE clusters: This MCP server provides the following tools for interacting with cert-manager and Kubernetes resources: - listcertificates - List certificates within a namespace or across all namespaces, with options for filtering expired certif

8.0pibblokto/cert-manager-mcp-server

Fetch MCP Server

MCP Server

This MCP server provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown. Available on NPM - fetchhtml - Fetch a website and return the content as HTML - url (string, required): URL of the website to fetch - headers (object, optional): Custom headers to include in the request - maxlength (number, optional): Maximum length to fetch (default 5000

7.0zcaceres/fetch-mcp

Agent Tool Builder

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessary. This skill covers tool design from schema to error handling. JSON Schema best practices, description writing that actually helps the LLM, validation, and the emerging MCP standard that's becoming the lingua franca for AI tools. Key insight: Tool descriptions are more important than tool implementa

4.0sickn33/antigravity-awesome-skills

Security Ownership Map

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for example: orphaned sensitive code, security maintainers, CODEOWNERS reality checks for risk, sensitive hotspots, or ownership clusters).

7.0openai/skills

MCP Server OpenAI Bridge

MCP Server

MCP Server - Bridge to OpenAI API. Part of the HumoticaOS / SymbAIon ecosystem. Add to your claudedesktopconfig.json: - Connect MCP clients to OpenAI API - Support for GPT-4, GPT-3.5, and other models - Streaming responses - Simple configuration - Jasper van de Meent (@jaspertvdm) - Root AI (Claude) - rootai@humotica.nl One Love, One fAmIly! This package is officially distributed via: - PyPI: http

5.0jaspertvdm/mcp-server-openai-bridge

iOS Simulator MCP Server

MCP Server

A Model Context Protocol (MCP) server that provides programmatic control over iOS simulators. This server implements the MCP specification to expose simulator functionality through a standardized interface. - List available iOS simulators - Boot and shutdown simulators - Install .app bundles on simulators - Launch installed apps by bundle ID Add the following to your Claude Config JSON file

6.0JoshuaRileyDev/simulator-mcp-server

MCP Wrapper for Echo Framework

MCP Server

Wrap any existing Echo API into MCP tools, enabling AI agents to interact with your API through Model Context Protocol. Inspired by gin-mcp but for the Echo framework. - Zero Configuration: Works with any existing Echo API - Multiple Schema Sources: Support for Swaggo, raw OpenAPI YAML/JSON, and manual schemas - Filtering: Include/exclude endpoints with wildcard patterns - MCP Compatible: Works wi

7.0BrunoKrugel/echo-mcp

NBA MCP Server

MCP Server

Access comprehensive NBA statistics via Model Context Protocol A Model Context Protocol (MCP) server that provides access to live and historical NBA data including player stats, game scores, team information, and advanced analytics. 1. Install the server: 2. Add to your Claude Desktop config file: MacOS: ~/Library/Application Support/Claude/claudedesktopconfig.json Windows: %APPDATA%/Claude/claude

8.0labeveryday/nba_mcp_server