Packages
25784 results8b-is/smart-tree
A blazingly fast, AI-friendly directory tree visualization tool written in Rust. Smart Tree goes beyond traditional tree commands by providing intelligent filtering, multiple output formats, and optimization for both human and AI consumption.
anki-mcp-server
An MCP server that lets LLMs interact with local Anki flashcards by calling AnkiConnect-style operations (decks, note types, CRUD for notes, search, and related metadata) via MCP tools and resources.
borsa-mcp
Borsa MCP is a FastMCP-based remote/local MCP server that lets LLM agents query unified market and finance data for: BIST (stocks/indices), US stocks and indices (via Yahoo Finance), TEFAS funds, BtcTurk+Coinbase crypto markets, FX/commodities data, macro/TCMB data, KAP news, and provides helper tools like screeners/scanners and regulations. It exposes MCP tools to an agent through a server URL (remote) or via local installation/command.
claude-in-mobile
claude-in-mobile is an MCP server (and also a standalone CLI) that lets an AI client control devices and apps for automation: Android via ADB, iOS Simulator via simctl and optional WebDriverAgent for UI inspection/element tapping, Desktop via a Compose Multiplatform companion, and Aurora OS via audb (with additional on-device Python for gestures). It exposes “tools” such as device listing, screenshots (including annotated screenshots), UI interactions (tap/swipe/input), app control, permissions management, and log/system information.
code-mode
Code-Mode provides a library/client that lets AI agents execute tool workflows by running TypeScript code in a sandboxed VM and invoking tools registered from UTCP/MCP/HTTP/File/CLI sources. It also offers dynamic tool discovery and auto-generated TypeScript interfaces for IDE/agent guidance.
Debugg AI
AI-powered browser testing MCP server that automates end-to-end testing by directing an AI agent to navigate and test web applications. Agents receive natural language test descriptions and return pass/fail results with screenshots.
EDDI
EDDI (Enhanced Dialog Driven Interface) is a Java/Quarkus multi-agent orchestration middleware for conversational AI. It routes conversations to one or more LLM providers, coordinates tool/API calls, and manages stateful, configurable conversation flows via a lifecycle pipeline and versioned JSON behavior rules. It can run as a Docker container (Kubernetes/OpenShift friendly) and includes built-in tools plus support for whitelisted HTTP-call tools.
godot-dap-mcp-server
godot-dap-mcp-server is an MCP server (stdio-based) that bridges MCP clients to the Godot editor’s Debug Adapter Protocol (DAP) so AI agents can control and inspect a running Godot game/editor session for interactive runtime debugging (breakpoints, stepping, stack traces, variable inspection, expression evaluation, and scene launching).
GuardianShield
<!-- mcp-name: io.github.sparkvibe-io/GuardianShield -->
hf-mcp-server
Provides an MCP server for Hugging Face Hub and Search endpoints (plus Gradio tool integration via proxying) using multiple transports (STDIO, Streamable HTTP, Streamable HTTP JSON-RPC). Includes a management web UI for configuring/adding tools and supports optional authentication/tooling for OAuth-like flows.
hydrolix/mcp-hydrolix
<!-- mcp-name: io.github.hydrolix/mcp-hydrolix -->
Interactive MCP
MCP server that enables real-time human-in-the-loop interaction during AI-assisted coding workflows. Provides tools for prompting user input with optional predefined choices, sending OS-level notifications, and establishing persistent command-line chat sessions between the LLM and user.
jmap-mcp
Provides a Model Context Protocol (MCP) server exposing tools to interact with JMAP-compliant email servers for email search/retrieval, mailbox listing, message state changes (seen/flagged), moving/deleting messages, and sending/replying to emails. It is implemented in Deno using the @htunnicliff/jmap-jam client library and uses Zod for input validation.
mcp2cli
mcp2cli is a Python CLI that turns an MCP server, an OpenAPI spec, or a GraphQL endpoint into executable CLI subcommands at runtime (no codegen). It can list tools/operations, call them with arguments, supports OAuth, caching (for specs/tool lists), “bake mode” to save connection configs, and produces token-efficient output modes for LLMs (e.g., TOON).
mcp-server-openmeteo
Provides an MCP server that exposes OpenMeteo weather capabilities as MCP tools: current weather, multi-day forecasts, historical daily weather, and global location search (geocoding) by delegating to OpenMeteo’s free public API.
moltbook-mcp
Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth.
resend-mcp
Provides an MCP server for the Resend email platform, enabling MCP clients to send/receive and manage related email resources (contacts, broadcasts, domains, segments, topics, API keys, and webhooks) via stdio (default) or HTTP transport.
unity-mcp-server
Provides an MCP server that lets AI assistants control Unity Editor and Unity Hub via a bridge (MCP server -> unity-mcp-plugin in the editor via an HTTP bridge, plus Unity Hub CLI). Exposes hundreds of tools for scene/gameobject/component/asset management, builds, profiling/debugging, navigation, animation, multiplayer playmode scenarios, shader graph tooling (and Amplify/UMA when installed), and multi-instance/multi-agent orchestration.
Salesforce Marketing Cloud API
Salesforce Marketing Cloud API for email/SMS marketing automation, customer journey orchestration, subscriber management, and campaign analytics across digital marketing channels.
chatgpt2md
CLI tool that converts ChatGPT export (ZIP or conversations.json) into organized Markdown files and builds a full-text search index (Tantivy). It also provides an MCP server (stdio transport) with tools for searching and retrieving conversations for Claude Desktop/Claude Code.