Packages
26403 resultsAgile Luminary
MCP server bridging AI clients (Cursor, Claude Desktop) to Agile Luminary project management system. Provides three tools to retrieve project details, current work assignments, related documents, and historical task context from Agile Luminary API.
alphavantage
Provides a Model Context Protocol (MCP) server that exposes Alpha Vantage stock/market data as MCP tools. Can run as an stdio MCP server (default) or as an HTTP “streamable” MCP server, with optional OAuth 2.1 protection for the HTTP mode. Uses an Alpha Vantage API key via environment variable `ALPHAVANTAGE_API_KEY`.
anki-mcp-server-addon
Provides an Anki add-on that runs a local Model Context Protocol (MCP) server inside Anki (via HTTP transport) so AI assistants can query and manage a user's Anki collection (e.g., decks, notes, cards, tags, media) and guide review sessions.
arcade-mcp
Arcade MCP Server Framework: a Python framework/CLI for creating Model Context Protocol (MCP) servers with an opinionated project template, a runtime (stdio or HTTP transport), and support for tool-level requirements like secrets and OAuth-based auth injected at runtime.
bb-browser
bb-browser is a CLI (and optional Chrome extension/daemon) plus an MCP server wrapper that lets AI agents control a real Chrome browser session using the user’s existing login state. It can run browser automation (click/fill/eval/fetch/network/screenshot) and provides “site adapters” (one JS file per command) to perform site-specific actions like search, feeds, transcripts, summaries, and more, returning results as JSON when requested.
BoltMCP
Enterprise-grade platform for creating, deploying, and managing custom MCP servers on-premises. Enables organizations to build task-specific MCP servers with declarative JSON/YAML specs, deploy via Kubernetes or Docker Compose, and secure them with OAuth 2.0 by default.
claude-skill-security-auditor
Claude Code skill for running structured security audits with actionable remediation plans
framer-manager-skill
gm-exec
gm-exec is a code execution tool intended for MCP clients and a CLI. It runs user-provided code/commands in multiple languages (JS/TS, Python, Go, Rust, C/C++, Java, Deno, bash) with a 15s execution ceiling; after that it background-executes and returns a task id that can be polled/closed.
kimi-code-mcp
Provides an MCP server that lets Claude Code delegate bulk codebase analysis to Kimi Code (Kimi K2.5, up to 256K context) by spawning the Kimi CLI and returning parsed JSON results via MCP tools such as kimi_analyze and kimi_resume.
mcp
Provides a remote MCP server that lets an agent interact with Cloudflare’s APIs (up to thousands of endpoints) using a token-efficient Code Mode pattern. The agent searches Cloudflare’s spec server-side and then executes generated code that calls Cloudflare via an OAuth redirect flow or API token, returning results back to the agent.
msw-skill
Created by **[Anivar Aravind](https://anivar.net)**
perfetto-mcp
perfetto-mcp is a local Model Context Protocol (MCP) server that turns natural-language prompts into Perfetto trace analyses (including generating PerfettoSQL) for tasks like jank/ANR detection, CPU hotspot analysis, lock contention, Binder transaction profiling, and memory leak signals.
prompt-optimizer-skill
English | [中文](README_CN.md)
protocols-io-mcp-server
Provides a Python MCP server for interacting with protocols.io data and performing basic protocol/step CRUD via MCP tools. Supports stdio transport by default and HTTP/SSE transports, with credentials for protocols.io API (token-based or OAuth2 client credentials).
ProxmoxMCP-Plus
ProxmoxMCP-Plus is a Python-based Model Context Protocol (MCP) server that exposes Proxmox virtualization operations (VM and LXC container lifecycle, power management, snapshots, backups, ISO/templates, and monitoring) via MCP tools, with an additional “OpenAPI integration” layer intended for REST-style access.
pymcp-kit
pymcp-kit is a Python toolkit for building MCP servers with FastAPI, providing capability-first registries (tools/prompts/resources/roots), Streamable HTTP and stdio transports, task-aware execution support, and optional auth/ASGI middleware hooks.
r-adb-mcp-server
An MCP server that exposes a large set of tools for controlling Android devices/emulators through ADB, including device/app management, UI inspection and interaction, screen capture/recording, logcat/diagnostics, performance stats, network controls, developer and accessibility toggles, file transfer, and emulator simulation features.
reaper-mcp
reaper-mcp-server is a local Model Context Protocol (MCP) server that exposes REAPER DAW functionality (project management, track/MIDI/Fx/audio operations, mixing/mastering, rendering, and audio analysis) to AI agents, using python-reapy with REAPER’s distant API enabled.
redis-mcp-server-adv
Provides an MCP server (stdio transport) that lets agentic applications perform natural-language or tool-call driven operations against a Redis instance, including common Redis data types, JSON, streams, pub/sub, and (via query engine) vector indexing/search. Also offers a "Lite Mode" that exposes generic Redis command execution tools.