Langfuse MCP Server
Langfuse documents two MCP surfaces: a hosted Prompt Management server at `https://cloud.langfuse.com/api/public/mcp` (streamable HTTP, built into the platform per langfuse.com/docs/prompt-management/features/mcp-server) with tools such as `createTextPrompt`, `createChatPrompt`, `getPrompt`, and `updatePromptLabels`; and a public Docs MCP at `https://langfuse.com/api/mcp` for semantic search over Langfuse documentation (`searchLangfuseDocs`) without authentication. The legacy `langfuse/mcp-server-langfuse` Node server remains for local command-based setups with LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY. Langfuse positions MCP for agentic onboarding—IDE agents can add tracing to OpenAI, Anthropic, or LangChain codebases from the Get Started agentic tab.
Anthropic Remote MCP Connector
Anthropic documents remote Model Context Protocol connectors in Claude Help Center and platform.claude.com docs: users add publicly reachable MCP server URLs so Claude clients (claude.ai, Claude Desktop, Cowork, mobile) connect from Anthropic cloud infrastructure rather than the local machine. Team and Enterprise admins add connectors in Admin settings; individuals enable them under Settings > Connectors. The Messages API MCP connector (beta header anthropic-beta: mcp-client-2025-11-20) accepts mcp_servers entries with type url, name, and https URL, paired with mcp_toolset tools entries; servers must support streamable HTTP/SSE and be internet-accessible to Anthropic IP ranges.
Mem0 MCP Server
Mem0 documents a hosted Model Context Protocol server at https://mcp.mem0.ai/mcp that exposes Platform memory tools (`add_memory`, `search_memories`, `get_memories`, `update_memory`, `delete_memory`, `delete_all_memories`, `delete_entities`, `list_entities`, `list_events`, `get_event_status`) to Claude, Claude Code, Codex, Cursor, Windsurf, VS Code, and OpenCode. Setup uses `npx mcp-add` with HTTP transport or manual JSON/TOML client configs; Codex requires `MEM0_API_KEY` as bearer token per docs.mem0.ai/platform/mem0-mcp. The cloud server needs a Mem0 Platform API key from the dashboard and Node.js for the installer—no local vector database required for the hosted path.
Composio MCP Server
Composio documents MCP server creation through its SDK and dashboard at docs.composio.dev: developers call `composio.mcp.create()` with toolkit names, auth config IDs, and an `allowed_tools` list, then generate per-user MCP URLs via `composio.mcp.generate(user_id, mcp_config_id)`. Hosted endpoints follow the pattern `https://backend.composio.dev/v3/mcp/{SERVER_ID}?user_id=...` and require an `x-api-key` header when `require_mcp_api_key` is enabled (default for new orgs). Docs show wiring these URLs into OpenAI Responses API, Anthropic MCP client beta, Mastra MCPClient, Claude Desktop, and Cursor. Composio notes that dynamic sessions are recommended for most use cases, while single-toolkit MCP configs suit fixed integration surfaces.
E2B MCP Gateway
E2B documents an MCP gateway that runs inside cloud sandboxes, exposing 200+ tools from the Docker MCP Catalog (Browserbase, Exa, Notion, Stripe, GitHub, and others) through a unified HTTP endpoint with bearer-token auth. Developers create a Sandbox with an `mcp` configuration map of server credentials, call `getMcpUrl()` / `getMcpToken()`, and attach the gateway to MCP clients such as Claude Code via `claude mcp add --transport http`. Sandboxes provide an internet-connected Linux environment where agents can install packages, run terminal commands, and execute generated code while MCP tools stay type-safe per E2B's overview at e2b.dev/docs/mcp.
LiteLLM MCP Gateway
LiteLLM Proxy documentation describes an MCP Gateway that exposes list-tools, call-tools, prompts, and resources operations through a fixed endpoint while enforcing access by API key, team, or organization. Supported transports listed on docs.litellm.ai include Streamable HTTP, SSE, and stdio; operators can register HTTP, SSE, or stdio MCP servers through the LiteLLM UI or config.yaml after enabling database storage (`store_model_in_db` / `STORE_MODEL_IN_DB`). Release notes cited in the docs state LiteLLM v1.80.18 aligns with MCP protocol version 2025-11-25 and namespaces tools by MCP server name per SEP-986 naming rules for newly added servers. The gateway is positioned as a way to use MCP tools alongside all LiteLLM-supported chat models from Cursor or other OpenAI-compatible clients pointed at the proxy.
n8n MCP Server Trigger
The MCP Server Trigger is a first-party n8n core node that turns an n8n workflow into a Model Context Protocol server endpoint. Instead of chaining conventional trigger nodes, it connects only to tool nodes so remote MCP clients can list tools and invoke them over long-lived Server-Sent Events or streamable HTTP transports (stdio is explicitly unsupported). Each node exposes separate test and production MCP URLs, optional bearer or header authentication, and documentation explains how to proxy Claude Desktop through `npx mcp-remote` plus queue-mode caveats for multi-replica webhook deployments.
Apify MCP Server
Apify documents an official Model Context Protocol server hosted at https://mcp.apify.com that speaks Streamable HTTP in line with the current MCP specification; Apify warns that SSE transport was deprecated for removal April 1, 2026. Hosted clients authenticate through browser OAuth or by supplying Bearer tokens sourced from Console → Settings → Integrations (`APIFY_TOKEN`), can pin tool bundles via URL query (`?tools=actors,docs,apify/rag-web-browser` style examples reproduce Apify wording), optionally append `telemetry-enabled=false`, and benefit from inferred structured-output schemas surfaced for Actor tooling on hosted endpoints unlike the default stdio server. When MCP clients refuse remote transports, docs recommend `npx -y @apify/actors-mcp-server` with `APIFY_TOKEN` for stdio, Node.js ≥18, and adherence to documented per-user throughput (Apify cites up to thirty requests per second across Actor runs plus storage/documentation calls). Specialized payment modes (open x402 on Base plus Skyfire) appear as optional adjunct pages inside the broader integration handbook.
Webflow MCP Server
Connect any LLM to your Webflow sites via the Model Context Protocol. Manage pages, collections, CMS items, e-commerce products, forms, and users through natural language — enabling AI-driven site management and content workflows.