TypingMind APP

Any tutorial how to connect TypingMind APP https://www.typingmind.com/ with Apify MCP server ?
TypingMind โ€” LLM Frontend Chat UI for AI models
Chat with AI using your API keys. Pay only for what you use. GPT-4, Gemini, Claude, and other LLMs supported. The best chat LLM frontend UI for all AI models.
5 Replies
Saurav Jain
Saurav Jainโ€ข2d ago
@Jiri Spilka can you pls advise?
jiri.spilka
jiri.spilkaโ€ข2d ago
Hi, thank you! TypingMind looks really interesting. I've managed to set it up, but since I'm on the free plan, I wasn't able to test it end to end. 1. Launch TypingMind MCP Connector In TypingMind, navigate to: Settings โ†’ Advanced Settings โ†’ Model Context Protocol Select โ€œThis Deviceโ€ and click Next Run the provided command in your terminal to start the MCP Connector PORT=50880 npx @typingmind/mcp <your-auth-token> Replace <your-auth-token> with your desired token (e.g., 68dCihsLuKtODrhacZwHU) Ensure your device has Node.js 18+ installed 2. Add Apify MCP Server Configuration After the MCP Connector is running, click โ€œEdit Serversโ€ in TypingMind and input the following JSON configuration
{
"mcpServers": {
"actors-mcp-server": {
"command": "npx",
"args": [
"-y",
"@apify/actors-mcp-server@latest",
"--enable-adding-actors"
],
"env": {
"APIFY_TOKEN": "apify_api_xxxx"
}
}
}
}
{
"mcpServers": {
"actors-mcp-server": {
"command": "npx",
"args": [
"-y",
"@apify/actors-mcp-server@latest",
"--enable-adding-actors"
],
"env": {
"APIFY_TOKEN": "apify_api_xxxx"
}
}
}
}
Replace "apify_api_xxxx" with your actual Apify API token 3. Activate the Plugin Navigate to the Plugins section in TypingMind Locate the newly added actors-mcp-server plugin and enable it. Once activated, you can interact with Apify actors directly through TypingMind.
No description
!!!Joefree!!! ๐Ÿ‘‘
!!!Joefree!!! ๐Ÿ‘‘OPโ€ข2d ago
Thank you @Saurav Jain @Jiri Spilka, is it possible to use Remote Server configuration and connect to https://mcp.apify.com
No description
!!!Joefree!!! ๐Ÿ‘‘
!!!Joefree!!! ๐Ÿ‘‘OPโ€ข2d ago
Apify MCP server | Platform | Apify Documentation
Learn how to use the Apify MCP server to integrate Apify Actors into your AI agents or applications.
!!!Joefree!!! ๐Ÿ‘‘
!!!Joefree!!! ๐Ÿ‘‘OPโ€ข2d ago
I've managed to set it up, using This Device + Google Gemini 2.0 Flash API and it's working perfectly ..

Did you find this page helpful?