> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dume.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP Servers

> Dume.ai supports seamless integration of remote MCP (Model Context Protocol) servers with just a few clicks. Extend AI capabilities and connect external systems effortlessly.

## What is MCP server?

An MCP server implements the Model Context Protocol, acting as a middleware that offers tools, data, and prompts to AI models via a standardized interface. It handles context management, tool discovery, and state persistence—enabling AI agents to connect seamlessly with external systems and maintain multi‑turn interactions.

## Popular remote MCP servers

<Note>
  You can use [https://mcp.composio.dev/dashboard](https://mcp.composio.dev/dashboard) for remote MCP servers
</Note>

<CardGroup cols={2}>
  <Card title="Notion" icon="sparkles" href="https://mcp.composio.dev/notion">
    ## Use Notion to store all the details from your conversations in the Dume app. It can also fetch any document from Notion and add it as additional context to the discussion.
  </Card>

  <Card title="Figma" icon="sparkles" href="https://mcp.composio.dev/figma">
    You’ll thank the Lord after using Figma MCP in your Dume ai. You can code any Figma design files. It will definitely make your life easier as a developer.
  </Card>

  <Card title="Supabase" icon="sparkles" href="https://mcp.composio.dev/supabase/681b0022-3a6b-441f-af2c-6e4797e2b29f">
    ## Supabase for managing the database from Dume. This is yet another popular use case of MCP servers. You can connect Dume.ai with your Supabase database.
  </Card>

  <Card title="Zoom" icon="sparkles" href="https://mcp.composio.dev/zoom">
    Blender MCP is the hottest thing right now. You can connect Dume AI to this and interactively build 3d renders just by prompting it.
  </Card>
</CardGroup>

## How to add an MCP server on Dume.ai

<Steps>
  <Step title="Visit Dume.ai">
    Select MCP server on left.
  </Step>

  <Step title="Add your first Server">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-08at12.01.03AM.png" alt="Screenshot2025 07 08at12 01 03AM Pn" title="Screenshot2025 07 08at12 01 03AM Pn" style={{ width:"78%" }} />
  </Step>

  <Step title="Select SSE or HTTP server.">
    Select whether your MCP server is SSE or HTTP server.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-08at12.01.56AM.png" alt="Screenshot2025 07 08at12 01 56AM Pn" title="Screenshot2025 07 08at12 01 56AM Pn" style={{ width:"66%" }} />
  </Step>

  <Step title="MCP server details">
    Enter the MCP server name, Server URL and a brief description about the MPC server.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-08at12.04.24AM.png" alt="Screenshot2025 07 08at12 04 24AM Pn" title="Screenshot2025 07 08at12 04 24AM Pn" style={{ width:"63%" }} />
  </Step>

  <Step title="Add MCP Server">
    Click Add Server and wait for [Dume.ai](http://Dume.ai) to connect to the server. Once added, Dume ai will call the MCP server automatically whenever required.
  </Step>

  <Step title="Test MCP server">
    Once connected, you can test the MCP servers and it should show the MCP server as connected.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-20at3.57.49PM.png" alt="Screenshot 2025-07-20 at 3.57.49 PM.png" />

    You can also click on view view tools to see the supported tools the MCP server supports.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-20at4.03.09PM.png" alt="Screenshot 2025-07-20 at 4.03.09 PM.png" style={{ width:"100%" }} />
  </Step>

  <Step title="Check out the tools the MCP server supports">
    Clicking on view tools will show you the dialog with the list of tools supported by the MCP server. Go through the tools and it'll help you understand the strengths and limitations of the MCP server.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-20at4.07.28PM.png" alt="Screenshot 2025-07-20 at 4.07.28 PM.png" />
  </Step>

  <Step title="Use the MCP server">
    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-20at4.00.32PM.png" alt="Screenshot 2025-07-20 at 4.00.32 PM.png" />
  </Step>

  <Step title="Response from MCP server">
    Once connected, you can easily ask the MCP server for any request directly from chat.\
    **Example**- Can you write a linkdIn post on how MCP servers with AI are great for crypto startups.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/stackgrid/images/Screenshot2025-07-20at11.54.26PM.png" alt="Screenshot 2025-07-20 at 11.54.26 PM.png" />
  </Step>
</Steps>
