Packages
25784 resultshelpful-AIs/triplyfy-mcp
A remote MCP server that lets Claude plan, edit, and save your trips to Triplyfy.
hmk/attio-mcp-server
A Model Context Protocol server that connects Attio to LLMs
javaConf-mcp-server
Provides an MCP server tool, `getJavaConferences`, that returns parsed Java conference information (name, dates, location, hybrid status, CFP link/date, main link, country) for a requested year (or the current year) by fetching and parsing a public GitHub Markdown file (javaconferences/javaconferences.github.io README).
Java-MCP-Server-For-SMTP-Mailing
Provides an MCP server (Java 21) that exposes an email-sending capability via an MCP tool named `send-email` and also offers REST endpoints for testing (e.g., POST `/api/test-email`) and health checks. Supports multiple transports for MCP clients (STDIO, SSE, and Streamable HTTP) and forwards email delivery to an SMTP server (Gmail SMTP supported with TLS/app passwords per the README).
jq-mcp-server
Provides an MCP (Model Context Protocol) server that exposes `jq` as an MCP tool, executing jq expressions over provided JSON input. Communicates via JSON-RPC over stdin/stdout and is intended to run in a minimal container; jq is invoked via Go exec with context.
js
Connect your MCP server to any eligible OAuth 2 or OpenID Connect provider
leptos-mcp-server
Provides an MCP server over stdio that exposes Leptos documentation sections and a code analysis/fixer tool for common Leptos issues.
memora
Memora is a lightweight MCP-compatible memory server that provides persistent semantic memory storage (SQLite with optional cloud sync), knowledge-graph linking, and a graph UI. It supports embeddings-based semantic search, RAG chat with tool calling, and LLM-assisted deduplication/merge workflows.
money
Personal finance MCP server by [Parsons.AI](https://parsons.ai) — connect AI assistants to your financial data.
nckhemanth0/subscription-tracker-mcp
Professional MCP server for intelligent subscription management with Gmail + MySQL integration.
Parallel Search MCP
The best web search for your AI Agent
PasteMD
Instant markdown sharing. Create, manage, and share markdown documents directly from Claude.
prover
Lean 4 MCP server: compile and prove theorems with Mathlib.
python
[](https://github.com/mcp-auth/python/actions?query=branch%3Amaster)
sanity-mcp-server
> **This local MCP server (`@sanity/mcp-server`) has been deprecated** in favor of the new, improved remote MCP server at [mcp.sanity.io](https://mcp.sanity.io). This repository is archived and no longer maintained.
superset-mcp
Provides an MCP server that lets AI agents interact with an Apache Superset instance (manage dashboards/charts/datasets/tags and run/inspect SQL Lab queries) via a set of MCP tools.
template-mcp-server
A production-oriented Python template for building Model Context Protocol (MCP) servers using FastMCP and FastAPI, including multiple transport protocols (HTTP, SSE, streamable-HTTP), structured logging, environment-based configuration, optional SSL/TLS, OAuth authentication with PostgreSQL token storage (when enabled), and container/OpenShift deployment scaffolding. It also ships with example MCP tools.
youtube-mcp-server
Provides a Model Context Protocol (MCP) server that lets an MCP host query YouTube for video search, video details, thumbnails, transcripts, and various channel/playlist metadata (including comments/activities limited to public data).
aleph
Aleph is a Python MCP server and CLI/skill that implements a Recursive Language Model (RLM) workflow: it persists working state (loaded contexts, search indexes, evidence, sessions) outside the LLM prompt window, supports iterative search/navigation, server-side code execution over loaded context (exec_python), and recursive sub-query orchestration to converge on answers.
docmole
Docmole is an MCP server that helps AI assistants query documentation sites. It supports a local RAG mode (crawl docs, generate embeddings with OpenAI, store/search in LanceDB) and a Mintlify mode (proxy to Mintlify’s assistant API for certain Mintlify-powered documentation sites). It also provides a CLI to set up projects, serve/stop them, and list available projects.