OpenDia logo

OpenDia

OrganizationPopular
aeonfun

Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.

Publisheraeonfun
Repositoryopendia
LanguageJavaScript
Forks
161
Stars
1.9K
Available tools
18
Transport typestdio
Categories
LicenseMIT
Links
  • Connect tools to AI workflows

    OpenDia exposes MCP capabilities that can be used by compatible AI clients and agents.

  • 18 available tools

    Browse the callable actions below, including names and descriptions when provided by the server.

  • Ready-to-copy setup

    Use the installation snippets to configure this server in your preferred MCP client.

  • Open source signals

    1.9K stars and 161 forks from the linked repository.

Installation

TypingMind
Prerequisites:

Node.js 18+

{
  "mcpServers": {
    "opendia": {
      "command": "npx",
      "args": [
        "opendia"
      ]
    }
  }
}

Available Tools

  • page_analyze

    🔍 BACKGROUND TAB READY: Analyze any tab without switching! Two-phase intelligent page analysis with token efficiency optimization. Use tab_id parameter to analyze background tabs while staying on current page. (Extension required)

  • page_extract_content

    📄 BACKGROUND TAB READY: Extract content from any tab without switching! Perfect for analyzing multiple research tabs, articles, or pages simultaneously. Use tab_id to target specific background tabs. (Extension required)

  • element_click

    🖱️ BACKGROUND TAB READY: Click elements in any tab without switching! Perform actions on background tabs while staying on current page. Use tab_id to target specific tabs. (Extension required)

  • element_fill

    ✏️ BACKGROUND TAB READY: Fill forms in any tab without switching! Enhanced focus and event simulation for modern web apps with anti-detection bypass for Twitter/X, LinkedIn, Facebook. Use tab_id to fill forms in background tabs. (Extension required)

  • page_navigate

    🧭 Navigate to URLs with wait conditions (Extension required)

  • page_wait_for

    ⏳ Wait for elements or conditions (Extension required)

  • tab_create

    Creates tabs. CRITICAL: For multiple identical tabs, ALWAYS use 'count' parameter! Examples: {url: 'https://x.com', count: 5} creates 5 Twitter tabs. {url: 'https://github.com', count: 10} creates 10 GitHub tabs. Single tab: {url: 'https://example.com'}. Multiple different URLs: {urls: ['url1', 'url2']}.

  • tab_close

    ❌ Close specific tab(s) by ID or close current tab (Extension required)

  • tab_list

    📋 TAB DISCOVERY: Get list of all open tabs with IDs for background tab targeting! Shows content script readiness status and tab details. Essential for multi-tab workflows - use tab IDs with other tools to work on background tabs. (Extension required)

  • tab_switch

    🔄 Switch to a specific tab by ID (Extension required)

  • element_get_state

    🔍 Get detailed state information for a specific element (disabled, clickable, etc.) (Extension required)

  • get_bookmarks

    Get all bookmarks or search for specific bookmarks (Extension required)

  • add_bookmark

    Add a new bookmark (Extension required)

  • get_history

    🕒 Search browser history with comprehensive filters for finding previous work (Extension required)

  • get_selected_text

    📝 BACKGROUND TAB READY: Get selected text from any tab without switching! Perfect for collecting quotes, citations, or highlighted content from multiple research tabs simultaneously. (Extension required)

  • page_scroll

    📜 BACKGROUND TAB READY: Scroll any tab without switching! Critical for long pages. Navigate through content in background tabs while staying on current page. Use tab_id to target specific tabs. (Extension required)

  • get_page_links

    🔗 Get all hyperlinks on the current page with smart filtering (Extension required)

  • page_style

    🎨 Transform page appearance with themes, colors, fonts, and fun effects! Apply preset themes like 'dark_hacker', 'retro_80s', or create custom styles. Perfect for making boring pages fun or improving readability.

Use OpenDia MCP with multiple AI models

TypingMind connects MCP tools at the workspace level, so once OpenDia is connected, you can use it with different AI models in TypingMind instead of setting it up separately for each model. This MCP runs locally through the TypingMind MCP connector on your device.

