mdskills
← All tags

Python AI Agent Skills

AI agent skills for Python development. Django, FastAPI, pytest, data science workflows, and more for your AI coding assistant.

335 listings

Langfuse MCP Server

MCP Server Plugin

Debug AI traces, find exceptions, analyze sessions, and manage prompts via Langfuse MCP. Also handles MCP setup and configuration.

8.01 weeklyavivsinai/langfuse-mcp

Fantasy Premier League MCP Server

MCP Server

A Model Context Protocol (MCP) server that provides access to Fantasy Premier League (FPL) data and tools. This server allows you to interact with FPL data in Claude for Desktop and other MCP-compatible clients. Demo of the Fantasy Premier League MCP Server in action - Claude Desktop - Other MCP Compatible Desktop LLMs Mobile is currently not supported. - Rich Player Data: Access comprehensive pla

8.01 weeklyrishijatia/fantasy-pl-mcp

GR-MCP: A gnuradio MCP Server

GNURadio MCP Server is a modern, extensible Machine Control Protocol (MCP) server for GNURadio, enabling programmatic, automated, and AI-driven creation of GNURadio flowgraphs. Designed for seamless integration with Large Language Models (LLMs), automation frameworks, and custom clients, it empowers you to generate .grc files and control SDR workflows at scale. - 🌐 MCP API: Exposes a robust MCP i

7.01 weeklyyoelbassin/gnuradioMCP

LinkedIn MCP Server

MCP Server

Design system MCP server for creating high-performing LinkedIn content Quick Start • Installation • Documentation • A professional Model Context Protocol (MCP) server for LinkedIn content creation, featuring a shadcn-inspired component system, 10 performance-tuned themes, and data-driven optimization based on 1M+ post analysis. Built on ChukMCPServer — a modular, zero-configuration MCP server fram

8.01 weeklyIBM/chuk-mcp-linkedin

Python Patterns

Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.

8.01 weeklysickn33/antigravity-awesome-skills

MCP Codebase Index

MCP Server

A structural codebase indexer with an MCP server for AI-assisted development. Zero runtime dependencies — uses Python's ast module for Python analysis and regex-based parsing for TypeScript/JS, Go, and Rust. Requires Python 3.11+. Indexes codebases by parsing source files into structural metadata -- functions, classes, imports, dependency graphs, and cross-file call chains -- then exposes 18 query

9.01 weeklyMikeRecognex/mcp-codebase-index

YouTube MCP Server

A Model Context Protocol (MCP) server for YouTube integration. Retrieve video transcripts, details, and metadata using YouTube's Data API. Get instant access to YouTube with our managed infrastructure - no setup required: 🔗 Get Free API Key → API Key Setup: Get your YouTube Data API key from the Google Cloud Console and enable the YouTube Data API v3. - Video Transcripts: Retrieve full video tran

6.01 weeklyKlavis-AI/klavis

Python Github Setup

Rules

"language": "Python",

3.01 weeklyPatrickJS/awesome-cursorrules

Setup Plugin

Plugin

Version: 1.0.0 Purpose: Project initialization and Claude Code configuration The setup plugin provides commands for initializing Claude Code in new and existing projects, configuring user-level settings, and setting up project-specific configurations. Set up a new Python project with modern tooling and Claude framework integration. - Poetry or pip + venv support - pytest, black, ruff, mypy - .clau

6.01 weeklyapplied-artificial-intelligence/claude-code-toolkit

Findata MCP Server

MCP Server

Overview • Quick Start • Supported Data Providers • FinData is an open-source Model Context Protocol(MCP) Server that provides professional financial data access capabilities for LLM. It supports various data providers such as Tushare, Wind, DataYes, etc. This enables AI applications to quickly retrieve financial data. Fully supports both Stdio and SSE transports, offering flexibility for differen

8.0zlinzzzz/finData-mcp-server

iMessage Query MCP Server

MCP Server

An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP). This server is built with the FastMCP framework and the imessagedb library, enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling. - macOS (required for iMessage database access) - Python 3.6+ Install all required dependencies: - fa

6.0hannesrudolph/imessage-query-fastmcp-mcp-server

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

Azure AI Contentsafety Py

|

6.0sickn33/antigravity-awesome-skills

Yandex Tracker MCP Server

MCP Server

mcp-name: io.github.aikts/yandex-tracker-mcp A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs. This server provides secure, authenticated access to Yandex Tracker issues, queues, comments, worklogs, and search functionality with optional Redis caching for improved performance. Documentation in Russian is available here / Документац

8.0aikts/yandex-tracker-mcp

MCP Builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP), Node/TypeScript (MCP SDK), or C#/.NET (Microsoft MCP SDK).

8.0sickn33/antigravity-awesome-skills

Temporal Python Testing

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

8.0sickn33/antigravity-awesome-skills

Azure Mgmt Botservice Py

|

6.0sickn33/antigravity-awesome-skills

Linux Nvidia CUDA Python

Rules

1. **Project Overview**:

3.0PatrickJS/awesome-cursorrules

GXtract MCP Server

GXtract is a Model Context Protocol (MCP) server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. - Architecture - Prerequisites - Installing UV - Quick Start: VS Code Integration - Available

8.0sascharo/gxtract

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

Python TypeScript Guide

Rules

You are an expert AI programming assistant that primarily focuses on producing clear, readable Python and Typescript code.

5.0PatrickJS/awesome-cursorrules

Reddit Summarizer MCP Server

MCP Server

A Model Context Protocol (MCP) server for summarizing homepage of the user or contents of subreddits and comments on posts. - Summarize user's reddit frontpage (homepage) with or without comment analyses. - Summarize a subreddit contents by inspecting posts sorted by hot, new, top, rising, random (if aviable) with or without comment analysis. - Summarize comments on a post. - Python 3.12 or higher

7.0sinanefeozler/reddit-summarizer-mcp

Python Packaging

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

5.0sickn33/antigravity-awesome-skills

ESP RainMaker MCP Server

MCP Server

This project provides a Model Context Protocol (MCP) server wrapper around the esp-rainmaker-cli Python library. It allows MCP-compatible clients (like LLMs or applications such as Cursor, Claude Desktop, and Windsurf) to interact with your ESP RainMaker devices using the official CLI. The Model Context Protocol (MCP) is a standardized framework that enables AI systems to interact with external to

8.0espressif/esp-rainmaker-mcp