Packages
25784 resultsanki-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.
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.
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.
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.
rf-mcp
rf-mcp (RobotMCP) provides an MCP server that bridges natural-language intentions to executable Robot Framework test suites, including step-wise execution. It also includes optional transports (STDIO/HTTP), a Django frontend dashboard, a plugin system for additional Robot Framework libraries, and an HTTP debug-attach bridge to reuse a live Robot Framework ExecutionContext during debugging.
whatsapp-mcp
An MCP server that connects to WhatsApp Web (via whatsmeow), syncs messages to a local SQLite database, and exposes WhatsApp functionality (tools/prompts/resources) to MCP-compatible AI clients over an HTTP/SSE endpoint. It supports chat listing, message retrieval with pagination/sender filtering, cross-chat search, finding chats by fuzzy name, sending messages, loading older history, and retrieving the user profile info.
wordpress-mcp-server
Provides an MCP server (WordPress MCP server) that enables AI agents to manage a self-hosted or WordPress.com site via 190+ MCP tools, including content management, theme/plugin/file operations, WooCommerce, Gutenberg blocks, SEO, security/health checks, performance tasks, and backups/migrations. Requires installing a companion WordPress plugin to enable file-system and advanced operations.
automcp
automcp scaffolds and runs MCP (Model Context Protocol) servers that wrap existing agent frameworks (e.g., CrewAI, LangGraph, LlamaIndex) as MCP tools, exposing them to MCP clients via stdio or SSE transport.
command
@scopecraft/cmd provides a CLI and MCP server to manage Markdown-Driven Task Management (MDTM) files. It reads/writes tasks (including phase/current-archive workflows and parent/subtask sequencing) stored in markdown frontmatter (TOML/YAML) and exposes operations via MCP (HTTP/SSE and STDIO) so LLM agents can perform task CRUD without manual parsing.
go_mcp_server_moex
go_mcp_server_moex exposes selected MOEX ISS endpoints via an MCP server (mcp-go). It can run over multiple transports (stdio, HTTP, SSE) and provides MCP tools that map to MOEX endpoints for engines/markets/boards/securities and security history.