Packages
25784 resultsmcpadapt
mcpadapt is a Python library that adapts Model Context Protocol (MCP) servers into tool collections usable from various agentic frameworks (e.g., smolagents, LangChain, CrewAI, google-genai). It supports local MCP servers via stdio and remote MCP servers via SSE, and can flatten tools from multiple MCP servers into a single framework-compatible tool list.
mcp-browser-use
Provides an MCP server (built on FastMCP/FastAPI) that exposes a single tool `run_browser_agent` to orchestrate a `browser-use` automated browser session, using LLM providers for browser actions and returning the final result to the MCP client.
mode-manager-mcp
mode-manager-mcp is a Python MCP server for VS Code/Copilot that manages persistent “memory” and “instruction” files (personal, workspace/team, and language-specific). It stores memories as Markdown files with YAML frontmatter and relies on VS Code Copilot chat integration to load the relevant memories on each turn.
monolith
Monolith is an Unreal Engine editor plugin that exposes a large set of Unreal project editing capabilities to AI clients via the Model Context Protocol (MCP). It provides a namespace-dispatch MCP design (e.g., single-domain query tools plus discovery) to let an AI read/write Blueprints, Materials, Animation, Niagara, UI, editor/build logs, config, indexed engine/project source, and perform mesh and spatial/analysis workflows.
openapi-mcp-generator
openapi-mcp-generator is a CLI (and programmatic Node.js API) that converts an OpenAPI 3.0+ specification into a generated MCP server project. The generated MCP server proxies requests to the underlying REST API, adds runtime validation via Zod, and supports multiple MCP transports (stdio, web/SSE, and StreamableHTTP).
serpstat-mcp-server-java
A Java MCP (Model Context Protocol) server that wraps the Serpstat Public API to provide SEO analysis tools (domain info, keywords, competitors, backlinks, related keywords, and API usage stats) to MCP clients such as Claude Desktop. It is configured via an API token provided as an environment variable and runs as a local proxy/listening MCP server process.
youtube-mcp-server
Provides an MCP server over SSE that lets AI agents extract YouTube video metadata (via yt-dlp) and generate audio transcriptions using VAD (Silero VAD) and Whisper, with caching and configurable performance settings.
agentshield
AgentShield is a security auditor/scanner for Claude Code agent setups. It scans local Claude configuration directories (e.g., ~/.claude/ and .claude/), detects hardcoded secrets, permission misconfigurations, unsafe hook behaviors, MCP server risks, and prompt/prompt-injection style vulnerabilities, and can output graded reports plus optional auto-fixes for certain issues.
apache-cassandra-mcp-server-by-cdata
Provides a local, read-only MCP server that wraps the CData JDBC Driver for Apache Cassandra and exposes tools to list tables/columns and run SQL SELECT queries over Cassandra data via Claude Desktop (stdio transport on the same machine).
bram2w/baserow
Baserow is the secure, open-source platform for building databases, applications,
DeFi Trading Agents
General Agent Index and library of specialized AI agents for general use, DeFi, portfolio management, yield optimization, trading, and blockchain automation. Supports linting, automated translation, and CI auto-build for seamless plugin discovery via index.json. Github Pages compatible.
delinea-mcp
Provides an MCP server that exposes tools for interacting with Delinea Secret Server APIs (and optionally Delinea Platform user management). It supports OAuth 2.0 with dynamic client registration, and can run over stdio (for local/desktop connectors) or SSE/HTTP transport.
DOMShell
A Chrome Extension that turns the DOM into a filesystem — navigate the web with ls, cd, cat, and grep.
fabric-mcp
Provides a standalone MCP server that bridges MCP tool calls to a running Fabric AI instance (via its REST API), exposing tools for listing patterns/models and running Fabric patterns/configurations.
freecad-mcp
Provides an MCP (Model Context Protocol) server/bridge to control FreeCAD for CAD automation via AI-driven natural-language commands (e.g., creating/modifying 3D models and taking screenshots).
Go-High-Level-MCP-2026-Complete
Provides an MCP server that exposes a large set of GoHighLevel (GHL) CRM operations as MCP tools (e.g., contacts, messaging, calendars, opportunities, invoices/payments, workflows, and more) so AI clients can automate actions via natural-language tool calls.
google-ads-analyzer
Provides a local MCP server that connects to the Google Ads API, exposing read tools (GAQL search, list accessible customer IDs) and additional write tools (add negative keywords, pause/enable campaigns, update campaign budgets, change bidding strategies, and pause/enable ad groups/ads) so an LLM/agent can analyze and manage Google Ads accounts.
LSP4J-MCP
LSP4J-MCP is a Java MCP (Model Context Protocol) server that launches the Eclipse JDT Language Server (JDTLS) as a subprocess and exposes selected Java IDE/LSP capabilities as MCP tools (e.g., symbol search, references, definitions, and symbol listing).
mcp-memory-libsql
Provides an MCP server implementing a persistent memory/knowledge store backed by libSQL (local SQLite or remote libSQL). It supports entity CRUD, relation management, and text search (including relevance ranking and fuzzy matching) over stored entity data/observations.
mcp-server-github
An MCP server that exposes GitHub functionality to AI agents via the Model Context Protocol (MCP), enabling agents to query and act on GitHub resources (e.g., repositories, issues, pull requests, and related operations) through MCP tools.