Python AI Agent Skills
AI agent skills for Python development. Django, FastAPI, pytest, data science workflows, and more for your AI coding assistant.
352 listings
Project Setup
Initialize Claude Code framework infrastructure for any project
Fermat MCP
This project provides a FastMCP server for mathematical computations, including numerical and symbolic calculations, as well as plotting. - Python 3.12 or higher (To install Python3.12 follow Python Download) - uv (To install uv follow uv Installation) You can find the mcp.json file in the MCP: Open User Configuration or MCP: Open Workspace Configuration Add the following to your mcp.json: If you'
YDB MCP
Model Context Protocol server for YDB. It allows to work with YDB databases from any LLM that supports MCP. This integration enables AI-powered database operations and natural language interactions with your YDB instances. uvx, which is an allias for uv run tool, allows you to run various python applications without explicitly installing them. Below are examples of how to configure YDB MCP using u
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.
Trino MCP Server
This repository provides an MCP (Model-Control-Protocol) server that allows you to list and query tables via Trino using Python. - MCP: MCP is a protocol for bridging AI models, data, and tools. This example MCP server provides: - A list of Trino tables as MCP resources - Ability to read table contents through MCP - A tool for executing arbitrary SQL queries against Trino - Trino: A fast, distribu
XRAY MCP - Progressive Code Intelligence for AI Assistants
AI assistants struggle with codebase understanding. You get: - ❌ "I can't see your code structure" - ❌ "I don't know what depends on this function" - ❌ Generic refactoring advice without impact analysis - ❌ No understanding of symbol relationships XRAY gives AI assistants code navigation capabilities. Add use XRAY tools to your prompt: XRAY provides three focused tools: - 🗺️ Map (explorerepo) - S
Kafka Schema Registry MCP Server
A comprehensive Model Context Protocol (MCP) server that provides Claude Desktop and other MCP clients with tools for Kafka Schema Registry operations. Features advanced schema context support, multi-registry management, and comprehensive schema export capabilities. Latest Version: v2.1.5 | Docker: aywengo/kafka-schema-reg-mcp:stable - 🚀 Quick Start - ✨ Key Features - 🛠️ Claude Code Skills - 📦
NyxDocs - Cryptocurrency Documentation MCP Server
NyxDocs is a specialized Model Context Protocol (MCP) server that provides comprehensive documentation management for cryptocurrency projects. Built with Python and inspired by Context7's architecture, it offers real-time access to crypto project documentation, blockchain information, and development resources. - Multi-Blockchain Support: Ethereum, BSC, Polygon, Solana, and more - Real-time Docume
Python 312 FastAPI Best Practices
Here are some best practices and rules you must follow:
MifosX Self Service MCP
MifosX Self Service MCP is a Model Context Protocol (MCP) server built using FastMCP (Python). It exposes a set of AI-callable tools that allow MCP-compatible clients (such as Claude Desktop or DeepChat) to securely interact with the Apache Fineract / MifosX Self-Service APIs. This project enables AI-driven banking workflows such as authentication, account access, beneficiary management, and trans
Stripe Best Practices
Best practices for building Stripe integrations
Azure Cosmos DB Py
Build Azure Cosmos DB NoSQL services with Python/FastAPI following production-grade patterns. Use when implementing database client setup with dual auth (DefaultAzureCredential + emulator), service layer classes with CRUD operations, partition key strategies, parameterized queries, or TDD patterns for Cosmos. Triggers on phrases like "Cosmos DB", "NoSQL database", "document store", "add persistence", "database service layer", or "Python Cosmos SDK".
Ethereum Validator Queue MCP
An MCP server that tracks Ethereum’s validator activation and exit queues in real time, enabling AI agents to monitor staking dynamics and network participation trends. - getactivationqueue: Retrieves statistics about the Ethereum validator activation queue, including queue length, total active validators, entering validators' balance, and estimated wait time. - getexitqueue: Retrieves statistics
MCP Skill
MCP skill for airtable. Provides 8 tools: ping, list_bases, search_bases, list_tables_for_base, get_table_schema, list_records_for_table, create_records_for_table, update_records_for_table
Azure Mgmt Botservice Py
BlockBeats MCP Server
An MCP server that delivers blockchain news and in-depth articles from BlockBeats for AI agents. Try Kukapay News MCP — no API key required, fully AI-annotated. - Fast News Retrieval: Fetch the latest blockchain fast news articles using the getlatestnews tool. - In-Depth Articles: Access detailed blockchain articles with the getlatestarticles tool. - Multi-Language Support: Supports English (en),
ChatGPT history for Claude
Search your past ChatGPT conversations directly from Claude Desktop. Switched from ChatGPT to Claude? Now you can ask Claude things like "What did I discuss about marketing strategy in ChatGPT?" and get real answers — without going back to ChatGPT. Step 1 — Export your ChatGPT data In ChatGPT: Settings → Data Controls → Export Data. You'll get an email with a .zip file. Step 2 — Run the installer
fast-agent
Build and evaluate agents with MCP, ACP, and A2A protocol support. Emphasis on the protocol layer so agents can talk to each other and to tool servers without bespoke plumbing.
ROS2 MCP Server
A Python implementation of the Model Context Protocol (MCP) for ROS 2. This server enables AI tooling to connect with ROS 2 nodes, topics, and services using the MCP standard over stdio. Designed to be the easiest ROS 2 MCP server to configure. - List available topics - List available services - Lists available actions with their types and request fields - Call services - Subscribe to topics to co
persistproc
A shared process layer for multi-agent development workflows Persistproc is an MCP server and command line tool which lets agents and humans see and control long-running processes like web servers. The goal is to reduce the amount of copying and pasting you need to do while coding with AI, make it easier for you to use multiple agents, and be tool-agnostic. There is no config file. Processes are m
MCP Transcribe
Transcribe MCP Automate your transcriptions with AI. Transcribe MCP instantly connects your account to assistants like Claude, Windsurf, Cursor, and more so they can automate tasks on your behalf. The Local Server can add local files for transcription and return result to your Assistant in seconds. - ⚡ Fast, lightweight and LLM-friendly. No special ASR models needed, no setup and fighting python p
MCP Geo
Geocoding MCP server with GeoPY! - Python 3.6+ Install all required dependencies: - fastmcp: Framework for building Model Context Protocol servers - geoPy: Python library for accessing and geocoding/reverse geocoding locations. All dependencies are specified in requirements.txt for easy installation. - System Requirements - Dependencies - MCP Tools - Getting Started - Installation Options - Claude
MCP Datetime
English | 日本語 A datetime formatting service implemented as an MCP server for the Claude Desktop Application. Supports generation of datetime strings in various formats. Before using mcp-datetime, ensure you have the following tools installed: - Python 3.12 or later - uv (Python package installer) - uvx (Python package runner) - ✨ Support for various datetime formats - 🇯🇵 Japanese language suppor
Reddit Summarizer 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