Packages
25784 resultsticktick-mcp
Provides an MCP server that connects to the (unofficial) TickTick API via the ticktick-py library, exposing tools for task and subtask management plus task/project/tag retrieval and datetime conversion helpers.
AskUserQuestionPlus
AskUserQuestionPlus is an MCP server (Streamable HTTP) that opens a web-based questionnaire UI and returns user-selected answers back to an LLM/tool call via the MCP tool `ask_user_question_plus`.
cursor-talk-to-figma-mcp
Provides an MCP server (plus a companion WebSocket + Figma plugin) that lets an AI agent read Figma/FigJam documents and programmatically modify design elements (e.g., text, layout, styling, components/overrides, connections, annotations) via MCP tools.
freecad-mcp
Provides a local MCP (Model Context Protocol) server integrated with FreeCAD, allowing an AI client (e.g., Claude Desktop) to create/edit/delete FreeCAD documents and objects, execute FreeCAD Python code, and retrieve views/objects/parts library information. Includes an installation method as a FreeCAD addon and a CLI command to run the MCP server.
json-server
json-server provides a simple way to stand up a REST API from a local JSON file (often used as a mock server for development/testing). It supports common CRUD patterns and additional JSON-server features such as filtering and routing based on the contents/structure of the JSON data.
kospi-kosdaq-stock-server
Provides an MCP (FastMCP) server that fetches KOSPI/KOSDAQ stock data (tickers, OHLCV, market cap, fundamentals, investor-type trading volume) and KOSPI/KOSDAQ index OHLCV from KRX Data Marketplace. Uses Kakao OAuth with Playwright for authentication and maintains/refreshes a session cookie.
mcp-server-brave-search
Provides an MCP server (for use with Zed/Context Servers) that wraps Brave Search’s official MCP server, requiring a Brave Search API key for search access.
mcp-server-computer
Provides an MCP server (stdio mode) that exposes a tool (queryConfig) to query local computer/system configuration: OS details, user information, Java runtime version, and platform-specific hardware/system info on Windows/macOS/Linux by executing relevant system commands.
mcp-server-postgres
Provides an MCP (Model Context Protocol) server that exposes PostgreSQL metadata and read-only query capabilities (primarily SELECT) via MCP tools. The server accepts dynamic database connection parameters per request and supports listing schemas/tables and running read-only queries with validation.
postgresql-mcp-server-by-cdata
Provides a local MCP (Model Context Protocol) server that exposes data from a PostgreSQL database via CData JDBC Driver as MCP tools, primarily for reading (tables/columns) and running SELECT queries over stdio to an MCP client like Claude Desktop. It is configured by building a JAR and providing a JDBC connection .prp file.
secure-mcp-gateway
secure-mcp-gateway is a Python-based gateway that sits between an MCP client and one or more MCP servers. It authenticates MCP client connections, discovers and caches tools exposed by MCP servers, optionally restricts which tools may be invoked, and can enforce input/output “guardrails” (e.g., injection/toxicity/PII handling) before forwarding requests and after returning responses. It also provides an administrative REST API secured by a generated admin API key (described in README).
spring-demo-mcp-server-sse
Spring Boot demo that exposes a simple UserService both as REST endpoints and as MCP tools over an SSE session endpoint, with JSON-RPC messages sent to a per-session messages endpoint.
sugar-crm-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes Sugar CRM data to AI clients (e.g., Claude Desktop) by wrapping the CData JDBC Driver for Sugar CRM and presenting a small set of MCP tools (get tables, get columns, run read-only queries).
temple-bridge
Temple Bridge is a local MCP (Model Context Protocol) server that exposes tool-based access (8 tools, 3 resources) for an LLM-based workflow. It appears designed to connect an "Action Layer" repository (back-to-the-basics) with a "Governance/Memory" repository (threshold-protocols), using middleware to maintain state across MCP tool calls and a human-in-the-loop approval gate for command execution.
Xiaozhi ESP32 Server
A Python/Java/Vue backend server for the Xiaozhi ESP32 open-source smart hardware project, providing voice interaction, speaker recognition, multi-LLM dialogue, visual perception, and IoT device control for ESP32-based AI assistants.
agentset
Agentset is an open-source platform for building, evaluating, and deploying production-ready RAG and agentic applications, including ingestion, chunking, embeddings, retrieval, evaluation/benchmarks, a chat playground, and (cloud or self-hosted) hosting. It also claims a developer-friendly API with typed SDKs and an OpenAPI spec, plus multi-tenancy and an MCP server.
amazon-redshift-mcp-server-by-cdata
Provides a local MCP (Model Context Protocol) server that wraps the CData JDBC Driver for Amazon Redshift, exposing database metadata (tables/columns) and query execution via MCP tools so an LLM client can retrieve Redshift data (README describes read-only as the project’s intent).
autogen-ext-mcp
Provides an AutoGen extension that exposes Model Context Protocol (MCP) server tools to AutoGen agents by connecting to MCP servers (e.g., via stdio) and converting MCP tool schemas into AutoGen-compatible tool interfaces. Note: repository is archived and functionality is integrated into the official autogen-ext package (v0.4.6+).
Azan MCP
A lightweight Kotlin/JVM library for calculating Islamic prayer times and triggering the Azan (call to prayer), supporting 10 different calculation methods from organizations like Umm al-Qura, Muslim World League, and ISNA.
dynamics-365-business-central-mcp-server-by-cdata
Provides a local, read-only MCP server (stdio-based) that exposes Dynamics 365 Business Central data through tools that wrap the CData JDBC Driver as relational SQL models. It supports discovering tables/columns and executing SELECT queries via MCP JSON-RPC tools.