Setup guide to use the local connector

Use this when the MCP server needs access to local files, apps, or private resources on your computer.

1

Open the MCP settings

In TypingMind, go to Settings, Advanced Settings, then Model Context Protocol and choose Setup Connector.

  1. Open TypingMind in your browser.
  2. Click the Settings icon.
  3. Go to Advanced Settings.
  4. Open the Model Context Protocol section.
  5. Click Setup Connector and choose This Device.
TypingMind MCP connector setup screen with This Device selected
2

Run the connector command

Choose This Device, copy the command from TypingMind, and run it in Terminal. Keep the process running while you use MCP.

  1. Copy the setup command shown by TypingMind.
  2. Open Terminal on macOS or Windows Terminal on Windows.
  3. Paste and run the command.
  4. Approve the package install if Terminal asks you to proceed.
  5. Keep the Terminal window running while using MCP tools.
3

Add OpenDia as a server

When the connector status is Ready, click Edit Servers and paste the MCP server configuration.

  1. Wait until the connector status shows Ready.
  2. Click Edit Servers.
  3. Paste the OpenDia MCP server configuration.
  4. Save the server list.
  5. Refresh if you want to confirm the connector is still ready.
TypingMind MCP settings showing active server and Edit Servers button
{
  "mcpServers": {
    "opendia": {
      "command": "npx",
      "args": [
        "-y",
        "opendia"
      ]
    }
  }
}
4

Use it across models

Save the server list, open Plugins, enable the OpenDia MCP tools, then select any supported AI model in TypingMind and use the tools in chat or assign them to an AI agent.

  1. Open the Plugins page in TypingMind.
  2. Enable the OpenDia MCP tools.
  3. Start a chat and choose the AI model you want to use.
  4. Use the MCP tools in chat or assign them to an AI agent.
  5. Switch to another AI model whenever needed without reconnecting MCP.
TypingMind chat using enabled MCP tools with a selected AI model
Can you use OpenDia to help me with this task?
OpenDia
Sure. I read it.
Here is what I found using OpenDia.

Frequently asked questions

What is the OpenDia MCP server used for?

OpenDia is an MCP server that lets compatible AI clients connect to external tools and context. In TypingMind, you can add this MCP server once and make its tools available in your AI workspace.

Can I use OpenDia MCP with multiple AI models in TypingMind?

Yes. TypingMind connects MCP tools at the workspace level, so you can use OpenDia with different AI models such as Claude, ChatGPT, Gemini, or other models you have configured in TypingMind without setting up the MCP server separately for each model.

Why use OpenDia MCP with TypingMind?

TypingMind is one of the best frontends for LLM chat because it brings multiple AI models, prompts, plugins, AI agents, API keys, and MCP tools into one workspace. With OpenDia connected, you can use its MCP tools across your preferred models while keeping your chat workflow organized in TypingMind.

How do I connect OpenDia MCP to TypingMind?

OpenDia runs through the TypingMind local MCP connector. This is best when the MCP server needs access to local files, desktop apps, command-line tools, or private resources on your computer.

What tools does OpenDia MCP provide in TypingMind?

OpenDia exposes 18 MCP tools that can be enabled from the TypingMind Plugins page and used in chat or assigned to AI agents.

Do I need to share my API keys with TypingMind to use OpenDia MCP?

No. TypingMind is local-first and lets you keep your model providers, API keys, prompts, and MCP configuration under your control. If OpenDia requires authentication, add the required headers, OAuth settings, or local configuration for that MCP server when you create the connection.

post_to_social

Post content to social media platforms with anti-detection bypass

post_selected_quote

Post currently selected text as a quote with commentary

research_workflow

Research a topic using current page and bookmarking findings

analyze_browsing_session

Analyze current browsing session and provide insights

organize_tabs

Organize and clean up browser tabs intelligently

fill_form_assistant

Analyze and help fill out forms on the current page

Related MCP Servers

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