Packages
25784 resultsparking-mcp-server
MCP server that exposes parking-related functionality (e.g., searching/looking up parking or parking availability) to AI agents via the Model Context Protocol.
searxng-mcp-server
Provides an MCP server that exposes SearxNG search capabilities (web, images, videos, news) plus a fetch_url utility that retrieves a URL and converts it to markdown. Can run over stdio (default) or HTTP (via MCP_PORT/--port) and is configurable with a required SEARXNG_URL and optional timeout/user-agent/log level.
source-library
Search translated historical texts on alchemy, Hermeticism, and Renaissance philosophy.
svelte-llm-mcp
An MCP server that provides access to Svelte 5 and SvelteKit documentation
test-mcp-echo-server
An MCP echo server intended for testing: accepts an MCP tool call / request and returns the provided input (mirrors/echoes it) to help validate agent-to-server plumbing.
vagrant-mcp-server
Vagrant MCP Server (Go) provides an MCP server interface (stdio by default, SSE optional) that lets an AI agent create/manage Vagrant development VMs and run commands inside them, including host/VM file synchronization workflows and environment/tool setup. It is intended to run on the same host where Vagrant and a virtualization provider are installed so it can access the Vagrant CLI and virtualization drivers.
agent-bridge
AgentBridge is a local, two-process bridge that enables bidirectional collaboration between Claude Code and Codex during the same working session by forwarding messages via an MCP channel (Claude side) and a local Codex app-server proxy/control WebSocket (Codex side).
jenkins-mcp-server
Provides an MCP server (Spring Boot + Spring AI) that wraps Jenkins REST API operations for managing Jenkins jobs, triggering builds, and retrieving job/build information (including build logs and job configuration).
mayros
Mayros is an open-source AI agent framework (TypeScript/Node) that runs locally on a user’s devices. It provides a coding/agent CLI (TUI) and a local Gateway control plane that can connect to many messaging channels, while using a knowledge graph/semantic memory (AIngle Cortex) and offering MCP server & client support for tool integration. It also includes multi-agent orchestration features and extensibility via plugins and markdown-defined agents/commands.
mcp-server
Spring AI MCP server that exposes MCP tools over JSON-RPC, primarily via an HTTP endpoint at /api/v1/mpc (and also supports an SSE transport). It auto-discovers tool methods annotated with Spring AI MCP annotations and provides example calculator and rock-paper-scissors tools.
mcp-server-csdn
Provides an MCP server (stdio and SSE modes) that exposes a tool (e.g., saveArticle) to publish Markdown articles to the CSDN platform using a configured CSDN login cookie.
medusa
Medusa is an open-source backend platform for building ecommerce applications. It provides core commerce primitives such as products, carts, orders, payments integration hooks, and APIs to manage and orchestrate the ecommerce domain.
pape-mcp-server-time
An MCP server that provides the current time (or time-related data) to agents via the Model Context Protocol, likely for prompts that need timestamps or for testing time-dependent workflows.
polardb-postgresql-mcp-server
Provides an MCP (Model Context Protocol) server that exposes PolarDB for PostgreSQL database capabilities to AI agents via MCP tools, enabling programmatic querying/operations while abstracting underlying PostgreSQL connectivity.
radarr
Radarr is a self-hosted movie collection management application that integrates with media downloaders/indexers. It lets you manage a movie library (add/search/match titles), automatically download eligible movies, and organize them on disk according to defined naming/quality profiles.
scraperapi-mcp-server
Provides an MCP server interface for ScraperAPI (a scraping/proxy service), enabling AI agents to call scraping-related tools via the Model Context Protocol.
selene
Selene is a desktop app that runs AI agents locally (optionally with cloud) and can connect agents to messaging channels like WhatsApp, Telegram, Slack, and Discord. It supports voice (STT/TTS), images/video generation, retrieval/memory, scheduling, and extensibility via plugins and MCP tools; it also provides a developer/internal API reference and Electron-based build system.
sinaweibo-mcp-server
An MCP (Model Context Protocol) server that exposes Sina Weibo-related functionality to AI agents via MCP tools. It is intended to let an agent fetch or interact with Weibo data using the server’s tool interface.
yinming-maxcompute-mcp-server
Provides an MCP server for accessing/querying Yinming MaxCompute (Alibaba MaxCompute/ODPS) resources from an AI agent via MCP tools. Enables an agent to connect to MaxCompute, run/query operations, and retrieve results through standardized MCP interactions.
agentrove
Agentrove is a self-hosted Claude Code workspace: a React web UI with a FastAPI backend that provisions per-workspace sandboxes (Docker or host), runs Claude Code via claude-agent-sdk/Claude Code CLI, and routes requests to Anthropic directly or through an Anthropic-compatible bridge for other providers (OpenAI/OpenRouter/GitHub Copilot/custom compatible endpoints). It also supports extension surfaces like MCP servers, skills/agents/commands, and streaming with SSE and cancellation.