Python AI Agent Skills
AI agent skills for Python development. Django, FastAPI, pytest, data science workflows, and more for your AI coding assistant.
339 listings
Conan MCP Server
MCP ServerA Model Context Protocol server for Conan package manager integration. - Python >= 3.10 - Conan installed Add to your mcp.json: By default, the server uses conan from the system PATH (or the virtual environment where the MCP server is running). If you need to use a specific Conan installation or version, you can set the CONANMCPCONANPATH environment variable in your MCP configuration: If CONANMCPC
MCP Server for Milvus
MCP ServerThis repository contains a MCP server that provides access to Milvus vector database functionality. Before using this MCP server, ensure you have: - Python 3.10 or higher - A running Milvus instance (local or remote) - uv installed (recommended for running the server) The recommended way to use this MCP server is to run it directly with uv without installation. This is how both Claude Desktop and
Jupiter MCP
MCP ServerA Model Context Protocol server for Jupiter API, Solana's premier DEX aggregator. Supports immediate swaps through Ultra API and limit orders through Trigger API. Before installing the extension, ensure you have: 1. Node.js and npx (for envmcp support) - Download from: https://nodejs.org/ - Verify with: npx --version 2. uv/uvx (Python package manager) - Install from: https://docs.astral.sh/uv/gett
Crypto Pegmon MCP
MCP ServerAn MCP server that tracks stablecoin peg integrity across multiple blockchains, helping AI agents detect depegging risks before they escalate. - Stability Reports: Generate detailed reports assessing stablecoin peg stability, including maximum deviation and status (Stable, Moderately Stable, Unstable). - Real-Time Price Monitoring: Fetch current prices and calculate peg deviation from $1 for USD-p
Crypto Stocks MCP
MCP ServerAn MCP server that tracks real-time data for major crypto-related stocks to help AI agents analyze blockchain investment opportunities. - List Crypto Stocks: Retrieve a list of crypto-related stocks (e.g., Coinbase, MicroStrategy) in a table format. - Real-Time Prices: Fetch the latest price for a specific stock, including ticker, company name, price, and timestamp. - Historical Data: Access histo
Uniswap PoolSpy MCP Server
MCP ServerAn MCP server that tracks newly created liquidity pools on Uniswap across nine blockchain networks — Ethereum, Base, Optimism, Arbitrum, Polygon, BNB Smart Chain (BSC), Avalanche, Celo, and Blast — providing real-time data for DeFi analysts, traders, and developers. - Monitors Uniswap V3 pool creation across 9 blockchain networks. - Customizable time range and result limits for querying new pools.
Cve Search MCP
MCP ServerA Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. - python 3.10+ - Cline、Roo Code etc - To get a JSON with all the vendors - To get a JSON with all the products associated to a vendor - To get a JSON with all the vulnerabilities per vendor and a spec
Fantasy Premier League MCP Server
MCP ServerA 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
Arcticdb MCP
MCP Serverarcticdb-mcp An MCP server for structured read/write access to ArcticDB. Overview • Quick Start • Configuration • Development arcticdb-mcp turns ArcticDB into an AI data copilot. Assistants can automate symbol updates, batch jobs, and time-series queries while built-in versioning protects every change. Go from question to data change in minutes, not scripts, with full traceability. You can also de
BlockRun
Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models ("blockrun", "use grok", "use gpt", "dall-e", "deepseek")
MCP Skill
MCP ServerMCP 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
Claude Skills MCP Server
MCP ServerA Model Context Protocol (MCP) server that provides intelligent search capabilities for discovering relevant Claude Agent Skills using vector embeddings and semantic similarity. This server implements the same progressive disclosure architecture that Anthropic describes in their Agent Skills engineering blog, making specialized skills available to any MCP-compatible AI application. An open-source
Python Testing Patterns
Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices.
Pearch.ai MCP
MCP ServerMCP server for Pearch.AI: natural-language search over people and companies/leads (B2B). Use it from Cursor, Claude Desktop, VS Code, or any MCP-compatible client. - searchpeople — natural-language search for people (e.g. “software engineers in California with 5+ years Python”); returns candidates with optional insights and profile scoring. - searchcompanyleads — find companies and leads/contacts
Dune Analytics MCP Server
MCP ServerA mcp server that bridges Dune Analytics data to AI agents. - getlatestresult: Fetch the latest results of a Dune query by ID. - runquery: Execute a Dune query by ID and retrieve results. - CSV Output: All results are returned as CSV-formatted strings for easy processing. - Python 3.10+ - A valid Dune Analytics API key (get one from Dune Analytics) To install Dune Analytics for Claude Desktop auto
Fastapi Pro
Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and
OPC UA MCP Server
MCP ServerAn MCP server that connects to OPC UA-enabled industrial systems, allowing AI agents to monitor, analyze, and control operational data in real time. This project is ideal for developers and engineers looking to bridge AI-driven workflows with industrial automation systems. - Read OPC UA Nodes: Retrieve real-time values from industrial devices. - Write to OPC UA Nodes: Control devices by writing va
Tech Debt MCP Server
MCP Server-brightgreen) A Model Context Protocol (MCP) server for analyzing technical debt across multiple programming languages. Designed to integrate with GitHub Copilot and other MCP-compatible tools. - Multi-language support: JavaScript, TypeScript, Python, Java, Swift, Kotlin, Objective-C, C++, C, C, Go, Rust, Ruby, PHP - Comprehensive analysis: Detects various types of tech debt including code quality
Serpapi MCP
MCP ServerA Model Context Protocol (MCP) server implementation that integrates with SerpApi for comprehensive search engine results and data extraction. - Multi-Engine Search: Google, Bing, Yahoo, DuckDuckGo, YouTube, eBay, and more - Engine Resources: Per-engine parameter schemas available via MCP resources (see Search Tool) - Real-time Weather Data: Location-based weather with forecasts via search queries
Next.js TypeScript
RulesHolistic understanding of requirements & stack
Slack Bot Builder
Build Slack apps using the Bolt framework across Python, JavaScript, and Java. Covers Block Kit for rich UIs, interactive components, slash commands, event handling, OAuth installation flows, and Workflow Builder integration. Focus on best practices for production-ready Slack apps. Use when: slack bot, slack app, bolt framework, block kit, slash command.
Async Python Patterns
Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.
Python FastAPI Best Practices
RulesYou are an expert in Python, FastAPI, and scalable API development.
Python Performance Optimization
Profile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance.