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. /Product management

Product management

Move from ticket to spec to insight: Linear issues, Notion docs, PostHog analytics, Figma context, and GitHub.

Ads

Servers in this stack

  1. 1

    Linear MCP Server

    Search issues, update statuses, and sync project work from Linear.

    Workplace & Productivity2 tools

    740
  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. 3P

    posthog/mcp

    An MCP server for interacting with PostHog analytics, feature flags, error tracking and more.

    Code Execution

    0
  4. 4G

    github/github-mcp-server

    The GitHub MCP Server connects AI tools directly to GitHub's platform. This gives AI agents, assistants, and chatbots the ability to read repositories and code files, manage issues and PRs, analyze code, and automate workflows. All through natural language interactions. - Repository Management: Browse and query code, search files, analyze commits, and understand project structure across any repository you have access to. - Issue & PR Automation: Create, update, and manage issues and pull requests. Let AI help triage bugs, review code changes, and maintain project boards. - CI/CD & Workflow Intelligence: Monitor GitHub Actions workflow runs, analyze build failures, manage releases, and get insights into your development pipeline. - Code Analysis: Examine security findings, review Dependabot alerts, understand code patterns, and get comprehensive insights into your codebase. - Team Collaboration: Access discussions, manage notifications, analyze team activity, and streamline processes fo

    Version Control5 tools

    0
  5. 5F

    Figma

    The Figma MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files. > [!NOTE] > Rate limits apply to Figma MCP server tools that read data from Figma. Some tools, such as those that write to Figma files, are exempt from the rate limits. > <br><br> > Users on the Starter plan or with View or Collab seats on paid plans will be limited to up to 6 tool calls per month. > <br><br> > Users with a Dev or Full seat on the Professional, Organization, or Enterprise plans have per minute rate limits, which follow the same limits as the Tier 1 Figma REST API. As with Figma’s REST API, Figma reserves the right to change rate limits.

    Code Execution6 tools

    1.9k

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": [
        "-y",
        "linear-mcp-server"
      ],
      "env": {
        "LINEAR_API_KEY": "<api-key>"
      }
    },
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "@notionhq/notion-mcp-server"
      ],
      "env": {
        "NOTION_TOKEN": "<integration-token>"
      }
    },
    "mcp": {
      "command": "npx",
      "args": [
        "@posthog/wizard@latest",
        "mcp",
        "add"
      ]
    },
    "github-mcp-server": {
      "command": "docker",
      "args": [
        "logout",
        "ghcr.io"
      ]
    },
    "mcp-server-guide": {
      "url": "https://mcp.figma.com/mcp"
    }
  }
}