Packages
25784 resultsmcp-chrome
mcp-chrome is a Chrome extension + MCP bridge that exposes Chrome browser capabilities (using the user’s existing Chrome session, tabs, browsing context, and login state) to AI assistants/clients via MCP tools over a local connection (streamable HTTP or stdio). It supports browser automation actions (navigate/click/type), browsing context management (tabs/windows/history/bookmarks), content extraction/analysis, screenshots, and network capture/request tooling.
mcp-codex-dev
An MCP server that integrates Codex CLI into Claude Code workflows, providing session-managed tools for executing Codex actions (including TDD and review) and exposing auxiliary tools like health checks and session listing/discarding. It can also start a local HTTP progress UI server and stores MCP session tracking metadata per project.
mcp-gateway
mcp-gateway is a Rust-based MCP infrastructure that turns existing backends (HTTP/OpenAPI endpoints and stdio MCP servers) into a streamable HTTP MCP interface. It provides a multi-tenant gateway exposing profile-scoped MCP endpoints (/\{profile_id}/mcp) with auth and policy, and an adapter component that aggregates upstream sources into a single MCP endpoint (/mcp).
mcp-stytch-consumer-todo-list
Provides a Cloudflare Workers full-stack demo app (React static site + REST API + MCP server) where user/client identity and authentication flows are handled by Stytch, and TODO data is stored in Workers KV / Durable Objects.
Solon
A Java enterprise application development framework built from scratch (non-Java EE) that delivers 700% higher concurrency, 50% memory savings, and 10x faster startup compared to Spring-based solutions.
supergateway
Supergateway bridges MCP servers that run over stdio to network transports (SSE, WebSockets, or Streamable HTTP) and can also proxy remote SSE/Streamable HTTP MCP servers back to a local stdio interface.
3dsmax-mcp
An MCP server that allows AI agents to inspect and manipulate Autodesk 3ds Max scenes via a FastMCP (Python/stdio) server bridged to 3ds Max through a native C++ Global Utility Plugin (named pipes) or, as a fallback, a MAXScript TCP listener on port 8765.
gram
Gram is an MCP Cloud Platform and TypeScript framework for creating, curating, and hosting Model Context Protocol (MCP) servers. It supports defining tools via OpenAPI documents and via custom TypeScript “Gram Functions,” and provides a CLI and hosted control plane (gram app) for managing MCP servers/tool sources, including OAuth support.
Kubrick Multimodal Agents Course
An open-source educational course and codebase teaching developers how to build production-ready multimodal AI agents that process images, video, audio, and text via a unified MCP server built with FastMCP, Groq LLMs, and Pixeltable memory.
local-skills-mcp
Provides a local MCP server that exposes filesystem-based “skills” (SKILL.md files) to any MCP-compatible LLM/agent client. It aggregates skills from multiple default directories and a custom SKILLS_DIR, supports lazy loading (names/descriptions first, full content on-demand), and hot reloads changes without restarting.
okta-mcp-server
Provides an MCP (Model Context Protocol) server that lets LLMs/agents perform Okta admin management operations (CRUD on users, groups, apps, policies, etc.) by calling Okta’s Admin Management APIs. Supports interactive Device Authorization Grant and automated Private Key JWT authentication, with confirmation/elicitation for destructive operations via the MCP Elicitation API.
open-ontologies
Open Ontologies is a local Rust-based AI-native ontology engine and MCP server that builds, validates, reasons over, queries, diffs/lints, version-controls, and persists RDF/OWL ontologies using an in-memory Oxigraph triple store (plus OWL2-DL tableaux reasoning and SHACL validation). It also ships a desktop Studio UI that orchestrates tool calls via an MCP-connected agent.
oracle.oci-work-requests-mcp-server
MCP server for the Oracle OCI Work Requests API, enabling AI agents to track the status of long-running asynchronous OCI operations. Work Requests are a cross-service mechanism in OCI that provides operation tracking for operations like provisioning, updating, and deleting resources.
porkbun-mcp-server
Provides an MCP (Model Context Protocol) server over stdio that exposes Porkbun API (v3) capabilities as MCP tools for managing domains, DNS records, DNSSEC records, SSL/key retrieval, nameservers, and URL forwarding, plus domain availability checks.
run-model-context-protocol-servers-with-aws-lambda
Wraps existing Model Context Protocol (MCP) stdio-based servers so they can run inside AWS Lambda and be exposed to MCP clients via streamable HTTP (e.g., API Gateway or Bedrock AgentCore Gateway) or via Lambda function URL / direct Lambda invocation using AWS IAM authentication.
sigil-mcp-server
sigil-mcp-server is a Python Model Context Protocol (MCP) server that indexes local repositories and exposes code navigation/search tools (symbol lookup, trigram-based substring search, and optional semantic search via vector embeddings) along with health/admin endpoints.
vllm-mlx
vLLM-MLX is an Apple Silicon (MLX/Metal) inference server that exposes OpenAI-compatible chat/completions, Anthropic-compatible messages, and OpenAI-compatible embeddings. It supports multimodal (text+image/video, and audio via optional deps), continuous batching, and MCP tool calling.
yoktez-mcp
Provides an MCP (FastMCP) server that lets MCP-capable LLM clients search the Turkish YÖK National Thesis (Ulusal Tez Merkezi) database and fetch thesis PDF content converted to Markdown by PDF page. Also extracts/returns thesis metadata from detail pages.
Campertunity
MCP Server for Campertunity that provides AI agents with tools to search, query details, check availability, and book camping and outdoor recreation sites across multiple campground sources.
ClaudeHistoryMCP
Provides an MCP server plus optional CLI/hook to index and search Claude Code conversation history stored as JSONL under the local Claude projects directory, and to extract/surface prior decisions, solutions, and error-fix patterns. Optionally supports cloud sync via HTTP tools.