MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Customer success

Customer success

Keep accounts healthy from chat: Slack health checks, Notion playbooks, Stripe usage, and support tickets.

Ads

Servers in this stack

  1. 1K

    korotovsky/slack-mcp-server

    The most powerful MCP server for Slack Workspaces.

    Communication

    0
  2. 2

    Notion MCP

    > [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.

    Workplace & Productivity6 tools

    4.6k
  3. 3

    Stripe MCP

    This repo is the one-stop shop for building AI-powered products and businesses on top of Stripe. It contains a collection of SDKs to help you integrate Stripe with LLMs and agent frameworks, including: @stripe/ai-sdk - for integrating Stripe's billing infrastructure with Vercel's ai and @ai-sdk libraries. @stripe/token-meter - for integrating Stripe's billing infrastructure with native SDKs from OpenAI, Anthropic, and Google Gemini, without any framework dependencies. Stripe hosts a remote MCP server at https://mcp.stripe.com. This allows secure MCP client access via OAuth. View the docs here.

    Cloud Platforms6 tools

    1.8k
  4. 4M

    michaelrice/zendesk-mcp

    MCP server for Zendesk. Read/write tools for tickets, comments, views, macros, users, groups, organizations, and time tracking; optional Help Center knowledge base and Git-Zen GitLab integration.

    Support & Service Management

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "slack-mcp-server": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "go",
        "run",
        "mcp/mcp-server.go",
        "--transport",
        "stdio"
      ]
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<integration-token>"
      }
    },
    "stripe": {
      "command": "npx",
      "args": [
        "-y",
        "@stripe/mcp"
      ],
      "env": {
        "STRIPE_SECRET_KEY": "<secret-key>"
      }
    },
    "zendesk-mcp": {
      "command": "uvx",
      "args": [
        "pip"
      ]
    }
  }
}