Documentation Index
Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
Use this file to discover all available pages before exploring further.
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.
TypingMind attempt to connect to the MCP Connector, when success, you can click “Get Started”.
Once connected, you can start to add MCP servers you want to use. Click the “Edit Servers” button and adding your servers to the text input.
For example, here is the JSON description for adding two official MCP servers created by Anthropic “memory” and “puppeteer”:
After the MCP servers are added successfully, it will show up in your Plugins page to be used like plugin. You can use the MCP tools directly or assign them to AI agent like other plugins.
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
The end users will be able to use the MCP plugin just like any other plugins in the system.
How it works
TypingMind uses the MCP Connector (open-source) to run MCP servers. This connector can be run on your device and will manage all active MCP servers. It is not necessary to run the MCP Connector on your device if you don’t need features that require access to the local files, folders, and apps. You can set up a private remote server to run the MCP connector and all of its servers in an isolated environment. Here is a diagram that demonstrates how TypingMind MCP Connector works.