Setup MCP in TypingMind License Version
In TypingMind, go to Settings → Advanced Settings → Model Context Protocol to start setup your MCP servers. MCP servers require a server to run on. TypingMind allows you to connect to the MCP servers via your own local device or a private remote server. When you first enter the screen, choose where to run the MCP servers. Select a method that work well for you, then click next. If you choose to run the MCP servers on your device, run the command displayed on the screen. Open the Terminal app on macOS or the Windows Terminal to run the command. ℹ️ Note:- Your device must support NodeJS 18+ to run the MCP Connector.
- When choosing the “This Device” option, you must run the command on the same device you are using TypingMind, otherwise, TypingMind will not be able to connect.
Setup MCP in TypingMind Teams Version
In TypingMind for Teams, MCP are implemented as plugins. Go to your Admin Panel → Plugins → Create New Plugin. Under the Implementation section, select “Model Context Protocol” and set your server config JSON in the text input. You can use available variables in the plugin settings, user ID, or authentication configs like any other plugins in the config JSON. When the plugin is installed to your instance, you will need to connect to MCP Connector in order to activate the plugin. You can get the connector details by deploying the MCP Connector (open-source) to your server where you want the MCP servers to run. You will need two pieces of information from your MCP Connector setup: Connector URL & Auth Token.- Connector URL
- Start the MCP Connector using npx:
Replace
<auth-token>with your own authentication token. You can use any value for the Auth Token, like a random string of characters. - Once the MCP Connector is running, the Connector URL will be shown in your terminal or console output, typically looking like:
- Copy this URL and paste it into the Connector URL field in your TypingMind plugin configuration.
- Start the MCP Connector using npx:
- Auth Token
- Copy the
<auth-token>you used in the command above into the Auth Token field in your TypingMind plugin configuration.
- Copy the